phoxy / enjs
Common templates for phoxy framework
Installs: 258
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 15
Language:JavaScript
Suggests
- jshint/jshint: Gives your better understanding on VM compilation errors
This package is auto-updated.
Last update: 2025-01-18 14:09:31 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