-
Notifications
You must be signed in to change notification settings - Fork 6
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
Remove strange string exports #133
Comments
@rarkins WDYT? I't not used by renovate or pep440 code. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Where do you got the info from? |
My bad. 😅 The information used to be on the landing page for @renovate/pep440. |
I only see one We can leave this for now, as it's very low prio. We can't make types of them, so they probably won't be usable by typescript projects. |
Happy to remove these in a major bump |
can't easily removed: Line 184 in 730a874
needs refactoring 😕 |
these exports are usable via recent ESM https://262.ecma-international.org/13.0/#prod-ModuleExportName just use: import { "==" as eq } from "pep440" |
What would you like to be able to do?
Remove these exportes, as they aren't easily usable via esm imports
pep440/lib/operator.js
Lines 12 to 18 in 5fb26d3
Did you already have any implementation ideas?
Simply remove them. Probably breaking.
The text was updated successfully, but these errors were encountered: