summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorzah <zahary@gmail.com>2018-04-13 20:08:43 +0300
committerAndreas Rumpf <rumpf_a@web.de>2018-04-13 19:08:43 +0200
commite3037a2f33124edaaba92fec19b951c767eb74f5 (patch)
treedf7b45b4dd68e3adae8aff7af23d632d4a4f11c6 /web
parent1d1d6f39a360e3f65051868306f67121a4eeae12 (diff)
downloadNim-e3037a2f33124edaaba92fec19b951c767eb74f5.tar.gz
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
Diffstat (limited to 'web')
-rw-r--r--web/website.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/website.ini b/web/website.ini
index be3fbb6e3..56b7c436f 100644
--- a/web/website.ini
+++ b/web/website.ini
@@ -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"