stefanprobst
stefanprobst
I actually do get `markup.citation.pfm` when the citation is between brackets like [@author2016], but not without the brackets.
I'm still getting this error with next.js 12
i am still seeing the exact same error message with `[email protected]` and `[email protected]`: 1. git clone https://github.com/stefanprobst/issue-next-webpack-node-imports.git 2. cd issue-next-webpack-node-imports 3. yarn && yarn add next@latest && yarn dev 4....
see https://github.com/vercel/next.js/discussions/30870#discussioncomment-1862620 for a tip how to silence the warnings.
hi, in your comment in https://github.com/webpack/webpack/issues/13233#issuecomment-827459873 did you mean this: https://github.com/webpack/webpack/compare/main...stefanprobst:fix/pass-package-type-to-loader-runner
@otakustay cool, thanks for testing! i opened #15198 to get some maintainer feedback!
is there a nightly shiki build on npm? `npm info shiki` does not seem to show it.
it would be great to get this in, as this pattern is quite prominently referred to already in the third sentence in the [mdn entry on `FormData`](https://developer.mozilla.org/en-US/docs/Web/API/FormData).
for markdown this is handled by this [`DocumentSymbolProvider`](https://github.com/microsoft/vscode/blob/main/extensions/markdown-language-features/src/features/documentSymbolProvider.ts), but no idea how to reuse this for mdx
i think this is still an issue. there's also an unreviewed PR #10362 for it.