Marsel Shaikhin
Marsel Shaikhin
Is there a way to generate code which is compatible with ES5? Currently the code generated by the plugin uses `require` to link `http(s)`, `vm`, etc. even when module output...
### Environment - Operating System: `Windows_NT` - Node Version: `v14.18.1` - Nuxt Version: `3.0.0-27252573.ad7e755` - Package Manager: `npm` - Bundler: `Webpack` - User Config: `buildModules`, `vite`, `nitro` - Runtime Modules:...
I was excited to check the project sources after the second YT video, especially because many people commented on the inefficiency of the cache strategy. I found multiple improvement points...
This PR needs a review and is open to renaming/tests/suggestions. The proposed API is a logical continuation of https://github.com/parcel-bundler/lightningcss/issues/495, https://github.com/parcel-bundler/lightningcss/pull/485, and it covers a usecase of `fervid` project: https://github.com/phoenix-ru/fervid/blob/master/crates/fervid_css/src/transform_style_scoped.rs#L331-L337 It...
- #14 - #17 - #18 - #19 - #20 - #21 - #22 - #23 - #30 - #41 - #42 - #43 - #44 - #45 - #46...
Features I personally find very desirable: - [ ] auto-completion of tag names (regular html and using auto-imports from #24); - [ ] auto-completion of component attributes (VBind and VOn);...
The possible compilation targets are (excluding DEV/PROD differences): - CSR; - SSR; - Vapor mode CSR; - TS library; - Possibly `.d.ts` generation; The compiler needs to be able to...
To avoid extra overhead of using [unimport](https://github.com/unjs/unimport) in js side, most of the component and directive resolutions can happen in the Rust side. - [ ] Research how `unimport` works...
I am still not sure how TS is used in the official compiler to generate `.d.ts` of `.vue` files. It uses `defineComponent` in the generated code but I want to...