mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Updated helper for marginally better minification.
This commit is contained in:
@@ -4093,9 +4093,11 @@ namespace ts {
|
||||
text: `
|
||||
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
||||
if (Object.defineProperty) {
|
||||
return Object.defineProperty(cooked, "raw", { value: raw });
|
||||
Object.defineProperty(cooked, "raw", { value: raw });
|
||||
}
|
||||
else {
|
||||
cooked.raw = raw;
|
||||
}
|
||||
cooked.raw = raw;
|
||||
return cooked;
|
||||
};`
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user