Skip to content

Commit

Permalink
fix: improve regex, update test
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 2, 2023
1 parent 901487e commit 2cd71e6
Show file tree
Hide file tree
Showing 19 changed files with 2,019 additions and 1,869 deletions.
32 changes: 16 additions & 16 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "strip-literal",
"version": "1.0.1",
"packageManager": "pnpm@7.0.0",
"packageManager": "pnpm@8.6.11",
"description": "Strip comments and string literals from JavaScript code",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -41,22 +41,22 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"acorn": "^8.8.2"
"acorn": "^8.10.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.1",
"@antfu/ni": "^0.19.0",
"@types/node": "^18.11.18",
"bumpp": "^8.2.1",
"eslint": "^8.33.0",
"esmo": "^0.16.3",
"pnpm": "^7.26.3",
"rimraf": "^4.1.2",
"three": "^0.149.0",
"typescript": "^4.9.5",
"unbuild": "^1.1.1",
"vite": "^4.1.1",
"vitest": "^0.28.3",
"vue": "^3.2.47"
"@antfu/eslint-config": "^0.40.0",
"@antfu/ni": "^0.21.5",
"@types/node": "^20.4.5",
"bumpp": "^9.1.1",
"eslint": "^8.46.0",
"esmo": "^0.17.0",
"pnpm": "^8.6.11",
"rimraf": "^5.0.1",
"three": "^0.155.0",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vite": "^4.4.8",
"vitest": "^0.34.1",
"vue": "^3.3.4"
}
}

0 comments on commit 2cd71e6

Please sign in to comment.