type github.com/evanw/esbuild/internal/js_ast.EImport
8 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L632: type EImport struct {
js_ast.go#L680: func (*EImport) isExpr() {}
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L3276: return js_ast.Expr{Loc: loc, Data: &js_ast.EImport{Expr: value, LeadingInteriorComments: comments}}
js_parser.go#L7207: case *js_ast.EImport:
js_parser.go#L11085: case *js_ast.EImport:
js_parser.go#L11102: return js_ast.Expr{Loc: arg.Loc, Data: &js_ast.EImport{
js_parser.go#L11172: return js_ast.Expr{Loc: arg.Loc, Data: &js_ast.EImport{
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L1519: case *js_ast.EImport:
![]() |
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. |