# https://github.com/tc39/test262/blob/master/features.txt

# Start with `-` to skip feature
# Map feature to engine262 feature using `feature = engine262featurename`

-Atomics
-Atomics.waitAsync

-caller

-SharedArrayBuffer

-tail-call-optimization

-class-fields-public
-class-fields-private
-class-methods-private
-class-static-fields-public
-class-static-fields-private
-class-static-methods-private

# https://github.com/tc39/proposal-top-level-await
top-level-await = top-level-await

# https://github.com/tc39/proposal-hashbang
hashbang = hashbang

# https://github.com/tc39/proposal-numeric-separator
numeric-separator-literal = numeric-separators

# https://github.com/tc39/proposal-regexp-match-indices
regexp-match-indices = regexp-match-indices

# https://github.com/tc39/proposal-cleanup-some
cleanupSome = cleanup-some
