11 Commits

Author SHA1 Message Date
cdf08378b0 Remove grunt-ts dependency.
Compile code using tsconfig.json files and plain tsc invocations.
Call those using grunt-shell.
2017-02-13 14:13:33 +02:00
2ebe9d681a Fix node-tests on OSX by explicitly requiring modules with relative paths. 2016-05-30 12:41:18 +03:00
5bd674b821 Add ability to add & < > and any other normal restricted xml character as long as it is inside either a pair of single quotes or double quotes. 2016-04-20 16:14:11 -05:00
770cba0ffa Updated patch to include things we discussed. 2015-09-19 04:13:10 -05:00
c6d7717e35 Fix tslint errors 2015-07-16 09:44:41 +03:00
67cfab233a fix(xml parser): Fix text node data event. 2015-06-17 15:53:12 +03:00
7ce98a75e4 Fix tslint warnings. 2015-06-17 15:53:12 +03:00
fdd8c9b116 feat(angular xml): Support [prop] and (tap) bindings 2015-06-17 15:53:12 +03:00
2a2c0e5c31 fix(xml parser): Handle whitespace around attribute = 2015-06-17 15:53:12 +03:00
30566cbc2a Run node-tests with correct NODE_PATH. 2015-06-17 15:53:12 +03:00
c05efb1614 Start nodejs test suite to avoid testing non-UI stuff with a real device.
1. Place tests in ./node-tests
2. Add chai, mocha, grunt-simple-mocha dev dependencies
3. Run it all with the grunt node-tests task.
2015-06-17 15:53:11 +03:00