@discordjs/api-extractor-*
packages aren't published
#10562
-
Which package is this bug report for?discord.js Issue descriptionI wanted to include these in my projects, since I use similar TSDoc types and need some of the patches included, but it's not uploaded to npm. Could these just be published, since they need to be built within a monorepo and thus can't be included with pnpm Code sample{
// ./package.json
"dependencies": {
"@discordjs/api-extractor": "*"
}
} Versions
Issue priorityLow (slightly annoying) Which partials do you have configured?Not applicable Which gateway intents are you subscribing to?Not applicable I have tested this issue on a development release |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
What patches are we talking about here? Maybe the better route would be for us to PR those to upstream api-extractor instead. Because this forked version is indeed custom built to work with discord.js and our specific needs, so it does contain a lot of things that won’t work/would yield wrong results for other projects. |
Beta Was this translation helpful? Give feedback.
What patches are we talking about here? Maybe the better route would be for us to PR those to upstream api-extractor instead.
Because this forked version is indeed custom built to work with discord.js and our specific needs, so it does contain a lot of things that won’t work/would yield wrong results for other projects.