@absolutejs/absolute 0.19.0-beta.160 → 0.19.0-beta.164
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.absolutejs/eslint-cache +1 -1
- package/.absolutejs/prettier.cache.json +39 -56
- package/.absolutejs/tsconfig.tsbuildinfo +1 -1
- package/.claude/settings.local.json +7 -1
- package/INTERMEDIATE_FILES_REFACTOR.md +112 -0
- package/README.md +1 -3
- package/dist/index.js +6 -8
- package/dist/index.js.map +3 -3
- package/eslint.config.mjs +4 -2
- package/native/packages/darwin-arm64/package.json +10 -10
- package/native/packages/darwin-x64/package.json +10 -10
- package/native/packages/linux-arm64/package.json +10 -10
- package/native/packages/linux-x64/package.json +10 -10
- package/native/packages/windows-arm64/package.json +10 -10
- package/native/packages/windows-x64/package.json +10 -10
- package/package.json +9 -9
- package/types/build.ts +0 -1
- package/types/globals.d.ts +11 -0
package/eslint.config.mjs
CHANGED
|
@@ -27,7 +27,8 @@ export default defineConfig([
|
|
|
27
27
|
'.test-builds/**',
|
|
28
28
|
'example/build/**',
|
|
29
29
|
'example/dist/**',
|
|
30
|
-
'example/react/indexes/*'
|
|
30
|
+
'example/react/indexes/*',
|
|
31
|
+
'speed-test.ts'
|
|
31
32
|
]
|
|
32
33
|
},
|
|
33
34
|
|
|
@@ -245,7 +246,8 @@ export default defineConfig([
|
|
|
245
246
|
'tsconfig.json',
|
|
246
247
|
'tsconfig.build.json',
|
|
247
248
|
'package.json',
|
|
248
|
-
'.prettierrc.json'
|
|
249
|
+
'.prettierrc.json',
|
|
250
|
+
'native/packages/*/package.json'
|
|
249
251
|
],
|
|
250
252
|
rules: {
|
|
251
253
|
'@typescript-eslint/no-unused-expressions': 'off'
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "@absolutejs/native-darwin-arm64",
|
|
3
|
-
"version": "0.19.0-beta.52",
|
|
4
|
-
"description": "Native optimizations for AbsoluteJS (darwin arm64)",
|
|
5
|
-
"license": "BSL-1.1",
|
|
6
|
-
"os": [
|
|
7
|
-
"darwin"
|
|
8
|
-
],
|
|
9
2
|
"cpu": [
|
|
10
3
|
"arm64"
|
|
11
4
|
],
|
|
5
|
+
"description": "Native optimizations for AbsoluteJS (darwin arm64)",
|
|
12
6
|
"files": [
|
|
13
7
|
"fast_ops.dylib"
|
|
14
8
|
],
|
|
9
|
+
"license": "BSL-1.1",
|
|
10
|
+
"name": "@absolutejs/native-darwin-arm64",
|
|
11
|
+
"os": [
|
|
12
|
+
"darwin"
|
|
13
|
+
],
|
|
15
14
|
"repository": {
|
|
15
|
+
"directory": "native/packages/darwin-arm64",
|
|
16
16
|
"type": "git",
|
|
17
|
-
"url": "https://github.com/absolutejs/absolutejs.git"
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
"url": "https://github.com/absolutejs/absolutejs.git"
|
|
18
|
+
},
|
|
19
|
+
"version": "0.19.0-beta.52"
|
|
20
20
|
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "@absolutejs/native-darwin-x64",
|
|
3
|
-
"version": "0.19.0-beta.52",
|
|
4
|
-
"description": "Native optimizations for AbsoluteJS (darwin x64)",
|
|
5
|
-
"license": "BSL-1.1",
|
|
6
|
-
"os": [
|
|
7
|
-
"darwin"
|
|
8
|
-
],
|
|
9
2
|
"cpu": [
|
|
10
3
|
"x64"
|
|
11
4
|
],
|
|
5
|
+
"description": "Native optimizations for AbsoluteJS (darwin x64)",
|
|
12
6
|
"files": [
|
|
13
7
|
"fast_ops.dylib"
|
|
14
8
|
],
|
|
9
|
+
"license": "BSL-1.1",
|
|
10
|
+
"name": "@absolutejs/native-darwin-x64",
|
|
11
|
+
"os": [
|
|
12
|
+
"darwin"
|
|
13
|
+
],
|
|
15
14
|
"repository": {
|
|
15
|
+
"directory": "native/packages/darwin-x64",
|
|
16
16
|
"type": "git",
|
|
17
|
-
"url": "https://github.com/absolutejs/absolutejs.git"
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
"url": "https://github.com/absolutejs/absolutejs.git"
|
|
18
|
+
},
|
|
19
|
+
"version": "0.19.0-beta.52"
|
|
20
20
|
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "@absolutejs/native-linux-arm64",
|
|
3
|
-
"version": "0.19.0-beta.52",
|
|
4
|
-
"description": "Native optimizations for AbsoluteJS (linux arm64)",
|
|
5
|
-
"license": "BSL-1.1",
|
|
6
|
-
"os": [
|
|
7
|
-
"linux"
|
|
8
|
-
],
|
|
9
2
|
"cpu": [
|
|
10
3
|
"arm64"
|
|
11
4
|
],
|
|
5
|
+
"description": "Native optimizations for AbsoluteJS (linux arm64)",
|
|
12
6
|
"files": [
|
|
13
7
|
"fast_ops.so"
|
|
14
8
|
],
|
|
9
|
+
"license": "BSL-1.1",
|
|
10
|
+
"name": "@absolutejs/native-linux-arm64",
|
|
11
|
+
"os": [
|
|
12
|
+
"linux"
|
|
13
|
+
],
|
|
15
14
|
"repository": {
|
|
15
|
+
"directory": "native/packages/linux-arm64",
|
|
16
16
|
"type": "git",
|
|
17
|
-
"url": "https://github.com/absolutejs/absolutejs.git"
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
"url": "https://github.com/absolutejs/absolutejs.git"
|
|
18
|
+
},
|
|
19
|
+
"version": "0.19.0-beta.52"
|
|
20
20
|
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "@absolutejs/native-linux-x64",
|
|
3
|
-
"version": "0.19.0-beta.52",
|
|
4
|
-
"description": "Native optimizations for AbsoluteJS (linux x64)",
|
|
5
|
-
"license": "BSL-1.1",
|
|
6
|
-
"os": [
|
|
7
|
-
"linux"
|
|
8
|
-
],
|
|
9
2
|
"cpu": [
|
|
10
3
|
"x64"
|
|
11
4
|
],
|
|
5
|
+
"description": "Native optimizations for AbsoluteJS (linux x64)",
|
|
12
6
|
"files": [
|
|
13
7
|
"fast_ops.so"
|
|
14
8
|
],
|
|
9
|
+
"license": "BSL-1.1",
|
|
10
|
+
"name": "@absolutejs/native-linux-x64",
|
|
11
|
+
"os": [
|
|
12
|
+
"linux"
|
|
13
|
+
],
|
|
15
14
|
"repository": {
|
|
15
|
+
"directory": "native/packages/linux-x64",
|
|
16
16
|
"type": "git",
|
|
17
|
-
"url": "https://github.com/absolutejs/absolutejs.git"
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
"url": "https://github.com/absolutejs/absolutejs.git"
|
|
18
|
+
},
|
|
19
|
+
"version": "0.19.0-beta.52"
|
|
20
20
|
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "@absolutejs/native-windows-arm64",
|
|
3
|
-
"version": "0.19.0-beta.52",
|
|
4
|
-
"description": "Native optimizations for AbsoluteJS (windows arm64)",
|
|
5
|
-
"license": "BSL-1.1",
|
|
6
|
-
"os": [
|
|
7
|
-
"win32"
|
|
8
|
-
],
|
|
9
2
|
"cpu": [
|
|
10
3
|
"arm64"
|
|
11
4
|
],
|
|
5
|
+
"description": "Native optimizations for AbsoluteJS (windows arm64)",
|
|
12
6
|
"files": [
|
|
13
7
|
"fast_ops.dll"
|
|
14
8
|
],
|
|
9
|
+
"license": "BSL-1.1",
|
|
10
|
+
"name": "@absolutejs/native-windows-arm64",
|
|
11
|
+
"os": [
|
|
12
|
+
"win32"
|
|
13
|
+
],
|
|
15
14
|
"repository": {
|
|
15
|
+
"directory": "native/packages/windows-arm64",
|
|
16
16
|
"type": "git",
|
|
17
|
-
"url": "https://github.com/absolutejs/absolutejs.git"
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
"url": "https://github.com/absolutejs/absolutejs.git"
|
|
18
|
+
},
|
|
19
|
+
"version": "0.19.0-beta.52"
|
|
20
20
|
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "@absolutejs/native-windows-x64",
|
|
3
|
-
"version": "0.19.0-beta.52",
|
|
4
|
-
"description": "Native optimizations for AbsoluteJS (windows x64)",
|
|
5
|
-
"license": "BSL-1.1",
|
|
6
|
-
"os": [
|
|
7
|
-
"win32"
|
|
8
|
-
],
|
|
9
2
|
"cpu": [
|
|
10
3
|
"x64"
|
|
11
4
|
],
|
|
5
|
+
"description": "Native optimizations for AbsoluteJS (windows x64)",
|
|
12
6
|
"files": [
|
|
13
7
|
"fast_ops.dll"
|
|
14
8
|
],
|
|
9
|
+
"license": "BSL-1.1",
|
|
10
|
+
"name": "@absolutejs/native-windows-x64",
|
|
11
|
+
"os": [
|
|
12
|
+
"win32"
|
|
13
|
+
],
|
|
15
14
|
"repository": {
|
|
15
|
+
"directory": "native/packages/windows-x64",
|
|
16
16
|
"type": "git",
|
|
17
|
-
"url": "https://github.com/absolutejs/absolutejs.git"
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
"url": "https://github.com/absolutejs/absolutejs.git"
|
|
18
|
+
},
|
|
19
|
+
"version": "0.19.0-beta.52"
|
|
20
20
|
}
|
package/package.json
CHANGED
|
@@ -81,6 +81,14 @@
|
|
|
81
81
|
"license": "BSL-1.1",
|
|
82
82
|
"main": "./dist/index.js",
|
|
83
83
|
"name": "@absolutejs/absolute",
|
|
84
|
+
"optionalDependencies": {
|
|
85
|
+
"@absolutejs/native-darwin-arm64": "0.19.0-beta.52",
|
|
86
|
+
"@absolutejs/native-darwin-x64": "0.19.0-beta.52",
|
|
87
|
+
"@absolutejs/native-linux-arm64": "0.19.0-beta.52",
|
|
88
|
+
"@absolutejs/native-linux-x64": "0.19.0-beta.52",
|
|
89
|
+
"@absolutejs/native-windows-arm64": "0.19.0-beta.52",
|
|
90
|
+
"@absolutejs/native-windows-x64": "0.19.0-beta.52"
|
|
91
|
+
},
|
|
84
92
|
"overrides": {
|
|
85
93
|
"@typescript-eslint/utils": "8.56.1"
|
|
86
94
|
},
|
|
@@ -137,14 +145,6 @@
|
|
|
137
145
|
"optional": true
|
|
138
146
|
}
|
|
139
147
|
},
|
|
140
|
-
"optionalDependencies": {
|
|
141
|
-
"@absolutejs/native-darwin-arm64": "0.19.0-beta.52",
|
|
142
|
-
"@absolutejs/native-darwin-x64": "0.19.0-beta.52",
|
|
143
|
-
"@absolutejs/native-linux-arm64": "0.19.0-beta.52",
|
|
144
|
-
"@absolutejs/native-linux-x64": "0.19.0-beta.52",
|
|
145
|
-
"@absolutejs/native-windows-arm64": "0.19.0-beta.52",
|
|
146
|
-
"@absolutejs/native-windows-x64": "0.19.0-beta.52"
|
|
147
|
-
},
|
|
148
148
|
"repository": {
|
|
149
149
|
"type": "git",
|
|
150
150
|
"url": "https://github.com/absolutejs/absolutejs.git"
|
|
@@ -164,5 +164,5 @@
|
|
|
164
164
|
"typecheck": "bun run vue-tsc --noEmit"
|
|
165
165
|
},
|
|
166
166
|
"types": "./dist/src/index.d.ts",
|
|
167
|
-
"version": "0.19.0-beta.
|
|
167
|
+
"version": "0.19.0-beta.164"
|
|
168
168
|
}
|
package/types/build.ts
CHANGED
|
@@ -2,7 +2,6 @@ import { build } from '../src/core/build';
|
|
|
2
2
|
import { devBuild } from '../src/core/devBuild';
|
|
3
3
|
|
|
4
4
|
export type BuildOptions = {
|
|
5
|
-
preserveIntermediateFiles?: boolean;
|
|
6
5
|
/** When true, build() throws on error instead of exit(1) - used by HMR rebuilds */
|
|
7
6
|
throwOnError?: boolean;
|
|
8
7
|
/** When true, HMR client code is injected into built assets. Set by devBuild(). */
|
package/types/globals.d.ts
CHANGED
|
@@ -10,6 +10,11 @@ declare global {
|
|
|
10
10
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
11
11
|
var __reactModuleRef: any;
|
|
12
12
|
var __depVendorPaths: Record<string, string> | undefined;
|
|
13
|
+
var __transformCache:
|
|
14
|
+
| Map<string, { content: string; imports: string[]; mtime: number }>
|
|
15
|
+
| undefined;
|
|
16
|
+
var __transformImporters: Map<string, Set<string>> | undefined;
|
|
17
|
+
var __transformInvalidationVersions: Map<string, number> | undefined;
|
|
13
18
|
var __http2Config:
|
|
14
19
|
| {
|
|
15
20
|
hmrState: import('../src/dev/clientManager').HMRState;
|
|
@@ -76,6 +81,12 @@ declare global {
|
|
|
76
81
|
} & Record<string, unknown>)
|
|
77
82
|
| null;
|
|
78
83
|
__VUE_HMR_COMPONENTS__?: Record<string, unknown>;
|
|
84
|
+
__VUE_HMR_RUNTIME__?: {
|
|
85
|
+
createRecord: (id: string, component: unknown) => void;
|
|
86
|
+
reload: (id: string, component: unknown) => void;
|
|
87
|
+
rerender: (id: string, render: unknown) => void;
|
|
88
|
+
};
|
|
89
|
+
__REFRESH_BUFFER__?: Array<[unknown, string]>;
|
|
79
90
|
htmx?: { process: (element: HTMLElement | Document) => void };
|
|
80
91
|
}
|
|
81
92
|
}
|