Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Version 2.5.1

Compare
Choose a tag to compare
@rbiggs rbiggs released this 12 Jul 13:46
· 26 commits to master since this release
Updated JSDoc Types.

1. Imported types as typedef instead of importing inline.
2. Reduced the number of type casts by changing types from `Node` to `Element` where possible.
3. Add `checkjs` to package to run  tsc to verify TypeScript parsing passes.
4. Build script now automatically runs type checker.