©TriMoon™
©TriMoon™
DDeno
Created by ©TriMoon™ on 2/25/2025 in #help
[VSCodium] - Deno task list
No description
5 replies
DDeno
Created by ©TriMoon™ on 2/14/2025 in #help
globalThis woes with VSCode Deno extensions LSP
No description
11 replies
DDeno
Created by ©TriMoon™ on 2/4/2025 in #help
Import type: css ?
is there a way to allow this in deno LSP:
import style from './xxx.css' with { type: 'css' };
import style from './xxx.css' with { type: 'css' };
I get "Importing these modules is not supported." deno-ts(6263) I'm currently using es-module-shims.js in my HTML page...
1 replies
DDeno
Created by ©TriMoon™ on 1/31/2025 in #help
Help setting up a Deno project for a static HTML5 app using TypeScript and a Live-preview.
Hi all, i'm new to deno and want to try it out. 😉 https://discord.com/channels/684898665143206084/1128726030614544414/1332270619060076594 Although i'm not completely new to TypeScript (I can somewhat read it), unfortunately have not coded using it till now, at least that's the plan to start using it . Below are topics i want to cover / make use of: 1. I will use Codium as IDE. (it's a foss VSCode version) 1. My end target will be the browser, Firefox-Nightly in this case. 1. I will make use of HTML5 pages with external nested CSS stylesheets (not SCSS nor LESS etc) and native JavaScript as es-modules. 1. I want to code my JavaScript in TypeScript that will be consumed by the browser as separate native es-modules as end-product. 1. I want to be able to preview the changes live in Codium, while viewing the HTML5 page, and the browser directly. --- Are the above criteria's possible using deno 🤔 Any help and guidance is appreciated. 👍
12 replies