From 1d51835fbac437267cd4f86728632a749f59ce81 Mon Sep 17 00:00:00 2001 From: kzc Date: Tue, 17 Oct 2017 11:32:22 -0400 Subject: [PATCH] more formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ace11d9..329c430a 100644 --- a/README.md +++ b/README.md @@ -622,7 +622,7 @@ If you're using the `X-SourceMap` header instead, you can just omit `sourceMap.u `!(a <= b) → a > b` (only when `unsafe_comps`), attempts to negate binary nodes, e.g. `a = !b && !c && !d && !e → a=!(b||c||d||e)` etc. -- `computed_props` (default `true`) -- Transforms constant computed properties +- `computed_props` (default: `true`) -- Transforms constant computed properties into regular ones: `{["computed"]: 1}` is converted to `{computed: 1}`. - `conditionals` (default: `true`) -- apply optimizations for `if`-s and conditional @@ -637,7 +637,7 @@ If you're using the `X-SourceMap` header instead, you can just omit `sourceMap.u - `drop_debugger` (default: `true`) -- remove `debugger;` statements -- `ecma` (default `5`) -- Pass `6` or greater to enable `compress` options that +- `ecma` (default: `5`) -- Pass `6` or greater to enable `compress` options that will transform ES5 code into smaller ES6+ equivalent forms. - `evaluate` (default: `true`) -- attempt to evaluate constant expressions