##// END OF EJS Templates
bump dependencies, bump ts to 5.2...
bump dependencies, bump ts to 5.2 moved observables logic to ObservableImpl fixed while/until bug with complete handler multiple call

File last commit:

r134:f139e2153e0d v1.9.0-rc1 default
r155:6acbe6efbe20 v1.10.2 default
Show More
settings.json
17 lines | 389 B | application/json | JsonLexer
cin
Initial commit, copied files related to .tsx scripts support.
r0 {
"java.configuration.updateBuildConfiguration": "automatic",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
cin
added djbase mixins declaration support
r32 },
"cSpell.words": [
cin
added form/Form widget and form/_FormMixin, this is a rewritten version of the corresponding dojo classed....
r134 "attrmodified",
cin
Working on IntrisictElements to support legacy and new tsx styles
r40 "dijit",
cin
added djbase mixins declaration support
r32 "djbase",
cin
added whenRendered() method to wait for pending oprations to complete
r118 "djclass",
cin
added 'buffer' and 'subject' observable operators
r133 "Unsubscribable",
cin
added form/Form widget and form/_FormMixin, this is a rewritten version of the corresponding dojo classed....
r134 "Validatable",
cin
added 'buffer' and 'subject' observable operators
r133 "wpos"
cin
added djbase mixins declaration support
r32 ]
cin
Initial commit, copied files related to .tsx scripts support.
r0 }