github.com/evanw/esbuild/internal/js_parser.parser.visitTSDecorators (method)

4 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L8945: func (p *parser) visitTSDecorators(tsDecorators []js_ast.Expr) []js_ast.Expr {
		js_parser.go#L8953: 	class.TSDecorators = p.visitTSDecorators(class.TSDecorators)
		js_parser.go#L9005: 		property.TSDecorators = p.visitTSDecorators(property.TSDecorators)
		js_parser.go#L9153: 		arg.TSDecorators = p.visitTSDecorators(arg.TSDecorators)