Skip to content

Commit

Permalink
feat: migrate to typescript
Browse files Browse the repository at this point in the history
This is an initial attempt at migrating the codebase to typescript.

The tests and build should pass but we can go further and do more with
the types.

WIP until we do that.
  • Loading branch information
43081j committed Dec 31, 2023
1 parent 082c7e2 commit 721985c
Show file tree
Hide file tree
Showing 61 changed files with 2,538 additions and 1,606 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -24,3 +24,4 @@ test/auth/*

/chai.js
/chai.cjs
/lib
1 change: 0 additions & 1 deletion index.js

This file was deleted.

165 changes: 0 additions & 165 deletions lib/chai/assertion.js

This file was deleted.

50 changes: 0 additions & 50 deletions lib/chai/interface/expect.js

This file was deleted.

33 changes: 0 additions & 33 deletions lib/chai/utils/flag.js

This file was deleted.

0 comments on commit 721985c

Please sign in to comment.