mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
Merge and baseline accept
This commit is contained in:
@@ -3417,7 +3417,7 @@ namespace ts {
|
||||
|
||||
ExportHasLocal = Function | Class | Enum | ValueModule,
|
||||
|
||||
HasExports = Class | Enum | Module,
|
||||
HasExports = Class | Enum | Module | Variable,
|
||||
HasMembers = Class | Interface | TypeLiteral | ObjectLiteral,
|
||||
|
||||
BlockScoped = BlockScopedVariable | Class | Enum,
|
||||
|
||||
@@ -5,6 +5,7 @@ describe("Public APIs", () => {
|
||||
let fileContent: string;
|
||||
before(() => {
|
||||
fileContent = Harness.IO.readFile(builtFile)!;
|
||||
fileContent = fileContent.replace(/\r\n/g, "\n");
|
||||
});
|
||||
|
||||
it("should be acknowledged when they change", () => {
|
||||
|
||||
Reference in New Issue
Block a user