Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: allow decorator in typescript #54

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: reorganising babel dependencies for report generation
saviatwork committed Feb 13, 2024
commit 1a4e64059152d50071a649a895265144d681cb86
7,229 changes: 7,079 additions & 150 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -46,11 +46,11 @@
"escomplex": "^2.0.0-alpha",
"esprima": "^4.0.1",
"micromatch": "^4.0.5",
"node-sloc": "^0.2.1"
"node-sloc": "^0.2.1",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@babel/preset-env": "^7.20.2"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.23.2",
"@babel/preset-env": "^7.20.2",
"@types/babel__core": "^7.1.20",
"@types/chai": "^4.3.4",
"@types/debug": "^4.1.7",