Convert tidier.js to TypeScript && test coverage of tidier.ts#3899
Convert tidier.js to TypeScript && test coverage of tidier.ts#3899kashish00208 wants to merge 4 commits intoprocessing:develop-codemirror-v6from
Conversation
raclim
left a comment
There was a problem hiding this comment.
Thanks so much for your work! This looks great so far!
We recently merged in a PR that added tests for tidier.js as a JavaScript file—would you be open to updating this PR with the changes from the develop-codemirror-v6 branch, convert that test to TypeScript, and also add in any additional updates to the test that you think would be beneficial?
a8040cf to
67c3954
Compare
I've updated the PR! I merged the latest changes from develop-codemirror-v6, deleted the JS test file, and fully migrated the suite to TypeScript. I also added the beneficial tests for empty documents and cursor stability do let me know if any chnages needed . |
Fixes #3815 #3816
Changes:
This PR implements the following changes based on issue #3816 #3815:
I have verified that this pull request:
npm run lint)npm run test)npm run typecheck)developbranch.Fixes #123