Merge and baseline accept

This commit is contained in:
Ryan Cavanaugh
2018-06-11 15:04:19 -07:00
23 changed files with 12975 additions and 12272 deletions

View File

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

View File

@@ -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", () => {