##// END OF EJS Templates
corrected i18n, css modules to support requirejs optimizer...
corrected i18n, css modules to support requirejs optimizer i18n bundles now conforms js modules with default exports (breaking change!)

File last commit:

r28:b88fac0e76c0 v1.0.0-rc13 default
r53:deb0ed6fb680 v1.0.7 default
Show More
tsconfig.json
13 lines | 245 B | application/json | JsonLexer
cin
Initial commit, copied files related to .tsx scripts support.
r0 {
"extends": "../tsconfig",
"compilerOptions": {
"rootDir": "ts",
cin
Fixed @implab/djx/index typings
r10 "rootDirs": [
"ts",
"typings"
],
cin
created typings for basic part of dojo and dijit further work is required to...
r2 "types": [
cin
fixed strict mode @bind decorator
r28 "requirejs", "./typings", "dojo-typings"
cin
created typings for basic part of dojo and dijit further work is required to...
r2 ]
cin
Initial commit, copied files related to .tsx scripts support.
r0 }
cin
fixed strict mode @bind decorator
r28 }