github.com/evanw/esbuild/internal/js_parser.fnOrArrowDataParse.allowTSDecorators (field)

3 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L399: 	allowTSDecorators bool
		js_parser.go#L1968: 			allowTSDecorators: opts.allowTSDecorators,
		js_parser.go#L4628: 		if data.allowTSDecorators {