##// END OF EJS Templates
* tsx/{Xxx}Context renamed to tsx/{Xxx}Rendition, for old types made...
* tsx/{Xxx}Context renamed to tsx/{Xxx}Rendition, for old types made compatibility stubs with @deprected comments * Improved handling of functional component output, added support for boolean, null, undefined and widgets. * RenditionBase: fixed startup for the DocumentFragment nodes * startupWidgets: fixed startup of the widget when passed domNode of the widget. * DjxFragment converted to the functional component

File last commit:

r41:3b6c4159c66c v1.0.0 default
r63:1a0018655d1c v1.1.0 default
Show More
tsconfig.json
12 lines | 287 B | application/json | JsonLexer
cin
Initial commit, copied files related to .tsx scripts support.
r0 {
"extends": "../tsconfig",
"compilerOptions": {
cin
Added placeAt() method to BuildContext
r14 //"rootDir": "ts",
cin
Initial commit, copied files related to .tsx scripts support.
r0 "rootDirs": [
"ts",
cin
sync
r7 "typings",
"../main/ts",
"../main/typings"
cin
Initial commit, copied files related to .tsx scripts support.
r0 ],
cin
Corrected tsx typings
r41 "types": ["requirejs", "../main/typings", "dojo-typings"]
cin
Initial commit, copied files related to .tsx scripts support.
r0 }
}