const github.com/evanw/esbuild/internal/js_ast.SymbolPrivateSet
7 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1284: SymbolPrivateSet
js_ast.go#L1324: case SymbolPrivateGet, SymbolPrivateSet, SymbolPrivateGetSetPair:
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L1268: if (existing == js_ast.SymbolPrivateGet && new == js_ast.SymbolPrivateSet) ||
js_parser.go#L1269: (existing == js_ast.SymbolPrivateSet && new == js_ast.SymbolPrivateGet) {
js_parser.go#L2020: declare = js_ast.SymbolPrivateSet
js_parser.go#L10528: } else if in.assignTarget != js_ast.AssignTargetReplace && (kind == js_ast.SymbolPrivateSet || kind == js_ast.SymbolPrivateStaticSet) {
js_parser_lower.go#L999: case js_ast.SymbolPrivateSet, js_ast.SymbolPrivateStaticSet,
![]() |
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. |