Skip to content

Commit 97ffc58

Browse files
committed
feat: migrate to typescript
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.
1 parent 082c7e2 commit 97ffc58

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+2556
-1606
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ test/auth/*
2424

2525
/chai.js
2626
/chai.cjs
27+
/lib

index.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/chai/assertion.js

Lines changed: 0 additions & 165 deletions
This file was deleted.

lib/chai/interface/expect.js

Lines changed: 0 additions & 50 deletions
This file was deleted.

lib/chai/utils/flag.js

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)