We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8becbbe commit 8d613c5Copy full SHA for 8d613c5
functions/registry.yaml
@@ -134,13 +134,13 @@ registry:
134
- "{{database}}"
135
- "{{sql|safe}}"
136
- name: run-javascript-sandbox
137
- description: execute javascript code
+ description: Execute javascript in a Node.JS environment.
138
parameters:
139
type: object
140
properties:
141
javascript:
142
type: string
143
- description: the javascript code to run
+ description: the javascript code to run in node (escape for JSON serialization)
144
container:
145
image: vonwig/javascript-runner
146
command:
src/extension/.github/workflows/docker.yml
0 commit comments