github.com/evanw/esbuild/internal/js_parser.parser.runtimeImports (field)
8 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L66: runtimeImports map[string]js_ast.Ref
js_parser.go#L1527: ref, ok := p.runtimeImports[name]
js_parser.go#L1531: p.runtimeImports[name] = ref
js_parser.go#L12635: runtimeImports: make(map[string]js_ast.Ref),
js_parser.go#L13041: if len(p.runtimeImports) > 0 && !p.options.omitRuntimeForTests {
js_parser.go#L13043: keys := make([]string, 0, len(p.runtimeImports))
js_parser.go#L13044: for key := range p.runtimeImports {
js_parser.go#L13048: parts = p.generateImportStmt("<runtime>", keys, runtime.SourceIndex, parts, p.runtimeImports)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |