Skip to content

Commit c71f45d

Browse files
committed
Temporarily disable template literals
1 parent 2349bc4 commit c71f45d

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
@@ -172,6 +172,7 @@ function esbuildTask(entrypoint, outfile, exportIsTsObject = false) {
172172
supported: {
173173
// "const-and-let": false, // https://github.com/evanw/esbuild/issues/297
174174
"object-rest-spread": false, // Performance enhancement, see: https://github.com/evanw/esbuild/releases/tag/v0.14.46
175+
"template-literal": false, // TODO(jakebailey): workaround for https://github.com/microsoft/TypeScript/issues/51072
175176
},
176177
// legalComments: "none", // If we add copyright headers to the source files, uncomment.
177178
plugins: [

0 commit comments

Comments
 (0)