0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 16 hours ago.
Mar 05, 2025 — Mar 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
published version 0.1.10 More... over 8 years ago
added error handler in main function More... over 8 years ago
fixed bug in logging - binding doesn't work with promises More... over 8 years ago
allow specifying tsconfig path - fixes #2 More... over 8 years ago
updated logging to support multiple levels, and also a 'verbose' option - fixes #3 More... over 8 years ago
made a separate entry namespace for development - makes getting set up a bit easier More... over 8 years ago
fix indentation More... over 8 years ago
allow object definition shorthand - fixes #1 More... over 8 years ago
allow running repl using java 9 More... over 8 years ago
added build step of running npm install to readme More... over 8 years ago
0.1.9 More... almost 9 years ago
fix for not detecting expressions containing variable More... almost 9 years ago
only look at first tag in template for metadata, ignored if it is not a comment More... almost 9 years ago
published 0.1.8 More... almost 9 years ago
added option to ignore files with no metadata More... almost 9 years ago
removed some built in angular directives (which don't take an expression) from the ng-attrs set More... almost 9 years ago
bumped package version More... almost 9 years ago
got parser to handle multiple chained operations (e.g. a && b && c) More... almost 9 years ago
strip out all newline chars in attrs More... almost 9 years ago
updated array and map parsers to allow expressions More... almost 9 years ago
allow spaces in object literal More... almost 9 years ago
updated package version More... almost 9 years ago
updated ng-attrs to full list of all built in directives More... almost 9 years ago
leave comma in function args More... almost 9 years ago
updated readme More... almost 9 years ago
release 0.1.5 More... almost 9 years ago
used defparser macro to improve performance (maybe) More... almost 9 years ago
added support for ng-options More... almost 9 years ago
allow whitespace in ng-repeat More... almost 9 years ago
fix for ng-repeat allowing invalid binding expressions More... almost 9 years ago