ES Modules in Script: File-Based Resolution, Caching, and Cross-Module Calls
· 7 min read
Script now has full ES module support with import and export statements, file-based resolution, SHA256 caching, and cross-module function calls. This post explains how we built it, the decisions we made, and what's coming next.