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 5d1304c
Show file tree
Hide file tree
Showing 32 changed files with 1,501 additions and 1,431 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ workflows:
jobs:
- node/test:
name: test-<< matrix.executor >>-<< matrix.node-version >>
override-ci-command: yarn install --frozen-lockfile --ignore-engines
pre-steps:
- when:
condition:
Expand Down
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
test/input/**/*.txt text eol=lf
* text=auto eol=lf
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 5d1304c

Please sign in to comment.