Skip to content
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

feat: add index.d.ts #10

Merged
merged 2 commits into from
Aug 3, 2018
Merged

feat: add index.d.ts #10

merged 2 commits into from
Aug 3, 2018

Conversation

brickyang
Copy link
Contributor

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Description of change

Add index.d.ts.

@codecov
Copy link

codecov bot commented Jun 4, 2018

Codecov Report

Merging #10 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #10   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines           8      8           
=====================================
  Hits            8      8
Impacted Files Coverage Δ
app.js 100% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 27bb8d5...e985580. Read the comment docs.

@popomore popomore requested a review from whxaxes June 20, 2018 13:15
index.d.ts Outdated

interface ValidateError {
code: string;
field: string;
Copy link
Member

Choose a reason for hiding this comment

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

field can be undefined, add ? modifier. others LGTM

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

ValidatorError.field can be undefined, add ? modifier
@codecov-io
Copy link

codecov-io commented Jun 21, 2018

Codecov Report

Merging #10 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #10   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines           8      8           
=====================================
  Hits            8      8
Impacted Files Coverage Δ
app.js 100% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 27bb8d5...610847a. Read the comment docs.

@fengmk2 fengmk2 merged commit cd52050 into eggjs:master Aug 3, 2018
@fengmk2
Copy link
Member

fengmk2 commented Aug 3, 2018

1.1.0

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.

4 participants