Karpich Dmitry
Karpich Dmitry
I have some strange behavior (maybe its ok, but strange) (all examples in CoffeeScript): first - create class `Foo` ``` module.exports = class Foo # intravenous injection @$inject = ['Helper']...
Now errors while process data just ignored, with CoffeScript and React `.jsx` its complitly wrong.
Need to check and fix strange behavior. At dendrite ``` // /Users/meettya/git_hub/dendrite/lib/dendrite.js // Generated by CoffeeScript 1.7.1 ``` and ``` // /Users/meettya/git_hub/dendrite/web_modules/lodash.coffee ``` (without CS version)
To dramatically speed up compilation time I'l to plan add 'chittng' statement for 'require' searching processor. The each file will be watched (with RegExp) for string (strictly!!! - comment at...
Cleanup generated files to wipe out repeated __hasProp, __extends, __bind in sources and add it to header (or in runtime.js if 'bare' selected).
В компоненте CalendarInput при отображении нативного селектора в iOS не учитывается значение laterLimit. ## Ожидаемое поведение При открытии нативного контрола выбирается максимально возможная по ограничению laterLimit дата (как на десктопе...