Skip to content

Commit

Permalink
Merge pull request #5318 from mkslanc/better-types
Browse files Browse the repository at this point in the history
Introduce JSDoc-based Type System with `checkJs` flag
  • Loading branch information
nightwing authored Dec 6, 2023
2 parents e8674fc + 07b0241 commit a7412b7
Show file tree
Hide file tree
Showing 109 changed files with 5,097 additions and 1,187 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
fi
# - run: npm run lint
- run: node_modules/.bin/tsc --noImplicitAny --strict --noUnusedLocals --noImplicitReturns --noUnusedParameters --noImplicitThis ace.d.ts
- run: npm run typecheck
- uses: codecov/codecov-action@v3
with:
token: d8edca4b-8e97-41e5-b54e-34c7cf3b2d47
Expand Down
Loading

0 comments on commit a7412b7

Please sign in to comment.