phoxy / enjs
Common templates for phoxy framework
v2.3.1
2017-10-19 13:45 UTC
Suggests
- jshint/jshint: Gives your better understanding on VM compilation errors
This package is auto-updated.
Last update: 2026-03-18 16:26:27 UTC
README
This is UNCOMPATIBLE fork from http://embeddedjs.com/ Embedded JavaScript
=== Main differences:
- All rendering templates have their own context. All arguments stored in __this object.
- All ENJS local variables ARE NOT creating in window['var']. They are local
- Any change on __this object wouldn't affect original object, because it isolated
- You could access, review, debug etc ENJS compiled code through source_map in your favorite DevTools
- You could access to first rendered DOM element with __this.first()
- EJS helpers removed