Просмотр исходного кода

TSL: Build CodeNode includes as references (#34132)

Co-authored-by: Michael Herzog <michael.herzog@human-interactive.org>
Co-authored-by: sunag <sunagbrasil@gmail.com>
Ryan Zhang 1 день назад
Родитель
Сommit
42f66a1620
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/nodes/code/CodeNode.js

+ 1 - 1
src/nodes/code/CodeNode.js

@@ -102,7 +102,7 @@ class CodeNode extends Node {
 
 		for ( const include of includes ) {
 
-			include.build( builder );
+			include.build( builder, 'void' );
 
 		}
 

粤ICP备19079148号