Skip to content

Commit

Permalink
refactor: rewrite to typescript retaining API
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Aug 16, 2024
1 parent a61839f commit 76e2468
Show file tree
Hide file tree
Showing 30 changed files with 1,493 additions and 1,430 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
.node-version
npm-debug.log
.idea
lib
15 changes: 15 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"trailingComma": "all",
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"parser": "typescript",
"overrides": [
{
"files": ["*.json", "*.jsonc", "*.json5"],
"options": {
"parser": "json"
}
}
]
}
229 changes: 0 additions & 229 deletions lib/asar.js

This file was deleted.

41 changes: 0 additions & 41 deletions lib/crawlfs.js

This file was deleted.

Loading

0 comments on commit 76e2468

Please sign in to comment.