mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-10 18:04:18 -05:00
Accepting baselines.
This commit is contained in:
committed by
unknown
parent
24dbe2dd79
commit
a25d3c1865
@@ -131,8 +131,8 @@ var moduleType1;
|
||||
moduleType1.baz1;
|
||||
})(moduleType1 || (moduleType1 = {}));
|
||||
var moduleType\u0032;
|
||||
(function (moduleType2) {
|
||||
moduleType2.baz2;
|
||||
(function (moduleType\u0032) {
|
||||
moduleType\u0032.baz2;
|
||||
})(moduleType\u0032 || (moduleType\u0032 = {}));
|
||||
moduleType1.baz1 = 3;
|
||||
moduleType\u0031.baz1 = 3;
|
||||
|
||||
Reference in New Issue
Block a user