github.com/evanw/esbuild/internal/js_ast.Class.Extends (field)
10 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L337: Extends *Expr
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L4888: Extends: extends,
js_parser.go#L8996: if class.Extends != nil {
js_parser.go#L8997: *class.Extends = p.visitExpr(*class.Extends)
js_parser.go#L12214: if class.Extends != nil && !p.exprCanBeRemovedIfUnused(*class.Extends) {
js_parser_lower.go#L2010: if class.Extends != nil {
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L1053: if class.Extends != nil {
js_printer.go#L1056: p.printExpr(*class.Extends, js_ast.LNew-1, 0)
![]() |
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. |