Skip to content

Commit

Permalink
refactor: rewrite to typescript retaining API (#320)
Browse files Browse the repository at this point in the history
* refactor: rewrite to typescript retaining API

* Apply suggestions from code review

Co-authored-by: Erik Moura <[email protected]>

* chore: remove unused imports

* chore: update lockfile

* clean up

---------

Co-authored-by: Erik Moura <[email protected]>
  • Loading branch information
MarshallOfSound and erikian authored Sep 10, 2024
1 parent 50b0c62 commit 88b5ea4
Show file tree
Hide file tree
Showing 32 changed files with 1,512 additions and 3,272 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 88b5ea4

Please sign in to comment.