github.com/evanw/esbuild/internal/js_parser.deferredTSDecorators.values (field)

3 uses

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