©TriMoon™
Import module from gitlab server
I think what you are asking for is like accessing a website without using DNS...
npm packages are all pulled/searched/etc from the npm site, so if you want to access your own server you need to tell npm how to reach your server right?
14 replies
Function as a value?
Maybe @alexp95 means
getters
? 🤔
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes#methods11 replies
Import module from gitlab server
And last link i found: https://gitlab.com/gitlab-org/gitlab/-/issues/324284
14 replies
[VSCodium] - Deno task list
nope i have a populated
deno.json
(at moment i renamed it to jsonc
but nevertheless), and it doesn't show the tasks in it...
The tasks inside it work when using deno task
, but at moment most of my tasks are in VSCodium
anyhow...5 replies
[VSCodium] - Deno task list
PS: Unrelated to this topic, these settings are nice to use IMHO: https://discord.com/channels/684898665143206084/1303057720395567205/1343884952999301161 (Just cross linking for myself)
5 replies
deno_blog is broken
Just a quick check on their repo, it seems they already fixed it in their
0.3.1
version:
- https://github.com/denosaurs/emoji/compare/0.3.0...0.3.1#diff-758e1993aa6069db4e1b5c39cf84ce8a54b0f0e286150ff304c2b4c1007f158e
- https://github.com/denosaurs/emoji/pull/1312 replies