New CHnages with 0.2.49

This commit is contained in:
2026-07-19 13:01:55 +05:30
parent 3975f72bd5
commit 46e01ee862
77 changed files with 537 additions and 521 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
# WRNexusJS documentation 0.2.48
# WRNexusJS documentation 0.2.49
Status: Private Developer Preview. This site documents 26 release-aligned packages.
@@ -281,7 +281,7 @@ wrnexus eject <component> # copy a Wire UI component's .wrn into app/compone
# Installed package documentation
The following README files and declarations come from the installed private 0.2.48 release.
The following README files and declarations come from the installed private 0.2.49 release.
## @wrnexus/ai
@@ -1408,7 +1408,7 @@ declare function compileNativeWireFile(source: string): string;
* Compile `.wrn` source into TypeScript source. Throws `ParseError` on invalid
* input (the dev loader surfaces this as a readable error page).
*/
declare function compileWireFile(source: string): string;
declare function compileWireFile(source: string, filePath?: string): string;
/** Richer entry point returning the AST and diagnostics alongside the code. */
declare function compile(source: string): CompileResult;