File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ import * as fs from "fs";
99
1010export class Compiler
1111{
12+ static version = "1.7" ;
13+
1214 classCompiler = new ClassCompiler ( ) ;
1315
1416 modules : CompiledModule [ ] = [ ] ;
@@ -21,8 +23,6 @@ export class Compiler
2123 minimizeStartClassName : string = '' ;
2224 minimizedMethodCount = 0 ;
2325
24- static version = "1.6.1" ;
25-
2626 start ( )
2727 {
2828 let args : string [ ] = process . argv . slice ( 2 ) ;
Original file line number Diff line number Diff line change 66# Set working directory to script directory
77cd " $( dirname " $0 " ) "
88
9- echo " Installing NPM packages for: Example Electron"
9+ echo " ==== Installing NPM packages for: Example Electron"
1010npm install
Original file line number Diff line number Diff line change 66# Set working directory to script directory
77cd " $( dirname " $0 " ) "
88
9- echo " Installing NPM packages for: Example NWjs"
9+ echo " ==== Installing NPM packages for: Example NWjs"
1010npm install
Original file line number Diff line number Diff line change 11// Invoke the start method on a new MyNwApp ST object.
22
3-
43function startApp ( )
54{
65 let moduleName : string = "./MyNwApp.js" ;
Original file line number Diff line number Diff line change 1515 exit 0;
1616fi
1717
18- echo " Installing NPM packages for: Example NodeGui"
18+ echo " ==== Installing NPM packages for: Example NodeGui"
1919npm install
Original file line number Diff line number Diff line change 88cd " $( dirname " $0 " ) "
99
1010./AI/Server/install.sh
11- ./Shop/Server/install.sh
1211./Electron/install.sh
13- ./NWjs/install.sh
1412./NodeGui/install.sh
13+ ./NWjs/install.sh
14+ ./Shop/Server/install.sh
Original file line number Diff line number Diff line change 77 <a href="https://small-js.org" style="font-weight: bold;">small-js.org</a>
88</p >
99
10- ## News - 25-MAY -2025
10+ ## News - 18-AUG -2025
1111
12- SmallJS v1.6.1 was released with:
13- - Support for 5 AIs, now including Ollama that can run locally.
14- - A client / server example chat app that now remembers the conversation context.
15- - Other improvements on the examples, compiler and build system.
12+ SmallJS v1.7 was released with:
13+ NW.js support: A new framework that lets you develop multi-platform desktop apps with ease!.< br >
14+ The GUI of these apps is made with familiar HTML and CSS.< br >
15+ They take up less memory than Electron and are less complex to develop.< br >
1616
1717More info here: https://small-js.org/News
1818
19- Note: In release 1.6, sources where moved around a bit, so it's best to start from a fresh clone.
20-
21- Have fun!
19+ Enjoy!
2220
2321## Introducing SmallJS
2422
You can’t perform that action at this time.
0 commit comments