erazor icon indicating copy to clipboard operation
erazor copied to clipboard

A Haxe implementation of the Razor view engine

Results 6 erazor issues
Sort by recently updated
recently updated
newest added

is there any method available by which i can change the delimiter from @ to that is, instead of var s = new Template("Hello, @name!").execute({name:"World"}); i may be able to...

Running tests on PHP target causes exceptions: `erazor.TestSimpleMacro test_Block_with_enum_match: ERROR E call_user_func_array() expects parameter 1 to be a valid callback, no array or string given (errno: 2) in /home/dev/workspace-haxe/erazor/bin/TestAll/lib/erazor/macro/Template.class.php at...

Currently, while I like a lot and use erazor daily in my own projects, I feel that we lack a little direction or ownership about it at the moment. Can...

This fixed the issue of using `-dce full`, erazor will fail with the simplest template: ``` import erazor.Template; class Test { static function main():Void { trace(new Template("@abc").execute({abc:"ABC"})); } } ```

Hi guys ! i recently noticed that haxe Statics like Math or Std doesnt work (at least for macros). i ran the test to verify and it doesnt pass !!...

i'm getting an error using erazor macros... "/erazor/macro/Build.hx:281: lines 281-398 : Some constructors are not matched : EMacro" "\erazor\src/erazor/macro/Template.hx:8: characters 2-11 : Build failure" "src/server/Index.hx:20: characters 15-32 : src.server.view.IndexView has...