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

update plugin typescript readme and peerDeps version #830

Merged
merged 2 commits into from Mar 10, 2021
Merged

update plugin typescript readme and peerDeps version #830

merged 2 commits into from Mar 10, 2021

Conversation

huozhi
Copy link
Contributor

@huozhi huozhi commented Mar 8, 2021

Rollup Plugin Name: @rollup/plugin-typescript

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

If yes, then include "BREAKING CHANGES:" in the first commit message body, followed by a description of what is breaking.

List any relevant issue numbers:

Description

plugn-typescript used an API from typescript ts.getOutputFileNames, which is introduced by this commit in typescript 3.7 beta.

Encounter ts.getOutputFileNames is not a function with ts 3.6.4, after upgrading to ts 3.7, the issue was gone.

@huozhi huozhi changed the title update plugin typescript readme update plugin typescript readme and peerDeps version Mar 10, 2021
@shellscape shellscape merged commit f1ad31f into rollup:master Mar 10, 2021
@shellscape
Copy link
Collaborator

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants