csr632
csr632
Yes. I will add this feature in a week. Do you have any suggestion for the feature design?
Thanks for your contribution!I will look into this in this week. There is some design detail I want to discuss: does this feature mean we need to support 'pulling' tsInfo...
> No, only the given file but typescript compiler is already pulling other modules to resolve the imported types. I want to encourage users to extract the types that they...
By the way, If you encounter problems like "virtule modules not supporting hmr", don't worry about it. I am [planning a new fs-watching machanism](https://github.com/vitejs/vite-plugin-react-pages/issues/35) to support hmr of all virtule...
> pnpm has the same problem. I am using pnpm myself and it works with vite-pages well. Could you provide a reproduction? @vvni
 How can monaco(vscode) render lists already?
maybe related to babel: https://github.com/inversify/InversifyJS/issues/1007
@albertocorrales Use tsc or tsloader to transform ts into js if you can. If you must use babel, add [this plugin](https://github.com/WarnerHooh/babel-plugin-parameter-decorator). See [this](https://stackoverflow.com/a/57118238) for more info.
LazyServiceIdentifer is not a tool for implement circular depencies. It is used to reference a injection token that has not been defined yet. https://github.com/inversify/InversifyJS/blob/master/wiki/circular_dependencies.md Although, using property injection with LazyServiceIdentifer...
As a reference, [storybook.js currently treate mdx v2 as an experimental opt-in feature](https://storybook.js.org/docs/react/writing-docs/mdx#mdx-2) According to the [npm download data](https://www.npmjs.com/package/@mdx-js/react?activeTab=versions), the migration is going on very slowly in the ecosystem. The...