type github.com/evanw/esbuild/internal/js_ast.STypeScript

18 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L932: type STypeScript struct{}
		js_ast.go#L1169: func (*STypeScript) isStmt()    {}

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L4980: 		return js_ast.Stmt{Loc: loc, Data: &js_ast.STypeScript{}}
		js_parser.go#L5098: 				return js_ast.Stmt{Loc: loc, Data: &js_ast.STypeScript{}}
		js_parser.go#L5125: 					return js_ast.Stmt{Loc: loc, Data: &js_ast.STypeScript{}}
		js_parser.go#L5179: 					if _, ok := stmt.Data.(*js_ast.STypeScript); ok {
		js_parser.go#L5206: 				if _, ok := stmt.Data.(*js_ast.STypeScript); ok {
		js_parser.go#L5814: 							return js_ast.Stmt{Loc: loc, Data: &js_ast.STypeScript{}}
		js_parser.go#L5825: 						return js_ast.Stmt{Loc: loc, Data: &js_ast.STypeScript{}}
		js_parser.go#L5833: 						return js_ast.Stmt{Loc: loc, Data: &js_ast.STypeScript{}}
		js_parser.go#L6014: 							return js_ast.Stmt{Loc: loc, Data: &js_ast.STypeScript{}}
		js_parser.go#L6030: 						return js_ast.Stmt{Loc: loc, Data: &js_ast.STypeScript{}}
		js_parser.go#L6043: 							return js_ast.Stmt{Loc: loc, Data: &js_ast.STypeScript{}}
		js_parser.go#L6062: 							return js_ast.Stmt{Loc: loc, Data: &js_ast.STypeScript{}}
		js_parser.go#L6107: 						return js_ast.Stmt{Loc: loc, Data: &js_ast.STypeScript{}}
		js_parser.go#L6202: 			if _, ok := stmt.Data.(*js_ast.STypeScript); ok {
		js_parser.go#L7956: 	case *js_ast.STypeScript:
		ts_parser.go#L930: 		return js_ast.Stmt{Loc: loc, Data: &js_ast.STypeScript{}}