New CHnages with 0.2.49
This commit is contained in:
+3
-3
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user