@absolutejs/absolute 0.19.0-beta.4 → 0.19.0-beta.40
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/tsconfig.tsbuildinfo +1 -1
- package/.claude/settings.local.json +23 -1
- package/dist/build.js +622 -59
- package/dist/build.js.map +13 -10
- package/dist/cli/index.js +29 -1
- package/dist/dev/client/frameworkDetect.ts +1 -2
- package/dist/dev/client/handlers/react.ts +96 -4
- package/dist/index.js +886 -209
- package/dist/index.js.map +17 -13
- package/dist/react/index.js +86 -1
- package/dist/react/index.js.map +5 -4
- package/dist/src/build/buildDepVendor.d.ts +2 -0
- package/dist/src/dev/clientManager.d.ts +2 -0
- package/dist/src/dev/moduleServer.d.ts +11 -0
- package/dist/src/dev/ssrRenderer.d.ts +7 -0
- package/dist/src/dev/ssrWorker.d.ts +0 -0
- package/dist/src/dev/transformCache.d.ts +4 -0
- package/dist/src/plugins/hmr.d.ts +1 -1
- package/dist/ssrWorker.ts +55 -0
- package/dist/types/messages.d.ts +5 -1
- package/native/packages/darwin-arm64/fast_ops.dylib +0 -0
- package/native/packages/darwin-arm64/package.json +1 -1
- package/native/packages/darwin-x64/fast_ops.dylib +0 -0
- package/native/packages/darwin-x64/package.json +1 -1
- package/native/packages/linux-arm64/package.json +1 -1
- package/native/packages/linux-x64/fast_ops.so +0 -0
- package/native/packages/linux-x64/package.json +1 -1
- package/package.json +6 -6
- package/types/globals.d.ts +1 -0
- package/types/messages.ts +7 -1
- package/types/typeGuards.ts +2 -0
|
@@ -127,7 +127,29 @@
|
|
|
127
127
|
"Bash(kill 455871 455892)",
|
|
128
128
|
"Bash(/dev/null git:*)",
|
|
129
129
|
"Bash(git bisect:*)",
|
|
130
|
-
"Bash(1 git:*)"
|
|
130
|
+
"Bash(1 git:*)",
|
|
131
|
+
"Bash(git add:*)",
|
|
132
|
+
"Bash(__NEW_LINE_e18c09c51cbebcef__ git:*)",
|
|
133
|
+
"Bash(gh issue:*)",
|
|
134
|
+
"Bash(gh pr:*)",
|
|
135
|
+
"Bash(gh search:*)",
|
|
136
|
+
"WebFetch(domain:api.github.com)",
|
|
137
|
+
"Bash(gh api:*)",
|
|
138
|
+
"WebFetch(domain:deepwiki.com)",
|
|
139
|
+
"Bash(cmake --version)",
|
|
140
|
+
"Bash(apt list:*)",
|
|
141
|
+
"Bash(clang-21 --version)",
|
|
142
|
+
"Bash(rustc --version)",
|
|
143
|
+
"Bash(cargo --version)",
|
|
144
|
+
"Bash(source ~/.cargo/env)",
|
|
145
|
+
"Bash(~/alex/bun-transpiler-patch/build/debug/bun-debug --version)",
|
|
146
|
+
"Bash(sleep 1 __NEW_LINE_7daf3039beb10014__ ~/alex/bun-transpiler-patch/build/debug/bun-debug -e \":*)",
|
|
147
|
+
"Bash(/dev/null cd:*)",
|
|
148
|
+
"Bash(CMAKE_BUILD_TYPE=Release bun bd -- -Doptimize=ReleaseFast)",
|
|
149
|
+
"Bash(/dev/null rm:*)",
|
|
150
|
+
"Bash(grep '\"\"version\"\"' package.json)",
|
|
151
|
+
"Bash(cd:*)",
|
|
152
|
+
"Bash(git commit:*)"
|
|
131
153
|
]
|
|
132
154
|
}
|
|
133
155
|
}
|