Skip to content

Commit

Permalink
remove website & update deps (#18)
Browse files Browse the repository at this point in the history
* chore: remove website

* fix: typo

* chore: update deps
  • Loading branch information
yeonjuan committed Jul 21, 2023
1 parent 6dcc1c3 commit 70cbaf6
Show file tree
Hide file tree
Showing 20 changed files with 618 additions and 5,693 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</a>
</p>

ES HTML Parser is an HTML parser that generates an abstract syntax tree similar to the ESTree specification.
ES HTML Parser is a HTML parser that generates an abstract syntax tree similar to the ESTree specification.

This project began as a fork of [hyntax](https://github.com/mykolaharmash/hyntax) and is developed to follow [ESTree](https://github.com/estree/estree)-like ast specification.

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"devDependencies": {
"@types/jest": "^28.1.7",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint": "^8.23.0",
"jest": "^28.1.3",
"jest": "^29.6.1",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.8",
"ts-jest": "^29.1.1",
"typescript": "^4.8.2"
},
"files": [
Expand Down
1 change: 0 additions & 1 deletion website/.eslintignore

This file was deleted.

27 changes: 0 additions & 27 deletions website/.eslintrc.js

This file was deleted.

1 change: 0 additions & 1 deletion website/.prettierignore

This file was deleted.

3 changes: 0 additions & 3 deletions website/babe.config.json

This file was deleted.

13 changes: 0 additions & 13 deletions website/index.html

This file was deleted.

47 changes: 0 additions & 47 deletions website/package.json

This file was deleted.

57 changes: 0 additions & 57 deletions website/src/app.tsx

This file was deleted.

30 changes: 0 additions & 30 deletions website/src/components/ast-viewer.tsx

This file was deleted.

23 changes: 0 additions & 23 deletions website/src/components/header.tsx

This file was deleted.

45 changes: 0 additions & 45 deletions website/src/components/html-editor.tsx

This file was deleted.

10 changes: 0 additions & 10 deletions website/src/components/main.tsx

This file was deleted.

34 changes: 0 additions & 34 deletions website/src/components/panel.tsx

This file was deleted.

6 changes: 0 additions & 6 deletions website/src/main.tsx

This file was deleted.

0 comments on commit 70cbaf6

Please sign in to comment.