mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 20:14:01 -06:00
Accepted baselines.
This commit is contained in:
parent
eae289c7b7
commit
e8a7e0c0d4
@ -11,7 +11,7 @@ export function foo () {
|
||||
"use strict";
|
||||
exports.test = "test";
|
||||
function foo() {
|
||||
const x = { test };
|
||||
const x = { test: exports.test };
|
||||
}
|
||||
exports.foo = foo;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user