Skip to content

Commit

Permalink
Migrate source code to TypeScript
Browse files Browse the repository at this point in the history
- replace rollup with tsup
- replace babel with @swc/core
  • Loading branch information
gilbarbara committed Oct 2, 2023
1 parent 444974b commit 0367b41
Show file tree
Hide file tree
Showing 91 changed files with 12,668 additions and 30,505 deletions.
55 changes: 0 additions & 55 deletions .babelrc

This file was deleted.

5 changes: 2 additions & 3 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ checks:
threshold: 100
exclude_patterns:
- coverage/**/*
- es/**/*
- lib/**/*
- dist/**/*
- node_modules/**/*
- test/**/*
- test/**/*
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

185 changes: 0 additions & 185 deletions .eslintrc

This file was deleted.

14 changes: 0 additions & 14 deletions .flowconfig

This file was deleted.

3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.tmp
_book/
coverage
es
lib
dist
node_modules
3 changes: 1 addition & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
_book
coverage
es
lib
dist
node_modules
6 changes: 0 additions & 6 deletions .prettierrc

This file was deleted.

Loading

0 comments on commit 0367b41

Please sign in to comment.