github.com/evanw/esbuild/internal/js_parser.propertyOpts.isStatic (field)
12 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L1711: isStatic bool
js_parser.go#L1823: if !opts.isStatic && !opts.isAsync && opts.isClass && raw == name {
js_parser.go#L1824: opts.isStatic = true
js_parser.go#L1888: (opts.isStatic && js_lexer.UTF16EqualsString(str.Value, "prototype"))) {
js_parser.go#L1912: if opts.isStatic {
js_parser.go#L1925: IsStatic: opts.isStatic,
js_parser.go#L1944: if !opts.isStatic && js_lexer.UTF16EqualsString(str.Value, "constructor") {
js_parser.go#L1957: } else if opts.isStatic && js_lexer.UTF16EqualsString(str.Value, "prototype") {
js_parser.go#L2010: if opts.isStatic {
js_parser.go#L2017: if opts.isStatic {
js_parser.go#L2024: if opts.isStatic {
js_parser.go#L2051: IsStatic: opts.isStatic,
![]() |
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. |