We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954c39d commit 33fa0a2Copy full SHA for 33fa0a2
src/compiler/old-compiler-compatibility.js
@@ -13,7 +13,9 @@
13
* provided by the new compiler.
14
* - Extensions treat IR nodes received from descendSubstack and similar as
15
* opaque objects.
16
- * - Extensions are not trying to override the behavior of the native blocks.
+ * - 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.
19
*/
20
21
const {InputOpcode, InputType} = require('./enums');
0 commit comments