We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77368c0 commit 814b55eCopy full SHA for 814b55e
README.md
@@ -423,6 +423,9 @@ to set `true`; it's effectively a shortcut for `foo=true`).
423
such as `console.info` and/or retain side effects from function arguments
424
after dropping the function call then use `pure_funcs` instead.
425
426
+- `expression` -- default `false`. Pass `true` to preserve completion values
427
+ from terminal statements without `return`, e.g. in bookmarklets.
428
+
429
- `keep_fargs` -- default `true`. Prevents the
430
compressor from discarding unused function arguments. You need this
431
for code which relies on `Function.length`.
0 commit comments