mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Merge pull request #39093 from microsoft/fix-oodate-baseline-
fix out-of-date baseline
This commit is contained in:
commit
cefee947e7
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user