Skip to content

Commit 6c13592

Browse files
committed
Add includes required for standard library
1 parent dcaf7c5 commit 6c13592

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stdlib.cherri

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Cherri Standard Library
33
Copyright (c) Cherri
44
*/
55

6+
#include 'actions/scripting'
7+
#include 'actions/text'
8+
#include 'actions/web'
9+
610
action runJS(text _script) {
711
const _ios17bug = replaceText("#", "\u0023", _script)
812
const _uri = url("data:text/html;charset=utf-8,<body/><script>{_ios17bug}</script>")

0 commit comments

Comments
 (0)