type github.com/evanw/esbuild/internal/js_ast.EImportIdentifier
8 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L547: type EImportIdentifier struct {
js_ast.go#L664: func (*EImportIdentifier) isExpr() {}
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#L11572: return js_ast.Expr{Loc: loc, Data: &js_ast.EImportIdentifier{
js_parser.go#L12302: case *js_ast.EImportIdentifier:
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L1170: case *js_ast.EImportIdentifier:
js_printer.go#L1932: case *js_ast.EImportIdentifier:
![]() |
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. |