Anthony Fu
Anthony Fu
I think it's ready now. The only thing is that if we should bring Options API or wait for Floating Vue to adopt to Composition API only
Should be good to go now
Thanks, but isn't this duplicated with https://github.com/type-challenges/type-challenges/blob/main/questions/00270-hard-typed-get/README.md ?
I prefer to add it to the main README to mention all challenges are designed to work with strict mode.
The website looks cool! Would it be free or open sourced?
Sounds good, PR welcome :)
Encounter the same in Nuxt DevTools, here is my temporary patch: https://github.com/nuxt/devtools/blob/51b1990966bc917c37554f9c6d3105c768a6161a/packages/devtools/build.config.ts#L26-L53 ```ts hooks: { // Patch @nuxt/[email protected] not adding .mjs extension for runtime files // https://github.com/nuxt/module-builder/issues/261 'rollup:options': (_, options)...
This is intentional and expected behavior. I am ok with exposing an option to toggle that, pr welcome
I guess it's not well-documented. It was migrated from https://github.com/innocenzi/shiki-processor and I kept the original behavior. You can do `// [!code highlight:2]` on the first line to highlight the following...
Sure, PR welcome!