Support code hot reloading for JavaScript projects (#7362)

* Support code hot reloading for JavaScript projects

* Add some missing JavaScript symbols and APIs

* fix the Travis build

* (review changes) remove the js type from the standard library as it doesn't follow NEP-1

* more additions to the DOM module

* Follow NEP-1 in jsffi; spell 'hot code reloading' correctly

* introduce a jscore module

* Document jscore module.

* readded js type

* Remove the '$' operator that doesn't behave
This commit is contained in:
zah
2018-04-13 20:08:43 +03:00
committed by Andreas Rumpf
parent 1d1d6f39a3
commit e3037a2f33
14 changed files with 285 additions and 68 deletions

View File

@@ -77,5 +77,6 @@ webdoc: "wrappers/mysql;wrappers/iup"
webdoc: "wrappers/sqlite3;wrappers/postgres;wrappers/tinyc;wrappers/odbcsql"
webdoc: "wrappers/pcre"
webdoc: "wrappers/openssl"
webdoc: "js/jscore"
webdoc: "posix/posix;wrappers/odbcsql"