Lines Matching full:now
104 The default `ecmaVersion` option value is now 7.
111 The parser now raises errors on duplicated export names.
113 `arguments` and `eval` can now be used in shorthand properties.
115 Duplicate parameter names in non-simple argument lists now always
120 The `ecmaVersion` option now also accepts year-style version numbers
154 Visitors created with `visit.make` now have their base as _prototype_,
173 The walker now allows defining handlers for `CatchClause` nodes.
193 The default value of the `ecmaVersion` option is now 6 (used to be 5).
200 `let` and `yield` are now “contextual keywords”, meaning you can
204 now parsed correctly.
211 The identifier character ranges are now based on Unicode 8.0.0.
213 Plugins can now override the `raiseRecoverable` method to override the