Skip to content

Conversation

chrimc62
Copy link

No description provided.

@chrimc62 chrimc62 requested a review from Stevenic April 30, 2018 06:36
@coveralls
Copy link

coveralls commented Apr 30, 2018

Pull Request Test Coverage Report for Build 371

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 80.924%

Totals Coverage Status
Change from base Build 352: 0.0%
Covered Lines: 1931
Relevant Lines: 2314

💛 - Coveralls

/** A number together with units returned by a recognizer. */
export interface NumberWithUnits {
/** A recognized number if any. */
readonly number?: number;
Copy link
Contributor

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
Copy link
Contributor

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?

Copy link
Author

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?

Copy link
Contributor

@Stevenic Stevenic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@Stevenic Stevenic merged commit 3d21aa0 into master May 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants