Skip to content

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

Merged
nicojs merged 2 commits intomasterfrom
chore/move-file
Apr 30, 2022
Merged

refactor(file): move File from api to util#3489
nicojs merged 2 commits intomasterfrom
chore/move-file

Conversation

@nicojs
Copy link
Copy Markdown
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