const github.com/evanw/esbuild/internal/js_ast.SymbolPrivateStaticGet
7 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1288: SymbolPrivateStaticGet
js_ast.go#L1330: case SymbolPrivateStaticGet, SymbolPrivateStaticSet, SymbolPrivateStaticGetSetPair:
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L1272: if (existing == js_ast.SymbolPrivateStaticGet && new == js_ast.SymbolPrivateStaticSet) ||
js_parser.go#L1273: (existing == js_ast.SymbolPrivateStaticSet && new == js_ast.SymbolPrivateStaticGet) {
js_parser.go#L2011: declare = js_ast.SymbolPrivateStaticGet
js_parser.go#L10525: if in.assignTarget != js_ast.AssignTargetNone && (kind == js_ast.SymbolPrivateGet || kind == js_ast.SymbolPrivateStaticGet) {
js_parser_lower.go#L972: case js_ast.SymbolPrivateGet, js_ast.SymbolPrivateStaticGet,
![]() |
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. |