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.
keep_fargs
1 parent 01d19b4 commit a64bddaCopy full SHA for a64bdda
README.md
@@ -256,6 +256,10 @@ to set `true`; it's effectively a shortcut for `foo=true`).
256
- `drop_console` -- default `false`. Pass `true` to discard calls to
257
`console.*` functions.
258
259
+- `keep_fargs` -- default `false`. Pass `true` to prevent the
260
+ compressor from discarding unused function arguments. You need this
261
+ for code which relies on `Function.length`.
262
+
263
### The `unsafe` option
264
265
It enables some transformations that *might* break code logic in certain
0 commit comments