github.com/evanw/esbuild/internal/js_ast.SExportEquals.Value (field)
21 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L582: type ESpread struct{ Value Expr }
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L2331: item = js_ast.Expr{Loc: itemLoc, Data: &js_ast.ESpread{Value: item}}
js_parser.go#L2384: item = spread.Value
js_parser.go#L2502: item = i.Value
js_parser.go#L2573: expr = js_ast.Expr{Loc: expr.Loc, Data: &js_ast.ESpread{Value: expr}}
js_parser.go#L2977: items = append(items, js_ast.Expr{Loc: dotsLoc, Data: &js_ast.ESpread{Value: item}})
js_parser.go#L4015: arg = js_ast.Expr{Loc: loc, Data: &js_ast.ESpread{Value: arg}}
js_parser.go#L7188: if value, status := p.substituteSingleUseSymbolInExpr(e.Value, ref, replacement, replacementCanBeRemoved); status != substituteContinue {
js_parser.go#L7189: e.Value = value
js_parser.go#L7860: e.Yes = yesSpread.Value
js_parser.go#L7861: e.No = noSpread.Value
js_parser.go#L7862: y.Args[0] = js_ast.Expr{Loc: loc, Data: &js_ast.ESpread{Value: p.mangleIfExpr(loc, e)}}
js_parser.go#L9731: if array, ok := spread.Value.Data.(*js_ast.EArray); ok {
js_parser.go#L9888: e.Value = p.visitExpr(e.Value)
js_parser.go#L10916: e2.Value, _ = p.visitExprInOut(e2.Value, exprIn{assignTarget: in.assignTarget})
js_parser_lower.go#L402: item.Data = &js_ast.ESpread{Value: item}
js_parser_lower.go#L1356: items = append(items, js_ast.Expr{Loc: loc, Data: &js_ast.ESpread{Value: js_ast.Expr{Loc: loc, Data: &js_ast.EIdentifier{Ref: tailRef}}}})
js_parser_lower.go#L2015: Args: []js_ast.Expr{{Loc: classLoc, Data: &js_ast.ESpread{Value: js_ast.Expr{Loc: classLoc, Data: &js_ast.EIdentifier{Ref: argumentsRef}}}}},
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L1392: p.printExpr(e.Value, 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. |