Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(compiler): make projectReferences work with isolatedModules: true #1527

Merged
merged 3 commits into from Apr 16, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.