chore: update project for typescript to v6.0.2 and migrate type tests to tstyche#403
Open
Tony133 wants to merge 5 commits into
Open
chore: update project for typescript to v6.0.2 and migrate type tests to tstyche#403Tony133 wants to merge 5 commits into
Tony133 wants to merge 5 commits into
Conversation
53f6b8c to
c30b116
Compare
c2f0087 to
7867c91
Compare
4decf01 to
83542ad
Compare
Author
|
@mcollina As soon as you have a moment, can you do a review? 🙂 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposals:
tsdtotstyche🔥Changes made:
package.json:typescriptdev dependency from~5.9.2to~6.0.2eslintreplaced
tsdwithtstychefor type testingtsconfig.json: updated compiler options to align with TS6:target:es6→es2022lib:["es2015"]→["es2022"]module:commonjs→node16moduleResolution:node→node16Type tests — restructured under
types/:index.d.ts→types/index.d.tsindex.test-d.ts→types/index.tst.ts(converted to tstyche)import.test-d.ts→types/import.tst.ts(converted to tstyche)Project structure
logger.js→index.jsdeprecations.js→examples/deprecations.jsexample.js→examples/example.jsexample-custom-format.js→examples/example-custom-format.jstest/test.js— updated imports to reflect new pathsNote: