github.com/evanw/esbuild/internal/js_ast.AST.NamedExports (field)
9 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1616: NamedExports map[string]NamedExport
github.com/evanw/esbuild/internal/bundler
bundler.go#L368: exports = make([]string, 0, len(repr.ast.NamedExports))
bundler.go#L369: for alias := range repr.ast.NamedExports {
linker.go#L445: for alias, name := range repr.ast.NamedExports {
linker.go#L2192: for alias, name := range otherRepr.ast.NamedExports {
linker.go#L2201: if _, ok := prevRepr.ast.NamedExports[alias]; ok {
linker.go#L2348: commonJSRef := runtimeRepr.ast.NamedExports["__commonJS"].Ref
linker.go#L2550: ref := runtimeRepr.ast.NamedExports[name].Ref
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L13162: NamedExports: p.namedExports,
![]() |
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. |