-
Notifications
You must be signed in to change notification settings - Fork 58
interface 'Symbol' is not exported #148
Comments
this occurse when target is es5
|
Because the |
when i upgrade dojo-core to alpha7, i find the file symbol-shim.d.ts is missing. |
luckly, i have found the symbol-shim.d.ts and added to my typings |
@taoqf yes, sorry... we migrated to typings/typings. We are now maintain this (and other typings) at dojo/typings. The file is located here: symbol-shim.d.ts and you can also have this managed by "typings/typings" by adding the following entry to your {
"globalDevDependencies": {
"symbol-shim": "github:dojo/typings/custom/symbol-shim/symbol-shim.d.ts#9a0185f465a3febe2bb1ff3f1210f43e5f96c5d2"
}
} |
Also, note that in TypeScript 2, we should be able to declare the |
thanks |
The text was updated successfully, but these errors were encountered: