[next] Enabled hooks around plugins (#1522)

This commit is contained in:
Andrea Giammarchi
2023-06-12 22:18:55 +02:00
committed by GitHub
parent bb364b0524
commit da544929ac
10 changed files with 138 additions and 19 deletions

View File

@@ -28,5 +28,9 @@
js.console.log(a.x, b.x)
'Hello Web!'
</py-script>
<py-script>
XWorker('../a.py')
'OK'
</py-script>
</body>
</html>