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)