type github.com/evanw/esbuild/internal/js_ast.ESuper
16 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L405: type ESuper struct{}
js_ast.go#L650: func (*ESuper) isExpr() {}
js_ast.go#L1201: if _, ok := call.Target.Data.(*ESuper); ok {
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L2627: return js_ast.Expr{Loc: loc, Data: &js_ast.ESuper{}}
js_parser.go#L2631: return js_ast.Expr{Loc: loc, Data: &js_ast.ESuper{}}
js_parser.go#L2635: return js_ast.Expr{Loc: loc, Data: &js_ast.ESuper{}}
js_parser.go#L3349: if _, ok := left.Data.(*js_ast.ESuper); ok {
js_parser.go#L9834: case *js_ast.ENull, *js_ast.ESuper,
js_parser.go#L10621: if _, ok := e2.Target.Data.(*js_ast.ESuper); ok {
js_parser.go#L10625: if _, ok := e2.Target.Data.(*js_ast.ESuper); ok {
js_parser_lower.go#L434: Target: js_ast.Expr{Loc: bodyLoc, Data: &js_ast.ESuper{}},
js_parser_lower.go#L547: if _, ok := e.Target.Data.(*js_ast.ESuper); ok {
js_parser_lower.go#L576: if _, ok := e.Target.Data.(*js_ast.ESuper); ok {
js_parser_lower.go#L2014: Target: js_ast.Expr{Loc: classLoc, Data: &js_ast.ESuper{}},
js_parser_lower.go#L2269: _, isSuper := expr.Data.(*js_ast.ESuper)
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L1378: case *js_ast.ESuper:
 |
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. |