add semicolons to raw haxe code
This commit is contained in:
@@ -202,6 +202,7 @@ class Macros {
|
||||
for (matchBodySymbol in matchBodySymbols) {
|
||||
caseInterp.variables.set(Prelude.symbolNameValue(matchBodySymbol), matchBodies.shift());
|
||||
}
|
||||
prepareForConditional(caseInterp, k);
|
||||
try {
|
||||
var hscriptStr = Prelude.convertToHScript(caseStr);
|
||||
#if test
|
||||
|
@@ -514,7 +514,7 @@ class Reader {
|
||||
name;
|
||||
case RawHaxe(code):
|
||||
// #| haxeCode() |#
|
||||
'#{ $code }#';
|
||||
'#| $code |#';
|
||||
case RawHaxeBlock(code):
|
||||
// #{ haxeCode(); moreHaxeCode(); }#
|
||||
'#{ $code }#';
|
||||
|
Reference in New Issue
Block a user