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 to Typescript v5 #32

Merged
merged 6 commits into from
Dec 1, 2023
Merged

Conversation

pedromdev
Copy link
Contributor

Changes:

  • Update typescript version to 5.3.2
  • Uninstall ttypescript
  • Install ts-patch to support Typescript v5
  • Fix strict errors
  • Update removed .create* calls to .factory.create*
  • Add modifier information
  • Add some props examples

@pedromdev
Copy link
Contributor Author

I think it is necessary update this package to a new major version to leave the users install the compatible version.

Typescript 3 and bellow: install TSRuntime <= 3.x.x
Typescript 5: install TSRuntime 5.x.x

@goloveychuk
Copy link
Owner

Thanks. I'll look tomorrow

@pedromdev
Copy link
Contributor Author

I forgot to update the tests. Some tests failed because of modifier change. I just added the first information of property modifiers, but it's better add all modifiers of a property. This is something that I can add in the next PR.

@goloveychuk goloveychuk merged commit 7921457 into goloveychuk:master Dec 1, 2023
@pedromdev pedromdev mentioned this pull request Dec 23, 2023
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.

2 participants