-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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(TS): some left overs #8904
fix(TS): some left overs #8904
Conversation
Build Stats
|
@@ -1,2 +1,2 @@ | |||
export { Pattern } from './Pattern'; | |||
export type * from './types'; | |||
export * from './types'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TS complains.
I see the bundle grew so this might not be good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and rather annoying
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no idea why the bundle grows
Probably every ts warning apart sourcemaps should be considering a blocking error |
agreed, why not source maps? |
We just need to throw when a ts warning is fired Line 35 in d7bb027
|
Motivation
left overs for recent merges
Description
Changes
Gist
In Action