Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
filt3rek committed Oct 30, 2022
1 parent 2c92324 commit fc9ee17
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ftk/format/template/Interp.hx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import hscript.Expr;
using hscript.Tools;

/**
* @version 2.0.0
* @version 2.1.2
* @author filt3rek
*/

Expand Down Expand Up @@ -110,7 +110,7 @@ class Interp {
} );
}

hinterp.variables.set( "__toString__", __toString__ );
hinterp.variables.set( "__toString__", (o)->__toString__(o) );
hinterp.variables.set( "__hscriptSource__", function ( __hscriptSource__ ){
if( runtimePos ){
sourcesStack.push( currentSource );
Expand Down
2 changes: 1 addition & 1 deletion ftk/format/template/Macro.hx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ using StringTools;
using haxe.macro.ExprTools;

/**
* @version 2.0.0
* @version 2.1.2
* @author filt3rek
*/

Expand Down
2 changes: 1 addition & 1 deletion ftk/format/template/Parser.hx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package ftk.format.template;
using StringTools;

/**
* @version 2.0.0
* @version 2.1.2
* @author filt3rek
*/

Expand Down
2 changes: 1 addition & 1 deletion ftk/format/template/Tools.hx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package ftk.format.template;

/**
* @version 2.0.0
* @version 2.1.2
* @author filt3rek
*/

Expand Down

0 comments on commit fc9ee17

Please sign in to comment.