Sándor Levcsák

Results 9 issues of Sándor Levcsák

Add an example of using the Composition API

The goal of this to have all implementations linked with each other Other implementations: https://github.com/AlexBrohshtut/vue-ts-realworld-app - vue2, ts, class-component https://github.com/devJang/nuxt-realworld - nuxt, ts, composition api https://github.com/mutoe/vue3-realworld-example-app - vue3, vite, ts,...

Running our application locally results in an error: JavaScript heap out of memory This happens when vite optimizing dependencies. It takes approximately 3.5Gb of memory If you also encounter this...

This ESLint rule can help with the code base migration to [transformer-compile-class](https://unocss.dev/transformers/compile-class), closes #3505 Currently only Vue files supported, since I didn't work with Svelte and JSX hence I may...

need tests

### Clear and concise description of the problem It would be great to have some automated solution when developers want to use a [compile class transformer](https://unocss.dev/transformers/compile-class) across the whole project...

### Description The tool extracts all media at-rules into dedicated files and download them only when the user device matches the media query. Nuxt applications supported by [module](https://github.com/levchak0910/css-media-splitter?tab=readme-ov-file#nuxt): `css-media-splitter/nuxt-module` ###...

module-request

### Describe the feature **Default exports** are not correctly exported from CJS files When creating a package using `unbuild` CJS exports cause [Masquerading as ESM error](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseESM.md) ([example from my lib](https://github.com/levchak0910/css-media-splitter/actions/runs/8031004764/job/21938902948))...

Hi, thanks for such a great plugin, it helps a lot ) Based on [tests](https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/tests/valid-expect.test.ts) seems like the rule `valid-expect` doesn't (or not entirely) supports [typecheck](https://vitest.dev/guide/testing-types) ```ts import { describe,...