meriyah 4.0.0-dev.20210204 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
 
18
18
  ## Features
19
19
 
20
- * Conforms to the standard ECMAScript® 2021 (ECMA-262 11th Edition) language specification
20
+ * Conforms to the standard ECMAScript® 2020 (ECMA-262 10th Edition) language specification
21
21
  * Support TC39 proposals via option
22
22
  * Support for additional ECMAScript features for Web Browsers
23
23
  * JSX support via option
@@ -33,6 +33,10 @@
33
33
  * [Decorators](https://github.com/tc39/proposal-decorators)
34
34
  * [Class Public Instance Fields & Private Instance Fields](https://github.com/tc39/proposal-class-fields)
35
35
  * [Hashbang grammar](https://github.com/tc39/proposal-hashbang)
36
+ * [import.meta](https://github.com/tc39/proposal-import-meta)
37
+ * [Nullish coalescing Operator](https://github.com/tc39/proposal-nullish-coalescing)
38
+ * [Numeric separators](https://github.com/tc39/proposal-numeric-separator)
39
+ * [Optional Chaining](https://github.com/tc39/proposal-optional-chaining)
36
40
  * [Private methods](https://github.com/tc39/proposal-private-methods)
37
41
  * [Static class fields and private static methods](https://github.com/tc39/proposal-static-class-features/)
38
42