Merge pull request #39093 from microsoft/fix-oodate-baseline-

fix out-of-date baseline
This commit is contained in:
Nathan Shively-Sanders 2020-06-16 10:49:23 -07:00 committed by GitHub
commit cefee947e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -411,6 +411,7 @@ export declare const lazyBar: LazyAction<() => void, typeof import("./lazyIndex"
//// [/src/obj/lazyIndex.js]
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.bar = void 0;
var bar_1 = require("./bar");
Object.defineProperty(exports, "bar", { enumerable: true, get: function () { return bar_1.default; } });
var bar_2 = require("./bar");