Comparing version 0.3.2 to 0.3.3
@@ -1,2 +0,2 @@ | ||
import { a as Proxified, P as ProxifiedModule, e as ProxifiedFunctionCall, g as ProxifiedObject } from './shared/magicast.8e177158.js'; | ||
import { a as Proxified, P as ProxifiedModule, e as ProxifiedFunctionCall, h as ProxifiedObject } from './shared/magicast.03f97f18.js'; | ||
import { VariableDeclarator } from '@babel/types'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,3 +0,3 @@ | ||
import { O as Options, P as ProxifiedModule, a as Proxified, G as GenerateOptions } from './shared/magicast.8e177158.js'; | ||
export { C as CodeFormatOptions, I as ImportItemInput, L as Loc, b as ParsedFileNode, d as ProxifiedArray, e as ProxifiedFunctionCall, h as ProxifiedIdentifier, j as ProxifiedImportItem, i as ProxifiedImportsMap, f as ProxifiedNewExpression, g as ProxifiedObject, k as ProxifiedValue, c as ProxyBase, l as ProxyType, T as Token, m as detectCodeFormat } from './shared/magicast.8e177158.js'; | ||
import { O as Options, P as ProxifiedModule, a as Proxified, G as GenerateOptions } from './shared/magicast.03f97f18.js'; | ||
export { C as CodeFormatOptions, I as ImportItemInput, L as Loc, b as ParsedFileNode, d as ProxifiedArray, g as ProxifiedArrowFunctionExpression, e as ProxifiedFunctionCall, i as ProxifiedIdentifier, k as ProxifiedImportItem, j as ProxifiedImportsMap, f as ProxifiedNewExpression, h as ProxifiedObject, l as ProxifiedValue, c as ProxyBase, m as ProxyType, T as Token, n as detectCodeFormat } from './shared/magicast.03f97f18.js'; | ||
import { Node } from '@babel/types'; | ||
@@ -4,0 +4,0 @@ export { Node as ASTNode } from '@babel/types'; |
{ | ||
"name": "magicast", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Modify a JS/TS file and write back magically just like JSON!", | ||
@@ -40,28 +40,28 @@ "repository": "unjs/magicast", | ||
"test:build": "TEST_BUILD=true vitest", | ||
"test:full": "pnpm run test && pnpm run build && pnpm run test:build" | ||
"test:full": "pnpm run test --run && pnpm run build && pnpm run test:build--run" | ||
}, | ||
"dependencies": { | ||
"@babel/parser": "^7.23.3", | ||
"@babel/types": "^7.23.3", | ||
"@babel/parser": "^7.23.6", | ||
"@babel/types": "^7.23.6", | ||
"source-map-js": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.9.0", | ||
"@vitest/coverage-v8": "^0.34.6", | ||
"@vitest/ui": "^0.34.6", | ||
"@types/node": "^20.11.0", | ||
"@vitest/coverage-v8": "^1.2.0", | ||
"@vitest/ui": "^1.2.0", | ||
"ast-types": "^0.16.1", | ||
"changelogen": "^0.5.5", | ||
"eslint": "^8.53.0", | ||
"eslint": "^8.56.0", | ||
"eslint-config-unjs": "^0.2.1", | ||
"esno": "^0.17.0", | ||
"giget": "^1.1.3", | ||
"lint-staged": "^15.0.2", | ||
"esno": "^4.0.0", | ||
"giget": "^1.2.1", | ||
"lint-staged": "^15.2.0", | ||
"magicast": "workspace:*", | ||
"prettier": "^3.0.3", | ||
"prettier": "^3.2.2", | ||
"recast": "^0.23.4", | ||
"simple-git-hooks": "^2.9.0", | ||
"source-map": "npm:source-map-js@latest", | ||
"typescript": "^5.2.2", | ||
"typescript": "^5.3.3", | ||
"unbuild": "^2.0.0", | ||
"vitest": "^0.34.6" | ||
"vitest": "^1.2.0" | ||
}, | ||
@@ -80,3 +80,3 @@ "resolutions": { | ||
}, | ||
"packageManager": "pnpm@8.10.2", | ||
"packageManager": "pnpm@8.14.1", | ||
"pnpm": { | ||
@@ -83,0 +83,0 @@ "overrides": { |
@@ -112,3 +112,3 @@ # 🧀 Magicast | ||
**Example:** Function parameters: | ||
**Example:** Function arguments: | ||
@@ -115,0 +115,0 @@ ```js |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
645288
18296
Updated@babel/parser@^7.23.6
Updated@babel/types@^7.23.6