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

TypeScript 4.1 Compiler API, TemplateLiteralStrings, Key Remapping in Mapped Types #799

Merged
merged 11 commits into from Nov 28, 2020

Conversation

WoH
Copy link
Collaborator

@WoH WoH commented Sep 28, 2020

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you written unit tests?
  • Have you written unit tests that cover the negative cases (i.e.: if bad data is submitted, does the library respond properly)?
  • This PR is associated with an existing issue?

Closing issues

Put closes #XXXX (where XXXX is the issue number) in your comment to auto-close the issue that your PR fixes.

If this is a new feature submission:

  • Has the issue had a maintainer respond to the issue and clarify that the feature is something that aligns with the goals and philosophy of the project?

Todo:

  • Upgrade tsoa to be TS 4.1-dev compatible
  • Upgrade to TS 4.1.0 (blocked)
  • Upgrade ESLint / prettier to be TS 4.1 compatible
  • Simple referenced Template Literal Type
  • Inline TLTs
  • Mapped Type Remappings

@WoH WoH force-pushed the ts-4.1 branch 3 times, most recently from c260701 to 432bb06 Compare October 1, 2020 18:02
@github-actions github-actions bot added the Stale label Nov 1, 2020
@WoH WoH removed the Stale label Nov 1, 2020
Repository owner deleted a comment from github-actions bot Nov 1, 2020
@WoH WoH marked this pull request as ready for review November 20, 2020 20:55
@WoH WoH merged commit e7b224f into lukeautry:master Nov 28, 2020
@simllll
Copy link
Contributor

simllll commented Jan 8, 2021

I just stumpled upon a bug with template literal types, and found this. I guess it's not released yet, is there any pre release I can test?

@WoH WoH mentioned this pull request Jan 8, 2021
4 tasks
@WoH
Copy link
Collaborator Author

WoH commented Jan 8, 2021

I just stumpled upon a bug with template literal types, and found this. I guess it's not released yet, is there any pre release I can test?

No

@simllll
Copy link
Contributor

simllll commented Jan 11, 2021

I just stumpled upon a bug with template literal types, and found this. I guess it's not released yet, is there any pre release I can test?

No

Anything I can do to help with the next release?

@WoH
Copy link
Collaborator Author

WoH commented Jan 12, 2021

Anything I can do to help with the next release?

Review #857

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

2 participants