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

3 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L4776: 		classOpts.tsDecorators = opts.tsDecorators.values
		js_parser.go#L4789: 	tsDecorators        []js_ast.Expr
		js_parser.go#L4886: 		TSDecorators: classOpts.tsDecorators,