github.com/evanw/esbuild/internal/js_ast.EImportIdentifier.Ref (field)
8 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L548: Ref Ref
github.com/evanw/esbuild/internal/bundler
linker.go#L1553: value = js_ast.Expr{Data: &js_ast.EImportIdentifier{Ref: export.ref}}
linker.go#L1610: Value: &js_ast.Expr{Data: &js_ast.EImportIdentifier{Ref: export.ref}},
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L11573: Ref: ref,
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L1172: ref := js_ast.FollowSymbols(p.symbols, e.Ref)
js_printer.go#L1174: if symbol.NamespaceAlias == nil && js_lexer.UTF16EqualsString(key.Value, p.renamer.NameForSymbol(e.Ref)) {
js_printer.go#L1934: ref := js_ast.FollowSymbols(p.symbols, e.Ref)
js_printer.go#L1962: p.printSymbol(e.Ref)
![]() |
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. |