Skip to content

Commit 3cb440e

Browse files
committed
baseline update
1 parent 10bee81 commit 3cb440e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/baselines/reference/duplicateVarsAcrossFileBoundaries.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ var x = 0;
4343
var y = "";
4444
var z = 0;
4545
//// [duplicateVarsAcrossFileBoundaries_4.js]
46+
var p = P;
4647
var q;
4748
//// [duplicateVarsAcrossFileBoundaries_5.js]
4849
var p;

tests/baselines/reference/importDeclWithExportModifierAndExportAssignment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ export = x;
88

99
//// [importDeclWithExportModifierAndExportAssignment.js]
1010
"use strict";
11-
exports.__esModule = true;
1211
exports.a = void 0;
1312
exports.a = x.c;
13+
module.exports = x;

0 commit comments

Comments
 (0)