-
Notifications
You must be signed in to change notification settings - Fork 288
Initial version of typescript support for LUISGen. #215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Pull Request Test Coverage Report for Build 371
💛 - Coveralls |
/** A number together with units returned by a recognizer. */ | ||
export interface NumberWithUnits { | ||
/** A recognized number if any. */ | ||
readonly number?: number; |
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.
number [](start = 13, length = 6)
Should this be value or something? Number isn't a reserved word but it's a type in TypeScript
@@ -0,0 +1 @@ | |||
{"version":3,"file":"recognizerResult.js","sourceRoot":"","sources":["../src/recognizerResult.ts"],"names":[],"mappings":";AAAA;;GAEG;AACH;;;EAGE"} No newline at end of file |
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.
There's no src file... If you didn't make an changes to core-extensions could you revert all of these lib files?
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.
This was in a previous checkin that added recognizerResult.ts to core-extensions. Happy to revert the other ones, but shouldn't these be added?
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.
No description provided.