mirror of
https://github.com/bendtherules/completion-viz.git
synced 2026-08-19 00:31:34 +00:00
Clone engine262 in /engine262
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user