-
Notifications
You must be signed in to change notification settings - Fork 14
Move global DSL type definitions into an index
file.
#93
Conversation
To produce an `index.d.ts` file.
@philcockfield, thanks for your PR! By analyzing the annotation information on this pull request, we identified @frederickfogerty to be a potential reviewer |
Hey @frederickfogerty - figuring out how to move the Type Definitions you declared in the I've copied them out into a Any ideas? |
Did you mean to make it index.d.ts, not index.ts? |
@@ -76,7 +80,7 @@ | |||
"sinon": "^1.16.1", | |||
"tslint": "^3.11.0", | |||
"tslint-react": "^0.4.0", | |||
"typescript": "^1.9.0-dev.20160617-1.0", | |||
"typescript": "^2.1.0-dev.20160716", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet - new version. That has async/await
I assume. Will update my other references to this too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, still open microsoft/TypeScript#9175
Hey @frederickfogerty, is this the kind of error you were seeing? I blew away |
@philcockfield nope, wasn't getting those errors - I wasn't getting any errors at all when running the ui-harness is dev mode |
Export the UIHarness DSL as global types.