##// END OF EJS Templates
bind event handler methods marked with `@on` before subscribing the event
bind event handler methods marked with `@on` before subscribing the event

File last commit:

r72:3ef812269f4f default
r77:bc7556143fe5 v1.2.2 default
Show More
tsconfig.json
13 lines | 404 B | application/json | JsonLexer
cin
Converted to subproject djx, removed dojo-typings
r65 {
"compilerOptions": {
"moduleResolution": "node",
"noEmitOnError": true,
"strict": true,
"types": [],
"experimentalDecorators": true,
"jsxFactory": "createElement",
cin
temp commit, working on @on() decorator
r72 "target": "ES5",
cin
Converted to subproject djx, removed dojo-typings
r65 //"skipLibCheck": true,
"jsx": "react",
"lib": ["es5", "es2015.promise", "es2015.symbol", "es2015.iterable", "dom", "scripthost"]
}
}