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

3 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L4772: 		allowTSDecorators:   true,
		js_parser.go#L4790: 	allowTSDecorators   bool
		js_parser.go#L4842: 		allowTSDecorators: classOpts.allowTSDecorators,