Skip to content

Commit

Permalink
refactor: migrate everything to typescript & workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed Jun 29, 2024
1 parent 8436314 commit e590602
Show file tree
Hide file tree
Showing 67 changed files with 9,225 additions and 813 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
test/fixtures
i18n
workspaces/scanner/src/i18n
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: build dependencies
run: npm run build
- name: Run tests
run: npm run test:ci
run: npm run test
nsci:
runs-on: ubuntu-latest
strategy:
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,17 @@ interface Options {
}
```

## Workspaces

Click on one of the links to access the documentation of the workspace:

| name | package and link |
| --- | --- |
| scanner | [@nodesecure/estree-ast-utils](./workspaces/scanner) |
| tarball | [@nodesecure/sec-literal ](./workspaces/tarball) |
| tree-walker | [@nodesecure/ts-source-parser ](./workspaces/tree-walker) |
```
## Contributors ✨
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
Expand Down
12 changes: 0 additions & 12 deletions index.d.ts

This file was deleted.

75 changes: 0 additions & 75 deletions index.js

This file was deleted.

Loading

0 comments on commit e590602

Please sign in to comment.