Skip to content

Commit 9a0396c

Browse files
committed
Update baselines
1 parent b053a30 commit 9a0396c

File tree

3,797 files changed

+49960
-64575
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,797 files changed

+49960
-64575
lines changed

tests/baselines/reference/collisionCodeGenModuleWithUnicodeNames.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@ var x = new 才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكو
1414
//// [collisionCodeGenModuleWithUnicodeNames.js]
1515
var 才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüß才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüßAbcd123;
1616
(function (才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüß才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüßAbcd123_1) {
17-
var 才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüß才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüßAbcd123 = /** @class */ (function () {
18-
function 才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüß才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüßAbcd123() {
19-
}
20-
return 才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüß才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüßAbcd123;
21-
}());
17+
class 才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüß才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüßAbcd123 {
18+
}
2219
才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüß才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüßAbcd123_1.才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüß才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüßAbcd123 = 才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüß才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüßAbcd123;
2320
})(才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüß才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüßAbcd123 || (才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüß才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüßAbcd123 = {}));
2421
var x = new 才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüß才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüßAbcd123.才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüß才能ソЫⅨ蒤郳र्क्ड्राüışğİliيونيكودöÄüßAbcd123();

tests/baselines/reference/config/showConfig/Show TSConfig with compileOnSave and more/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"target": "es5",
55
"module": "commonjs",
66
"strict": true,
7+
"useDefineForClassFields": false,
78
"noImplicitAny": true,
89
"noImplicitThis": true,
910
"strictNullChecks": true,
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"compilerOptions": {
33
"target": "es5",
4-
"jsx": "react"
4+
"jsx": "react",
5+
"module": "commonjs",
6+
"useDefineForClassFields": false
57
}
68
}

tests/baselines/reference/config/showConfig/Show TSConfig with paths and more/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"emitDecoratorMetadata": true,
2828
"resolveJsonModule": true,
2929
"resolvePackageJsonExports": false,
30-
"resolvePackageJsonImports": false
30+
"resolvePackageJsonImports": false,
31+
"useDefineForClassFields": false
3132
},
3233
"include": [
3334
"./src/**/*"
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
"compilerOptions": {
33
"module": "nodenext",
4-
"target": "esnext",
54
"moduleResolution": "nodenext",
6-
"moduleDetection": "force",
7-
"useDefineForClassFields": true
5+
"moduleDetection": "force"
86
}
97
}

tests/baselines/reference/customTransforms/after.js

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
// [source.js]
22
function f1() { }
3-
//@after
4-
var c = /** @class */ (function () {
5-
function c() {
6-
}
7-
return c;
8-
}());
9-
(function () { });
3+
class c {
4+
}
5+
() => { };
106
//@after
117
var e;
128
(function (e) {

tests/baselines/reference/customTransforms/before.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
// [source.js]
22
/*@before*/
33
function f1() { }
4-
var c = /** @class */ (function () {
5-
function c() {
6-
}
7-
return c;
8-
}());
9-
(function () { });
4+
class c {
5+
}
6+
() => { };
107
var e;
118
(function (e) {
129
})(e || (e = {}));

tests/baselines/reference/customTransforms/both.js

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
// [source.js]
22
/*@before*/
33
function f1() { }
4-
//@after
5-
var c = /** @class */ (function () {
6-
function c() {
7-
}
8-
return c;
9-
}());
10-
(function () { });
4+
class c {
5+
}
6+
() => { };
117
//@after
128
var e;
139
(function (e) {

tests/baselines/reference/customTransforms/sourceMapExternalSourceFiles.js

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/baselines/reference/deprecatedCompilerOptions1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ const a = 1;
55

66

77
//// [a.js]
8-
var a = 1;
8+
const a = 1;

0 commit comments

Comments
 (0)