-
Notifications
You must be signed in to change notification settings - Fork 90
chore: cleanup Knip issues #3347
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
base: boneskull/knip
Are you sure you want to change the base?
Changes from all commits
dcedf94
ab2b65f
ec3a43d
156db74
80ea3cc
884e96e
d8a73e0
4254b96
1fcfc81
8032321
38e0612
9f45553
a01e59c
da1b136
e4010f3
cd7d35a
77233c3
5e36602
3043587
3bbfbd3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,7 +35,6 @@ | |
| "@endo/ses-ava": "workspace:^", | ||
| "@endo/zip": "workspace:^", | ||
| "ava": "catalog:dev", | ||
| "c8": "catalog:dev", | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For this sort of thing, it might be better if we actually add a reference to |
||
| "eslint": "catalog:dev", | ||
| "ses": "workspace:^", | ||
| "typescript": "catalog:dev" | ||
|
|
||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -556,11 +556,3 @@ export const link = ( | |
| ), | ||
| }; | ||
| }; | ||
|
|
||
| /** | ||
| * @param {PackageCompartmentMapDescriptor} compartmentMap | ||
| * @param {LinkOptions} options | ||
| * @deprecated Use {@link link}. | ||
| */ | ||
| export const assemble = (compartmentMap, options) => | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| link(compartmentMap, options).compartment; | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is only referenced in
@endo/eslint-pluginnow, so it doesn't need to be in the catalog.