type github.com/evanw/esbuild/internal/js_ast.NamedImport
12 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1615: NamedImports map[Ref]NamedImport
js_ast.go#L1733: type NamedImport struct {
github.com/evanw/esbuild/internal/bundler
linker.go#L437: namedImports := make(map[js_ast.Ref]js_ast.NamedImport, len(repr.ast.NamedImports))
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L115: namedImports map[js_ast.Ref]js_ast.NamedImport
js_parser.go#L11937: p.namedImports[name.Ref] = js_ast.NamedImport{
js_parser.go#L11955: p.namedImports[s.DefaultName.Ref] = js_ast.NamedImport{
js_parser.go#L11964: p.namedImports[s.NamespaceRef] = js_ast.NamedImport{
js_parser.go#L11974: p.namedImports[item.Name.Ref] = js_ast.NamedImport{
js_parser.go#L12054: p.namedImports[s.NamespaceRef] = js_ast.NamedImport{
js_parser.go#L12074: p.namedImports[item.Name.Ref] = js_ast.NamedImport{
js_parser.go#L12654: namedImports: make(map[js_ast.Ref]js_ast.NamedImport),
js_parser.go#L13019: p.namedImports[ref] = js_ast.NamedImport{
![]() |
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. |