Skip to content

Commit 781884c

Browse files
committed
Accept baselines
1 parent 27faffb commit 781884c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/baselines/reference/exportClassNameWithObjectSystem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ export class Object {}
44

55
//// [exportClassNameWithObjectSystem.js]
66
System.register([], function (exports_1, context_1) {
7-
var Object;
87
"use strict";
8+
var Object;
99
var __moduleName = context_1 && context_1.id;
1010
return {
1111
setters: [],

0 commit comments

Comments
 (0)