Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Jul 9, 2024
1 parent 6b8de88 commit de438ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This is a list of features in ECMA-262 that are planned or implemented:

* [x] shebang
* [x] line and block comments
* [x] `export`
* [x] [WIP] `export` (there are bugs. see `tests_fail` directory)
* [x] `export default`
* [x] `let`
* [x] `const`
Expand All @@ -100,8 +100,8 @@ This is a list of features in ECMA-262 that are planned or implemented:
* [ ] logical operators (`&&`, `||`, `!`)
* [ ] nullish coalescing operator (`??`)
* [ ] null-conditional operator (`?.`)
* [ ] object spread syntax
* [ ] [WIP] array spread syntax
* [x] object spread syntax
* [x] array spread syntax
* [ ] `class` statement
* [ ] `for-of` loop
* [ ] exceptions (`Error`, `try-catch-finally`, `throw` and so on)
Expand Down

0 comments on commit de438ff

Please sign in to comment.