Skip to content

Commit

Permalink
Update overview
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianheine committed Jun 11, 2020
1 parent 6612e45 commit eb3d421
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions overview.md
Original file line number Diff line number Diff line change
@@ -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 |

0 comments on commit eb3d421

Please sign in to comment.