Versions in this module Expand all Collapse all v1 v1.5.0 Jan 22, 2026 v1.4.0 Jan 21, 2026 Changes in this version + const CacheVersion + var GlobalVirtualModules = make(map[string]string) + func SaveCache(entryPoint string, res *Result) error + type CacheEntry struct + Hash string + Imports []string + JS string + SourceMap string + type Result struct + Imports []string + JS string + SourceMap string + func CheckCache(entryPoint string) (*Result, error) + func Compile(entryPoint string, virtualModules map[string]string) (*Result, error)