const github.com/evanw/esbuild/internal/js_ast.LocalConst
10 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1143: LocalConst
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L1011: if p.options.mode == config.ModeBundle && kind == js_ast.LocalConst && p.options.mangleSyntax {
js_parser.go#L5424: Kind: js_ast.LocalConst,
js_parser.go#L5658: init = &js_ast.Stmt{Loc: initLoc, Data: &js_ast.SLocal{Kind: js_ast.LocalConst, Decls: decls}}
js_parser.go#L5710: if local, ok := init.Data.(*js_ast.SLocal); ok && local.Kind == js_ast.LocalConst {
js_parser.go#L12744: Kind: p.selectLocalKind(js_ast.LocalConst),
js_parser_lower.go#L2160: Kind: p.selectLocalKind(js_ast.LocalConst),
ts_parser.go#L836: kind := p.selectLocalKind(js_ast.LocalConst)
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L2313: case js_ast.LocalConst:
js_printer.go#L2689: case js_ast.LocalConst:
![]() |
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. |