mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 02:33:53 -06:00
Merge branch 'master' into NumberFormatOptions-notation
This commit is contained in:
commit
32be76090b
@ -2,7 +2,7 @@
|
||||
# TypeScript
|
||||
|
||||
[](https://travis-ci.org/microsoft/TypeScript)
|
||||
[](https://dev.azure.com/typescript/TypeScript/_build/latest?definitionId=4&view=logs)
|
||||
[](https://dev.azure.com/typescript/TypeScript/_build?definitionId=7)
|
||||
[](https://www.npmjs.com/package/typescript)
|
||||
[](https://www.npmjs.com/package/typescript)
|
||||
|
||||
|
||||
@ -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