Divyansh Singh

Results 369 comments of Divyansh Singh

Note that these are ES2023 features not available in over 10% browsers and require manually configuring tsconfig.

> Target is set to ESNext in default Vue's tsconfig that is being extended Not in tsconfig.dom.json. You probably are trying inside some ts file. It should show error in...

target doesn't matter compilerOptions.lib does. In newly created vue app:

> without complaining during build time Yeah, the type-check command (vue-tsc) will throw error, build won't because vite doesn't check types.

Why? I think it's consistent with the naming of other things that are mentioned there like mounted, beforeMount, updated, beforeUpdate... `onUnmounted` is the hook, `unmounted` is the event.

Ah, actually if you're using options API, it's still `unmounted`: ```ts export default { unmounted() { // ... } } ``` If you read that page completely, then the section...

I'll release vitepress by tomorrow. It will have shiki@v1. We can remove resolutions from package.json here. Also, is it possible to use the older code background with twoslash? github-dark's default...

And why should we support that here? We aren’t using any base in the site. And I don’t think any translation project has that either.

I think those don't have an updated vitepress version or maybe some configuration issue at their netlify/vercel. It seems to be working fine for french, chinese, japanese, korean, bangla. Only...