Versions in this module Expand all Collapse all v0 v0.17.19 May 19, 2023 Changes in this version + func DefaultExtensionToLoaderMap() map[string]config.Loader + func HashForFileName(hashBytes []byte) string + func PathRelativeToOutbase(inputFile *graph.InputFile, options *config.Options, fs fs.FS, avoidIndex bool, ...) (relDir string, baseName string) + func ResolveFailureErrorTextSuggestionNotes(res *resolver.Resolver, path string, kind ast.ImportKind, pluginName string, ...) (text string, suggestion string, notes []logger.MsgData) + func RunOnResolvePlugins(plugins []config.Plugin, res *resolver.Resolver, log logger.Log, fs fs.FS, ...) (*resolver.ResolveResult, bool, resolver.DebugMeta) + type Bundle struct + func ScanBundle(log logger.Log, fs fs.FS, caches *cache.CacheSet, entryPoints []EntryPoint, ...) Bundle + func (b *Bundle) Compile(log logger.Log, timer *helpers.Timer, mangleCache map[string]interface{}, ...) ([]graph.OutputFile, string) + type DataForSourceMap struct + LineOffsetTables []sourcemap.LineOffsetTable + QuotedContents [][]byte + type EntryPoint struct + InputPath string + InputPathInFileNamespace bool + OutputPath string + type Linker func(options *config.Options, timer *helpers.Timer, log logger.Log, fs fs.FS, ...) []graph.OutputFile