type github.com/evanw/esbuild/internal/js_ast.EClass
13 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L506: type EClass struct{ Class Class }
js_ast.go#L662: func (*EClass) isExpr() {}
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L665: case *js_ast.EObject, *js_ast.EArray, *js_ast.EClass:
js_parser.go#L734: case *js_ast.EObject, *js_ast.EArray, *js_ast.EClass:
js_parser.go#L2914: return js_ast.Expr{Loc: loc, Data: &js_ast.EClass{Class: class}}
js_parser.go#L7916: case *js_ast.EClass:
js_parser.go#L9341: case *js_ast.EArray, *js_ast.EArrow, *js_ast.EClass,
js_parser.go#L11471: case *js_ast.EClass:
js_parser.go#L12271: case *js_ast.EClass:
js_parser_lower.go#L1543: e, _ := expr.Data.(*js_ast.EClass)
js_parser_lower.go#L1619: classExpr := &js_ast.EClass{Class: *class}
js_parser_lower.go#L2118: classExpr := js_ast.EClass{Class: *class}
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L1693: case *js_ast.EClass:
![]() |
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. |