diff --git a/overview.md b/overview.md index 16115fd..6d492a1 100644 --- a/overview.md +++ b/overview.md @@ -1,16 +1,16 @@ -| | ECMAScript | | acorn | | | acorn-stage3 | | -| | 2020 | stage 3 | 6.1 | 6.2+ | master | 2.0.0 | 2.1.x | -|-----------------------|-------|---------|-----|------|----------|-------|-------| -| dynamic-import | x | - | - | x | x | x | x | -| bigint | x | - | - | x | x | x | x | -| import-meta | x | - | - | - | x | x | x | -| export-ns-from | x | - | - | - | x | x | x | -| nullish-coalescing | x | - | - | - | x | - | - | -| optional-chaining | x | - | - | - | - (#891) | - | - | -| hashbang | - | x | x | x | x | - | - | -| top-level-await | - | x | x | x | x | - | - | -| numeric-separator | - | x | - | - | - | - | x | -| class-fields | - | x | - | - | - | x | x | -| private-methods | - | x | - | - | - | x | x | -| static-class-features | - | x | - | - | - | x | x | -| logical-assignment | - | x | - | - | - | - | x | +| | ECMAScript | | acorn | | | | acorn-stage3| | | +| | 2020 | stage 3 | 6.1 | 6.2 | 7.2 | 7.3 | 2.0 | 2.1 | 3.0 | +|-----------------------|-------|---------|-----|-----|-----------|-----|-----|-----| +| dynamic-import | x | - | - | x | x | x | x | x | - | +| bigint | x | - | - | x | x | x | x | x | - | +| import-meta | x | - | - | - | x | x | x | x | - | +| export-ns-from | x | - | - | - | x | x | x | x | - | +| nullish-coalescing | x | - | - | - | x | x | - | - | - | +| optional-chaining | x | - | - | - | - | x | - | - | - | +| hashbang | - | x | x | x | x | x | - | - | - | +| top-level-await | - | x | x | x | x | x | - | - | - | +| numeric-separator | - | x | - | - | - | - | - | x | x | +| class-fields | - | x | - | - | - | - | x | x | x | +| private-methods | - | x | - | - | - | - | x | x | x | +| static-class-features | - | x | - | - | - | - | x | x | x | +| logical-assignment | - | x | - | - | - | - | - | x | x |