3 Apr
2024
3 Apr
'24
7:23 a.m.
This is currently in the todo stage, but until then is there a way to give some statement explicitly? like (inline-js "import {x} from y;")
3 Apr
3 Apr
6:01 p.m.
I don't think there's one builtin, but it's trivial to define one: (ps::define-expression-operator inline-js (x) `(ps-js:escape ,x)) (ps:ps (inline-js "import {x} from y")) ;; => "import {x} from y;" On Wed, 03 Apr 2024 09:23:30 +0200 Drew Jose <mail@drewsh.com> wrote:
This is currently in the todo stage, but until then is there a way to give some statement explicitly?
like (inline-js "import {x} from y;")
308
Age (days ago)
308
Last active (days ago)
1 comments
2 participants
participants (2)
-
Drew Jose
-
Jason Miller