Skip to content

Commit d5384e6

Browse files
committed
update readme
1 parent 3e97a97 commit d5384e6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ This is a list of features in ECMA-262 that are planned or implemented ("[x]" do
128128
* [x] `bigint` literals (actually 64-bit int)
129129
* [x] array literals
130130
* [x] object literals
131-
* [ ] index access (`[]`)
131+
* [ ] index access (`[0]` and `.["foo"]`)
132+
* [ ] property access (`.foo`)
132133
* [ ] `typeof` operator
133134
* [ ] [WIP] arithmetic operators (`+`, `-`, `*`, `/`, `%`, `**`)
134135
* [x] bitwise operators (`~`, `&`, `|`, `^`, `<<`, `>>`, `>>>`)
@@ -166,7 +167,9 @@ This is a list of features in ECMA-262 that are planned or implemented ("[x]" do
166167
* [ ] `String` instance methods
167168
* [ ] `Number` class methods
168169
* [ ] `Number` instance methods
170+
* [ ] `TextEncoder`
169171
* [ ] `Intl` / ECMA-402
172+
* [ ] `atob` and `btoa`
170173

171174
This is a list of features in TypeScript that are planned or implemented:
172175

0 commit comments

Comments
 (0)