github.com/evanw/esbuild/internal/js_parser.parser.shouldLowerSuperPropertyAccess (method)
7 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L10547: if !isCallTarget && p.shouldLowerSuperPropertyAccess(e.Target) {
js_parser.go#L10797: if !isCallTarget && p.shouldLowerSuperPropertyAccess(e.Target) {
js_parser_lower.go#L549: if p.shouldLowerSuperPropertyAccess(e.Target) {
js_parser_lower.go#L578: if p.shouldLowerSuperPropertyAccess(e.Target) {
js_parser_lower.go#L2267: func (p *parser) shouldLowerSuperPropertyAccess(expr js_ast.Expr) bool {
js_parser_lower.go#L2293: if !p.shouldLowerSuperPropertyAccess(e.Target) {
js_parser_lower.go#L2300: if !p.shouldLowerSuperPropertyAccess(e.Target) {
![]() |
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. |