- Notifications
You must be signed in to change notification settings - Fork 359
feat: Expands generateTypes flag to support TS entries#865
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
e88847e8fac54a51c7e852677748File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| 'microbundle': patch | ||
| --- | ||
| Expands generateTypes flag to support libs with TS entrypoints |
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
| @@ -2728,9 +2728,10 @@ ts-custom-declaration | ||||
| index.js.map | ||||
| index.umd.js | ||||
| index.umd.js.map | ||||
| node_modules | ||||
| ||||
| node_modules |
rschristianJul 15, 2021 •
edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
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.
Clicked "Commit suggestion" too fast there. What was not working w/ the CI? Seemed to be passing w/out any issues?
When rpt2 is used, it creates some cache files in node_modules. As this test now uses a TS entry point, rpt2 will be used.
Uh oh!
There was an error while loading. Please reload this page.