mirror of https://github.com/tc39/test262.git
Add feature
This commit is contained in:
parent
06f6ae960a
commit
e15f566216
10
features.txt
10
features.txt
|
@ -31,8 +31,14 @@ legacy-regexp
|
|||
# https://github.com/tc39/proposal-atomics-wait-async
|
||||
Atomics.waitAsync
|
||||
|
||||
# Import Assertions
|
||||
# https://github.com/tc39/proposal-import-assertions/
|
||||
# Import Attributes
|
||||
# https://github.com/tc39/proposal-import-attributes/
|
||||
import-attributes
|
||||
|
||||
# Import Assertions (Normative Optional, Deprecated)
|
||||
# This feature should not be implemented, but if it is it must
|
||||
# respect the specified behavior
|
||||
# https://github.com/tc39/proposal-import-attributes/
|
||||
import-assertions
|
||||
|
||||
# JSON modules
|
||||
|
|
Loading…
Reference in New Issue