github.com/evanw/esbuild/internal/js_ast.TemplatePart.Value (field)
13 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L593: Value Expr
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L2764: Left: part.Value,
js_parser.go#L2782: Right: part.Value,
js_parser.go#L4235: parts = append(parts, js_ast.TemplatePart{Value: value, TailLoc: tailLoc, Tail: tail, TailRaw: tailRaw})
js_parser.go#L7365: if value, status := p.substituteSingleUseSymbolInExpr(part.Value, ref, replacement, replacementCanBeRemoved); status != substituteContinue {
js_parser.go#L7366: e.Parts[i].Value = value
js_parser.go#L9801: if str, ok := part.Value.Data.(*js_ast.EString); ok {
js_parser.go#L10008: e.Parts[i].Value = p.visitExpr(part.Value)
js_parser.go#L12416: result = js_ast.Expr{Loc: part.Value.Loc, Data: &js_ast.EString{}}
js_parser.go#L12418: result = js_ast.Expr{Loc: part.Value.Loc, Data: &js_ast.EBinary{
js_parser.go#L12421: Right: part.Value,
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L1847: p.printExpr(part.Value, js_ast.LLowest, 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. |