Skip to content

Commit f10b875

Browse files
committed
Temporarily disable template literals
1 parent ff36738 commit f10b875

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gulpfile.mjs

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

0 commit comments

Comments
 (0)