github.com/evanw/esbuild/internal/js_parser.parser.declaredSymbols (field)
9 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L65: declaredSymbols []js_ast.DeclaredSymbol
js_parser.go#L7458: p.declaredSymbols = append(p.declaredSymbols, js_ast.DeclaredSymbol{
js_parser.go#L11917: p.declaredSymbols = append(p.declaredSymbols, js_ast.DeclaredSymbol{
js_parser.go#L12096: p.declaredSymbols = nil
js_parser.go#L12132: part.DeclaredSymbols = p.declaredSymbols
js_parser.go#L13063: p.declaredSymbols = nil
js_parser.go#L13071: part.DeclaredSymbols = append(part.DeclaredSymbols, p.declaredSymbols...)
![]() |
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. |