Skip to content

Commit dc8afbb

Browse files
committed
Added link to extra config features
1 parent 8993bf7 commit dc8afbb

File tree

3 files changed

+54
-53
lines changed

3 files changed

+54
-53
lines changed

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* [Terminology](#terminology) - what we mean by "_term_" in this document
88
* [Bootstrapping core](#bootstrapping-core) - how to enable Polyscript in your page
99
* [How Scripts Work](#how-scripts-work) - how `<script type="...">` works
10+
* [Extra config Features](#extra-config-features) - how to load *JS* modules on either main or workers
1011
* [How Events Work](#how-events-work) - how `<button py-click="...">` works
1112
* [XWorker](#xworker) - how `XWorker` class and its `xworker` reference work
1213
* [Custom Scripts](#custom-scripts) - how *custom types* can be defined and used to enrich any core feature

package-lock.json

Lines changed: 52 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"chokidar": "^3.5.3",
4646
"eslint": "^8.54.0",
4747
"linkedom": "^0.16.4",
48-
"rollup": "^4.6.0",
48+
"rollup": "^4.6.1",
4949
"static-handler": "^0.4.3",
5050
"typescript": "^5.3.2"
5151
},

0 commit comments

Comments
 (0)