Skip to content

Commit

Permalink
fix(compiler): make projectReferences work with `isolatedModules: t…
Browse files Browse the repository at this point in the history
…rue` (#1527)
  • Loading branch information
ahnpnl committed Apr 16, 2020
1 parent 6c0b75d commit aa6b74c
Show file tree
Hide file tree
Showing 67 changed files with 3,795 additions and 22,091 deletions.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions e2e/__cases__/diagnostics/warn/main.spec.ts
@@ -0,0 +1,7 @@
import { foo, Thing } from './main';

export const thing: Thing = { a: 1 };

test('foo is 42', () => {
expect(foo).toBe(42);
});
2 changes: 2 additions & 0 deletions e2e/__cases__/diagnostics/warn/main.ts
@@ -0,0 +1,2 @@
export const foo = 42
export type Thing = { a: number, b: number }
28 changes: 0 additions & 28 deletions e2e/__external-repos__/nrwl-nx/.debug/jest.config.js

This file was deleted.

1 change: 0 additions & 1 deletion e2e/__external-repos__/nrwl-nx/.debug/test-setup.ts

This file was deleted.

7 changes: 0 additions & 7 deletions e2e/__external-repos__/nrwl-nx/.debug/tsconfig.spec.json

This file was deleted.

13 changes: 0 additions & 13 deletions e2e/__external-repos__/nrwl-nx/.editorconfig

This file was deleted.

39 changes: 0 additions & 39 deletions e2e/__external-repos__/nrwl-nx/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions e2e/__external-repos__/nrwl-nx/.prettierignore

This file was deleted.

3 changes: 0 additions & 3 deletions e2e/__external-repos__/nrwl-nx/.prettierrc

This file was deleted.

84 changes: 0 additions & 84 deletions e2e/__external-repos__/nrwl-nx/README.md

This file was deleted.

118 changes: 0 additions & 118 deletions e2e/__external-repos__/nrwl-nx/angular.json

This file was deleted.

12 changes: 0 additions & 12 deletions e2e/__external-repos__/nrwl-nx/apps/nrwl-nx/browserslist

This file was deleted.

10 changes: 0 additions & 10 deletions e2e/__external-repos__/nrwl-nx/apps/nrwl-nx/jest.config.js

This file was deleted.

0 comments on commit aa6b74c

Please sign in to comment.