Skip to content

Commit 814b55e

Browse files
committed
augment README
1 parent 77368c0 commit 814b55e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,9 @@ to set `true`; it's effectively a shortcut for `foo=true`).
423423
such as `console.info` and/or retain side effects from function arguments
424424
after dropping the function call then use `pure_funcs` instead.
425425

426+
- `expression` -- default `false`. Pass `true` to preserve completion values
427+
from terminal statements without `return`, e.g. in bookmarklets.
428+
426429
- `keep_fargs` -- default `true`. Prevents the
427430
compressor from discarding unused function arguments. You need this
428431
for code which relies on `Function.length`.

0 commit comments

Comments
 (0)