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

Sets "allowSyntheticDefaultImports" to false #322

Merged
merged 1 commit into from
Aug 5, 2020

Conversation

kettanaito
Copy link
Member

Changes

  • Builds the library with the allowSyntheticDefaultImports TypeScript option set to `false. This ensures more strict compilation rules, granting that developers with strict TypeScript configuration may use MSW without issues. More permissive TypeScript configurations should not be affected.

GitHub

@kettanaito kettanaito added bug Something isn't working scope:typescript labels Aug 5, 2020
@kettanaito kettanaito force-pushed the 321-ts-forbid-synthetic-default-imports branch from f264c56 to f709d83 Compare August 5, 2020 08:26
@kettanaito kettanaito added the chore Tasks aimed at internal improvement label Aug 5, 2020
@kettanaito kettanaito merged commit 99d6a3f into master Aug 5, 2020
@kettanaito kettanaito deleted the 321-ts-forbid-synthetic-default-imports branch August 5, 2020 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chore Tasks aimed at internal improvement scope:typescript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"cookie" module has no default export
1 participant