const github.com/evanw/esbuild/internal/js_ast.PropertySet
12 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L266: PropertySet
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L1811: return p.parseProperty(js_ast.PropertySet, opts, nil)
js_parser.go#L1934: if p.lexer.Token == js_lexer.TOpenParen && kind != js_ast.PropertyGet && kind != js_ast.PropertySet {
js_parser.go#L1948: case kind == js_ast.PropertySet:
js_parser.go#L1994: case js_ast.PropertySet:
js_parser.go#L2016: case js_ast.PropertySet:
js_parser.go#L2038: if kind == js_ast.PropertySet {
js_parser.go#L2527: if item.IsMethod || item.Kind == js_ast.PropertyGet || item.Kind == js_ast.PropertySet {
js_parser.go#L11028: } else if property.Kind == js_ast.PropertySet {
js_parser.go#L11065: if p.Kind == js_ast.PropertyGet || p.Kind == js_ast.PropertySet {
js_parser_lower.go#L1953: if prop.Kind == js_ast.PropertySet {
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L1102: case js_ast.PropertySet:
![]() |
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. |