type github.com/evanw/esbuild/internal/js_ast.ETemplate
17 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L599: type ETemplate struct {
js_ast.go#L673: func (*ETemplate) isExpr() {}
js_ast.go#L849: case *ETemplate:
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L2794: return js_ast.Expr{Loc: loc, Data: &js_ast.ETemplate{
js_parser.go#L3472: left = js_ast.Expr{Loc: left.Loc, Data: &js_ast.ETemplate{Tag: &tag, Head: head, HeadRaw: headRaw}}
js_parser.go#L3483: left = js_ast.Expr{Loc: left.Loc, Data: &js_ast.ETemplate{Tag: &tag, Head: head, HeadRaw: headRaw, Parts: parts}}
js_parser.go#L7356: case *js_ast.ETemplate:
js_parser.go#L9480: case *js_ast.ETemplate:
js_parser.go#L9482: return &js_ast.Expr{Loc: left.Loc, Data: &js_ast.ETemplate{Head: joinStrings(l.Value, r.Head), Parts: r.Parts}}
js_parser.go#L9486: case *js_ast.ETemplate:
js_parser.go#L9499: return &js_ast.Expr{Loc: left.Loc, Data: &js_ast.ETemplate{Head: head, Parts: parts}}
js_parser.go#L9501: case *js_ast.ETemplate:
js_parser.go#L9513: return &js_ast.Expr{Loc: left.Loc, Data: &js_ast.ETemplate{Head: head, Parts: parts}}
js_parser.go#L9796: func (p *parser) mangleTemplate(loc logger.Loc, e *js_ast.ETemplate) js_ast.Expr {
js_parser.go#L9999: case *js_ast.ETemplate:
js_parser.go#L12410: case *js_ast.ETemplate:
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L1819: case *js_ast.ETemplate:
 |
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. |