Accepted baselines.

This commit is contained in:
Daniel Rosenwasser 2016-06-13 23:34:00 -07:00
parent eae289c7b7
commit e8a7e0c0d4

View File

@ -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;