@rolldown/debug
Advanced tools
+1
-1
| export * from './generated/index.js'; | ||
| export function parseToEvents(data) { | ||
| return data.split('\n').map(v => JSON.parse(v)); | ||
| return data.split('\n').map((v) => JSON.parse(v)); | ||
| } | ||
@@ -5,0 +5,0 @@ export function parseToEvent(data) { |
+12
-11
| { | ||
| "name": "@rolldown/debug", | ||
| "version": "1.0.0-beta.57", | ||
| "version": "1.0.0-beta.58", | ||
| "homepage": "https://rolldown.rs/", | ||
| "license": "MIT", | ||
| "type": "module", | ||
| "repository": { | ||
@@ -11,2 +11,12 @@ "type": "git", | ||
| }, | ||
| "files": [ | ||
| "dist" | ||
| ], | ||
| "type": "module", | ||
| "exports": { | ||
| ".": { | ||
| "types": "./dist/index.d.ts", | ||
| "import": "./dist/index.js" | ||
| } | ||
| }, | ||
| "publishConfig": { | ||
@@ -18,11 +28,2 @@ "access": "public" | ||
| }, | ||
| "exports": { | ||
| ".": { | ||
| "import": "./dist/index.js", | ||
| "types": "./dist/index.d.ts" | ||
| } | ||
| }, | ||
| "files": [ | ||
| "dist" | ||
| ], | ||
| "scripts": { | ||
@@ -29,0 +30,0 @@ "gen-action-types": "oxnode ../../scripts/src/gen-debug-action-types.ts", |
No website
QualityPackage does not have a website.
15313
0.26%2
-33.33%