github.com/evanw/esbuild/internal/js_parser.parser.localTypeNames (field)
6 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L86: localTypeNames map[string]bool
js_parser.go#L8069: if symbol.Kind == js_ast.SymbolUnbound && p.localTypeNames[symbol.OriginalName] {
js_parser.go#L12649: localTypeNames: make(map[string]bool),
ts_parser.go#L691: p.localTypeNames[name] = true
ts_parser.go#L738: p.localTypeNames[name] = true
ts_parser.go#L928: p.localTypeNames[nameText] = true
![]() |
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. |