Skip to content

Commit a520d61

Browse files
committed
Temporarily disable template literals
1 parent e4bcd8e commit a520d61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Gulpfile.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ function esbuildTask(entrypoint, outfile, exportIsTsObject = false) {
177177
supported: {
178178
// "const-and-let": false, // https://github.com/evanw/esbuild/issues/297
179179
"object-rest-spread": false, // Performance enhancement, see: https://github.com/evanw/esbuild/releases/tag/v0.14.46
180+
"template-literal": false, // TODO(jakebailey): workaround for https://github.com/microsoft/TypeScript/issues/51072
180181
},
181182
// legalComments: "none", // If we add copyright headers to the source files, uncomment.
182183
plugins: [

0 commit comments

Comments
 (0)