Skip to content

Commit 33fa0a2

Browse files
committed
Update assumptions
1 parent 954c39d commit 33fa0a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/compiler/old-compiler-compatibility.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
* provided by the new compiler.
1414
* - Extensions treat IR nodes received from descendSubstack and similar as
1515
* opaque objects.
16-
* - Extensions are not trying to override the behavior of the native blocks.
16+
* - Extensions need to implement the JS generators for all AST node kinds
17+
* they use. Can not rely on the defualt JS generator.
18+
* - Extensions do not try to override the behavior of native blocks.
1719
*/
1820

1921
const {InputOpcode, InputType} = require('./enums');

0 commit comments

Comments
 (0)