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

refactor(file): move File from api to util #3489

Merged
merged 2 commits into from
Apr 30, 2022
Merged

refactor(file): move File from api to util #3489

merged 2 commits into from
Apr 30, 2022

Conversation

nicojs
Copy link
Member

@nicojs nicojs commented Apr 29, 2022

Move the File class from the api package to the util package.

Fixes #3468

BREAKING CHANGE: The File class is no longer part of the public api and is thus no longer exported from @stryker-mutator/api. Plugin creators shouldn't rely on it anymore.

Move the `File` class from the `api` package to the `util` package.

BREAKING CHANGE: The `File` class is no longer part of the public api and is thus no longer exported from `@stryker-mutator/api`. Plugin creators shouldn't rely on it anymore.
@nicojs nicojs enabled auto-merge (squash) April 29, 2022 23:34
@nicojs nicojs merged commit ac4bcca into master Apr 30, 2022
@nicojs nicojs deleted the chore/move-file branch April 30, 2022 00:31
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.

Move File class api -> util
1 participant