github.com/evanw/esbuild/internal/js_ast.EImport.Expr (field)
11 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L633: Expr Expr
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#L7208: if value, status := p.substituteSingleUseSymbolInExpr(e.Expr, ref, replacement, replacementCanBeRemoved); status != substituteContinue {
js_parser.go#L7209: e.Expr = value
js_parser.go#L7217: if replacementCanBeRemoved && p.exprCanBeRemovedIfUnused(e.Expr) {
js_parser.go#L11088: e.Expr = p.visitExpr(e.Expr)
js_parser.go#L11090: return p.maybeTransposeIfExprChain(e.Expr, func(arg js_ast.Expr) js_ast.Expr {
js_parser.go#L11103: Expr: arg,
js_parser.go#L11173: Expr: arg,
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L1544: p.printExpr(e.Expr, js_ast.LComma, 0)
 |
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. |