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

🏷️ Standardize exported typings and add missing ones #902

Merged
merged 1 commit into from
Aug 19, 2020

Conversation

dubzzz
Copy link
Owner

@dubzzz dubzzz commented Aug 19, 2020

In an attempt to prevent the script docs from issuing any warnings, we had to add some missing typings into our API:

  • AsyncPropertyHookFunction
  • PropertyHookFunction
  • RunDetailsCommon
  • DedupValue
  • FrequencyValue
  • OneOfValue
  • RecordValue
  • ModelRunSetup
  • ModelRunAsyncSetup
  • ArbitraryWithShrink
  • CommandsConstraints
  • PreconditionFailure
  • RandomType

But also to rename some existing ones (still available under their old name but marked as deprecated):

  • Context -> ContextValue
  • FalsyType -> FalsyValue

And also revamp internal ones to use the same naming rules.

We also restructure the file fast-check-default.ts to better categorize and distinguish items related to constraints, output, configuration and others (purely re-ordering of exports and comments).

In a nutshell

❌ New feature
❌ Fix an issue
✔️ Documentation improvement
❌ Other: please explain

(✔️: yes, ❌: no)

Potential impacts

None.

Perhaps some non-expected ones on typings.

In an attempt to prevent the script `docs` from issuing any warnings, we had to add some missing typings into our API:
- AsyncPropertyHookFunction
- PropertyHookFunction
- RunDetailsCommon
- DedupValue
- FrequencyValue
- OneOfValue
- RecordValue
- ModelRunSetup
- ModelRunAsyncSetup
- ArbitraryWithShrink
- CommandsConstraints
- PreconditionFailure
- RandomType

But also to rename some existing ones (still available under their old name but marked as deprecated):
- Context -> ContextValue
- FalsyType -> FalsyValue

And also revamp internal ones to use the same naming rules.

We also restructure the file `fast-check-default.ts` to better categorize and distinguish items related to constraints, output, configuration and others (purely re-ordering of exports and comments).
@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 01ae8aa:

Sandbox Source
Vanilla Configuration
dubzzz/fast-check: example Configuration

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 95.883% when pulling 01ae8aa on last-fixes-for-docs into 2d93f12 on master.

@dubzzz dubzzz merged commit cdc60cd into master Aug 19, 2020
@dubzzz dubzzz deleted the last-fixes-for-docs branch August 19, 2020 07:03
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.

None yet

2 participants