Scoot the README.md reference up a few notches
* The sentence below doesn't make any sense if this isn't done but deviates from the coding pattern Applies to mishoo/UglifyJS2#935
This commit is contained in:
parent
e28e807577
commit
b18bf2bfb4
|
|
@ -660,11 +660,11 @@ properties are available:
|
||||||
|
|
||||||
- `strict` — disable automatic semicolon insertion and support for trailing
|
- `strict` — disable automatic semicolon insertion and support for trailing
|
||||||
comma in arrays and objects
|
comma in arrays and objects
|
||||||
|
- `bare_returns` — Allow return outside of functions. (maps to the
|
||||||
|
`--bare-returns` CLI arguments option)
|
||||||
- `filename` — the name of the file where this code is coming from
|
- `filename` — the name of the file where this code is coming from
|
||||||
- `toplevel` — a `toplevel` node (as returned by a previous invocation of
|
- `toplevel` — a `toplevel` node (as returned by a previous invocation of
|
||||||
`parse`)
|
`parse`)
|
||||||
- `bare_returns` — Allow return outside of functions. (maps to the
|
|
||||||
`--bare-returns` CLI arguments option)
|
|
||||||
|
|
||||||
The last two options are useful when you'd like to minify multiple files and
|
The last two options are useful when you'd like to minify multiple files and
|
||||||
get a single file as the output and a proper source map. Our CLI tool does
|
get a single file as the output and a proper source map. Our CLI tool does
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user