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 1fdf83f commit 84a06c8Copy full SHA for 84a06c8
cli/options.json
@@ -178,7 +178,10 @@
178
},
179
"exportRuntime": {
180
"category": "Features",
181
- "description": "Exports the runtime helpers (__new, __collect etc.).",
+ "description": [
182
+ "Always exports the runtime helpers (__new, __collect, __pin etc.).",
183
+ "Automatically determined when generation of --bindings is enabled."
184
+ ],
185
"type": "b",
186
"default": false
187
@@ -315,7 +318,7 @@
315
318
316
319
"disableWarning": {
317
320
"description": [
- "Disables warnings matching the given diagnostic code.",
321
+ "Disables warnings matching the given diagnostic code.",
322
"If no diagnostic code is given, all warnings are disabled."
323
],
324
"type": "I"
0 commit comments