Skip to content

Commit 175d525

Browse files
committed
Temporarily disable template literals
1 parent a2e8cb7 commit 175d525

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
@@ -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)