@roots/bud-compiler 2024.5.21-7 → 2024.5.23-7
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/service/index.js +3 -2
- package/package.json +5 -5
package/lib/service/index.js
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
import { __decorate } from "tslib";
|
2
|
-
import {
|
2
|
+
import { jsxDEV as _jsxDEV } from "@roots/bud-support/jsx-dev-runtime";
|
3
|
+
const _jsxFileName = "/home/runner/work/bud/bud/sources/@roots/bud-compiler/src/service/index.tsx";
|
3
4
|
import { cpus } from 'node:os';
|
4
5
|
import process from 'node:process';
|
5
6
|
import { pathToFileURL } from 'node:url';
|
@@ -40,7 +41,7 @@ class Compiler extends Service {
|
|
40
41
|
message: normalized.message,
|
41
42
|
subtitle: normalized.name,
|
42
43
|
});
|
43
|
-
this.app.context.render(
|
44
|
+
this.app.context.render(_jsxDEV(DisplayError, { error: error }, void 0, false, { fileName: _jsxFileName, lineNumber: 75, columnNumber: 29 }, this));
|
44
45
|
}
|
45
46
|
/**
|
46
47
|
* {@link BudCompiler.onStats}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@roots/bud-compiler",
|
3
|
-
"version": "2024.5.
|
3
|
+
"version": "2024.5.23-7",
|
4
4
|
"description": "Compilation handler",
|
5
5
|
"engines": {
|
6
6
|
"node": ">=16"
|
@@ -65,15 +65,15 @@
|
|
65
65
|
"types": "./lib/index.d.ts",
|
66
66
|
"module": "./lib/index.js",
|
67
67
|
"devDependencies": {
|
68
|
-
"@roots/bud-api": "2024.5.
|
68
|
+
"@roots/bud-api": "2024.5.23-7",
|
69
69
|
"@skypack/package-check": "0.2.2",
|
70
70
|
"@types/node": "20.12.8",
|
71
71
|
"@types/react": "18.3.1"
|
72
72
|
},
|
73
73
|
"dependencies": {
|
74
|
-
"@roots/bud-dashboard": "2024.5.
|
75
|
-
"@roots/bud-framework": "2024.5.
|
76
|
-
"@roots/bud-support": "2024.5.
|
74
|
+
"@roots/bud-dashboard": "2024.5.23-7",
|
75
|
+
"@roots/bud-framework": "2024.5.23-7",
|
76
|
+
"@roots/bud-support": "2024.5.23-7",
|
77
77
|
"react": "18.3.1",
|
78
78
|
"tslib": "2.6.2"
|
79
79
|
},
|