-
Notifications
You must be signed in to change notification settings - Fork 79
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
[fix] cannot extends types #232
Labels
bug
Something isn't working
Comments
climba03003
changed the title
[fix] cannot extends types due to https://github.com/breejs/bree/commit/8482d166d0ed2c57e9eed21dd49fefd8370ce90c
[fix] cannot extends types
Nov 21, 2023
cc @titanism |
just deprecated v9.2.0, sec |
6 tasks
ok, fixed, v9.2.1 released |
Thanks for quick response. |
ofc @climba03003 – we use bree at https://forwardemail.net btw 🙏 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Node.js version: *
OS version: *
Description: 8482d16 is trying to fix the lint error, but it produce a breaking change to the TypeScript user. It changes all
interface
totype
which are not allow to do declaration merging.Actual behavior
Not able to do so.
Expected behavior
Allow declaration merging.
Code to reproduce
TypeScript allow declaration merging to extends the types of packages.
It allow the ability to create plugins and extends it's original types.
For example, I would like to add a property
foo
to the job.Checklist
The text was updated successfully, but these errors were encountered: