unplugin-isolated-decl
Advanced tools
Comparing version 0.4.7 to 0.5.0
@@ -1,3 +0,3 @@ | ||
import { oxcTransform, swcTransform, tsTransform } from "./transformer-69vts78l.js"; | ||
import { oxcTransform, swcTransform, tsTransform } from "./transformer-2hVUBpkW.js"; | ||
export { oxcTransform, swcTransform, tsTransform }; |
import type { TranspileOptions } from "typescript"; | ||
export interface TransformResult { | ||
sourceText: string; | ||
code: string; | ||
errors: Array<string>; | ||
@@ -5,0 +5,0 @@ } |
@@ -1,3 +0,3 @@ | ||
import "./transformer-69vts78l.js"; | ||
import { IsolatedDecl } from "./src_index-IB8kj2gH.js"; | ||
import "./transformer-2hVUBpkW.js"; | ||
import { IsolatedDecl } from "./src_index-GOBsoA4f.js"; | ||
@@ -4,0 +4,0 @@ //#region src/esbuild.ts |
@@ -1,4 +0,4 @@ | ||
import "./transformer-69vts78l.js"; | ||
import { IsolatedDecl, lowestCommonAncestor } from "./src_index-IB8kj2gH.js"; | ||
import "./transformer-2hVUBpkW.js"; | ||
import { IsolatedDecl, lowestCommonAncestor } from "./src_index-GOBsoA4f.js"; | ||
export { IsolatedDecl, lowestCommonAncestor }; |
@@ -1,3 +0,3 @@ | ||
import "./transformer-69vts78l.js"; | ||
import { IsolatedDecl } from "./src_index-IB8kj2gH.js"; | ||
import "./transformer-2hVUBpkW.js"; | ||
import { IsolatedDecl } from "./src_index-GOBsoA4f.js"; | ||
@@ -4,0 +4,0 @@ //#region src/rolldown.ts |
@@ -1,3 +0,3 @@ | ||
import "./transformer-69vts78l.js"; | ||
import { IsolatedDecl } from "./src_index-IB8kj2gH.js"; | ||
import "./transformer-2hVUBpkW.js"; | ||
import { IsolatedDecl } from "./src_index-GOBsoA4f.js"; | ||
@@ -4,0 +4,0 @@ //#region src/rollup.ts |
@@ -1,3 +0,3 @@ | ||
import "./transformer-69vts78l.js"; | ||
import { IsolatedDecl } from "./src_index-IB8kj2gH.js"; | ||
import "./transformer-2hVUBpkW.js"; | ||
import { IsolatedDecl } from "./src_index-GOBsoA4f.js"; | ||
@@ -4,0 +4,0 @@ //#region src/vite.ts |
{ | ||
"name": "unplugin-isolated-decl", | ||
"version": "0.4.7", | ||
"version": "0.5.0", | ||
"description": "A blazing-fast tool for generating isolated declarations, powered by Oxc.", | ||
@@ -84,23 +84,23 @@ "type": "module", | ||
"@rollup/pluginutils": "^5.1.0", | ||
"oxc-parser": "^0.25.0", | ||
"oxc-transform": "^0.24.3", | ||
"unplugin": "^1.12.2" | ||
"oxc-parser": "^0.27.0", | ||
"oxc-transform": "^0.27.0", | ||
"unplugin": "^1.14.0" | ||
}, | ||
"devDependencies": { | ||
"@swc/core": "^1.7.11", | ||
"@sxzz/eslint-config": "^3.17.2", | ||
"@swc/core": "^1.7.24", | ||
"@sxzz/eslint-config": "^4.2.0", | ||
"@sxzz/prettier-config": "^2.0.2", | ||
"@types/node": "^20.16.0", | ||
"bumpp": "^9.5.1", | ||
"@types/node": "^22.5.4", | ||
"bumpp": "^9.5.2", | ||
"esbuild": "^0.23.1", | ||
"eslint": "^9.9.0", | ||
"eslint": "^9.10.0", | ||
"fast-glob": "^3.3.2", | ||
"prettier": "^3.3.3", | ||
"rolldown": "nightly", | ||
"rollup": "^4.21.0", | ||
"rollup": "^4.21.2", | ||
"rollup-plugin-esbuild": "^6.1.1", | ||
"tsdown": "^0.2.6", | ||
"tsx": "^4.17.0", | ||
"typescript": "^5.5.4", | ||
"vite": "^5.4.1", | ||
"tsdown": "^0.2.15", | ||
"tsx": "^4.19.0", | ||
"typescript": "^5.6.2", | ||
"vite": "^5.4.3", | ||
"vitest": "^2.0.5" | ||
@@ -107,0 +107,0 @@ }, |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
29708
+ Added@oxc-parser/binding-darwin-arm64@0.27.0(transitive)
+ Added@oxc-parser/binding-darwin-x64@0.27.0(transitive)
+ Added@oxc-parser/binding-linux-arm64-gnu@0.27.0(transitive)
+ Added@oxc-parser/binding-linux-arm64-musl@0.27.0(transitive)
+ Added@oxc-parser/binding-linux-x64-gnu@0.27.0(transitive)
+ Added@oxc-parser/binding-linux-x64-musl@0.27.0(transitive)
+ Added@oxc-parser/binding-win32-arm64-msvc@0.27.0(transitive)
+ Added@oxc-parser/binding-win32-x64-msvc@0.27.0(transitive)
+ Added@oxc-transform/binding-darwin-arm64@0.27.0(transitive)
+ Added@oxc-transform/binding-darwin-x64@0.27.0(transitive)
+ Added@oxc-transform/binding-linux-arm64-gnu@0.27.0(transitive)
+ Added@oxc-transform/binding-linux-arm64-musl@0.27.0(transitive)
+ Added@oxc-transform/binding-linux-x64-gnu@0.27.0(transitive)
+ Added@oxc-transform/binding-linux-x64-musl@0.27.0(transitive)
+ Added@oxc-transform/binding-win32-arm64-msvc@0.27.0(transitive)
+ Added@oxc-transform/binding-win32-x64-msvc@0.27.0(transitive)
+ Addedoxc-parser@0.27.0(transitive)
+ Addedoxc-transform@0.27.0(transitive)
- Removed@oxc-parser/binding-darwin-arm64@0.25.0(transitive)
- Removed@oxc-parser/binding-darwin-x64@0.25.0(transitive)
- Removed@oxc-parser/binding-linux-arm64-gnu@0.25.0(transitive)
- Removed@oxc-parser/binding-linux-arm64-musl@0.25.0(transitive)
- Removed@oxc-parser/binding-linux-x64-gnu@0.25.0(transitive)
- Removed@oxc-parser/binding-linux-x64-musl@0.25.0(transitive)
- Removed@oxc-parser/binding-win32-arm64-msvc@0.25.0(transitive)
- Removed@oxc-parser/binding-win32-x64-msvc@0.25.0(transitive)
- Removed@oxc-transform/binding-darwin-arm64@0.24.3(transitive)
- Removed@oxc-transform/binding-darwin-x64@0.24.3(transitive)
- Removed@oxc-transform/binding-linux-arm64-gnu@0.24.3(transitive)
- Removed@oxc-transform/binding-linux-arm64-musl@0.24.3(transitive)
- Removed@oxc-transform/binding-linux-x64-gnu@0.24.3(transitive)
- Removed@oxc-transform/binding-linux-x64-musl@0.24.3(transitive)
- Removed@oxc-transform/binding-win32-arm64-msvc@0.24.3(transitive)
- Removed@oxc-transform/binding-win32-x64-msvc@0.24.3(transitive)
- Removedoxc-parser@0.25.0(transitive)
- Removedoxc-transform@0.24.3(transitive)
Updatedoxc-parser@^0.27.0
Updatedoxc-transform@^0.27.0
Updatedunplugin@^1.14.0