Skip to content

Commit

Permalink
feat!: Disable JS iterator helpers as the feature is at Stage 3 and w…
Browse files Browse the repository at this point in the history
…e should only enable by default Stage 4 features

Proposal Status as of today: https://github.com/tc39/proposal-iterator-helpers/tree/2496da582fbcc9e4a937064373d5aa8bbde05260#status

Stage definitions: https://tc39.es/process-document/
  • Loading branch information
JakeChampion committed Dec 9, 2022
1 parent 88a7526 commit c90c145
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion c-dependencies/js-compute-runtime/js-compute-runtime.cpp
Expand Up @@ -123,7 +123,6 @@ bool init_js() {
.setBYOBStreamReadersEnabled(true)
.setReadableStreamPipeToEnabled(true)
.setWritableStreamsEnabled(true)
.setIteratorHelpersEnabled(true)
.setWeakRefsEnabled(JS::WeakRefSpecifier::EnabledWithoutCleanupSome);

JS::DisableIncrementalGC(cx);
Expand Down

0 comments on commit c90c145

Please sign in to comment.