##// END OF EJS Templates
Added 'Attrs', 'Events' type parameters to DjxWidgetBase, typed 'on' and 'emit' methods
Added 'Attrs', 'Events' type parameters to DjxWidgetBase, typed 'on' and 'emit' methods

File last commit:

r30:a46488b209e8 v1.0.0-rc14 default
r30:a46488b209e8 v1.0.0-rc14 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": {
"@implab/core-amd": "^1.3.2",
"@types/chai": "4.1.3",
"@types/requirejs": "2.1.31",
"@types/yaml": "1.2.0",
"chai": "4.2.0",
"dojo": "1.16.0",
"dojo-typings": "~1.11.9",
"eslint": "6.8.0",
"tslint": "^6.1.3",
"typescript": "4.0.2",
"yaml": "~1.7.2"
}
}