Mqx
Mqx
DDeno
Created by Mqx on 9/13/2024 in #help
Using SolidJS with Deno
Got it working now! Problem was that I didn’t used the npm prefix on the „jsxImportSource“ but used esm.sh instead what lead to different types
14 replies
DDeno
Created by Mqx on 9/13/2024 in #help
Using SolidJS with Deno
14 replies
DDeno
Created by Mqx on 9/13/2024 in #help
Using SolidJS with Deno
The Build step using ESBuild works fine and it also renders correctly but it does not increment the counter value in the button.
14 replies
DDeno
Created by Mqx on 9/13/2024 in #help
Using SolidJS with Deno
Type 'import("https://esm.sh/v135/solid-js@1.8.22/h/jsx-runtime/types/jsx").JSX.Element' is not assignable to type 'import("https://esm.sh/v135/solid-js@1.8.22/types/jsx").JSX.Element'.
Type 'ArrayElement' is not assignable to type 'Element'.
Type 'import("https://esm.sh/v135/solid-js@1.8.22/h/jsx-runtime/types/jsx").JSX.Element' is not assignable to type 'import("https://esm.sh/v135/solid-js@1.8.22/types/jsx").JSX.Element'.
Type 'ArrayElement' is not assignable to type 'Element'.
14 replies
DDeno
Created by Mqx on 9/13/2024 in #help
Using SolidJS with Deno
Only problem now are the types…
14 replies
DDeno
Created by Mqx on 9/13/2024 in #help
Using SolidJS with Deno
I think I found the problem. The jsxImportSource option inside the deno.json does not allow/work with aliases from the import map. It requires the direct link. That was my problem.
14 replies
DDeno
Created by Mqx on 9/13/2024 in #help
Using SolidJS with Deno
Thanks I will check that out 👍🏻
14 replies
DDeno
Created by Mqx on 8/27/2024 in #help
Binary files in jsr package
Only thing I dont like about this solution is that you commit generated files into your repo/package and this is not good.
11 replies
DDeno
Created by Mqx on 8/27/2024 in #help
Binary files in jsr package
Okay
11 replies
DDeno
Created by Mqx on 9/13/2024 in #help
Using SolidJS with Deno
14 replies
DDeno
Created by Mqx on 9/13/2024 in #help
Using SolidJS with Deno
When I use it like that I get an error saying that „preserve“ is not a valid option for „jsx“. But I only get the error in combination with „jsxImportSource“
14 replies
DDeno
Created by Mqx on 8/27/2024 in #help
Binary files in jsr package
So this module just simply converts the binary file into a js file with a Uint8Array? Am I right?
11 replies
DDeno
Created by Mqx on 8/27/2024 in #help
Binary files in jsr package
Okay thanks I will check that out
11 replies
DDeno
Created by Mqx on 7/18/2024 in #help
Use ESLint with Deno
All your guidance helped me a lot! 👍🏻
21 replies
DDeno
Created by Mqx on 7/18/2024 in #help
Use ESLint with Deno
Okay Thanks!
21 replies
DDeno
Created by Mqx on 7/18/2024 in #help
Use ESLint with Deno
Is there also a way to do all this without a node_modules directory?
21 replies
DDeno
Created by Mqx on 7/18/2024 in #help
Use ESLint with Deno
Yes I know how to configure the rules. I just had problems installing and setting everything up with Deno.
21 replies
DDeno
Created by Mqx on 7/18/2024 in #help
Use ESLint with Deno
Okay that worked 👍🏻 You are a lifesaver! Thanks!
21 replies
DDeno
Created by Mqx on 7/18/2024 in #help
Use ESLint with Deno
I think I need typescript-eslint to also lint ts files
21 replies
DDeno
Created by Mqx on 7/18/2024 in #help
Use ESLint with Deno
How can I use/install plugins?
21 replies