##// END OF EJS Templates
Added DjxFragment...
Added DjxFragment added nodeType type guard functions in tsx/traits removed reference to dijit from WidgetContext to minimize interface requirements

File last commit:

r15:8ef85ad13241 default
r19:8f4d5e2c719a v1.0.0-rc8 default
Show More
package.json
34 lines | 878 B | application/json | JsonLexer
{
"name": "@implab/djx",
"version": "0.0.1-dev",
"description": "Supports using dojo version 1 with typescript and .tsx files",
"keywords": [
"dojo",
"tsx",
"typescript",
"widgets"
],
"author": "Implab team",
"license": "BSD-2-Clause",
"repository": "https://hg.code.sf.net/p/implabjs/djx",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"dojo": "1.16.0",
"@implab/core-amd": "^1.3.2"
},
"devDependencies": {
"@types/requirejs": "2.1.31",
"dojo": "1.16.0",
"typescript": "~3.8.3",
"eslint": "6.8.0",
"tslint": "6.0.0",
"@implab/core-amd": "^1.3.2",
"yaml": "~1.7.2",
"@types/yaml": "1.2.0",
"chai": "4.2.0",
"@types/chai": "4.1.3",
"dojo-typings": "~1.11.9"
}
}