magic-string-ast
Advanced tools
+0
-2
@@ -9,3 +9,2 @@ import MagicString, { MagicStringOptions, OverwriteOptions } from "magic-string"; | ||
| } | ||
| // eslint-disable-next-line @typescript-eslint/no-unsafe-declaration-merging | ||
| interface MagicStringAST extends MagicString {} | ||
@@ -15,3 +14,2 @@ /** | ||
| */ | ||
| // eslint-disable-next-line @typescript-eslint/no-unsafe-declaration-merging | ||
| declare class MagicStringAST implements MagicString { | ||
@@ -18,0 +16,0 @@ private prototype; |
+8
-8
| { | ||
| "name": "magic-string-ast", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "magic-string with AST shortcut.", | ||
@@ -34,13 +34,13 @@ "type": "module", | ||
| "devDependencies": { | ||
| "@sxzz/eslint-config": "^7.0.4", | ||
| "@sxzz/eslint-config": "^7.1.2", | ||
| "@sxzz/prettier-config": "^2.2.3", | ||
| "@types/node": "^24.0.4", | ||
| "bumpp": "^10.2.0", | ||
| "eslint": "^9.29.0", | ||
| "@types/node": "^24.2.1", | ||
| "bumpp": "^10.2.2", | ||
| "eslint": "^9.33.0", | ||
| "fast-glob": "^3.3.3", | ||
| "magic-string-stack": "^1.0.0", | ||
| "prettier": "^3.6.1", | ||
| "tsdown": "^0.12.9", | ||
| "prettier": "^3.6.2", | ||
| "tsdown": "^0.14.0", | ||
| "tsx": "^4.20.3", | ||
| "typescript": "^5.8.3", | ||
| "typescript": "^5.9.2", | ||
| "vitest": "^3.2.4" | ||
@@ -47,0 +47,0 @@ }, |
9461
-1.6%179
-1.1%