From eb3d4210fbc6603b51bb77a73c813e7e1131ba98 Mon Sep 17 00:00:00 2001 From: Adrian Heine Date: Thu, 11 Jun 2020 21:27:32 +0200 Subject: [PATCH] Update overview --- overview.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) 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 |