const github.com/evanw/esbuild/internal/js_ast.SymbolCatchIdentifier
5 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1267: SymbolCatchIdentifier
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L1278: if existing == js_ast.SymbolCatchIdentifier && new == js_ast.SymbolHoisted {
js_parser.go#L1427: if existingSymbol.Kind != js_ast.SymbolCatchIdentifier {
js_parser.go#L1430: if symbol.Kind != js_ast.SymbolCatchIdentifier && symbol.Kind != js_ast.SymbolHoistedFunction {
js_parser.go#L5577: kind = js_ast.SymbolCatchIdentifier
![]() |
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. |