mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-22 16:52:14 -06:00
Updated helper for marginally better minification.
This commit is contained in:
parent
81b3e85592
commit
a23d1bf3ea
@ -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;
|
||||
};`
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user