Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.
Join ServerChannels
Deno dependency top level await work around
[dnt] Top level await cannot be used when distributing CommonJS/UMD (See deps/deno.land/x/sqlite@v3.2.1/mod.ts 16:1). Please re-organize your code to not use a top level await or only distribute an ES module by setting the 'scriptModule' build option to false.
[dnt] Top level await cannot be used when distributing CommonJS/UMD (See deps/deno.land/x/sqlite@v3.2.1/mod.ts 16:1). Please re-organize your code to not use a top level await or only distribute an ES module by setting the 'scriptModule' build option to false.
Bundling a CLI written in JS with Deno
deno_core
crate. I am trying to wrap a CLI tool with that approach, however I am hitting different walls when I try to get things working.
First of all, I can run this CLI by using Deno runtime directly. I can run deno run npm:{package-name}
and it just works....Leaking operation op_http_close in tests
Does BroadcastChannel preserve the message order if the receiver is in a different geo-location?
NPM CCXT Not Working
"ERR_MODULE_NOT_FOUND"
error any help in resolving would be much appreciated.
TypeError: Could not resolve 'debug' from 'file:///Users/xxx/Library/Caches/deno/npm/registry.npmjs.org/ccxt/4.1.75/js/src/static_dependencies/proxies/http-proxy-agent/index.js'.
```ts...How do you use a private docker hub image on AWS Lightsail?
Is there a way to reset/flush my deno vk queues on deploy?
Return lazy struct fields from Op
Relative path in `npm:` specifier
"@heroicons/react/": "npm:@heroicons/react@2.0.18/"
"@heroicons/react/": "npm:@heroicons/react@2.0.18/"
Transitive dependencies with node_modules
Upgraded to Fresh 1.60 but TailwindCSS not rendering
Optimize for Prod simple static vanilla JS script - WebServer App with Oak + DEJS
List all 'globals' exposed by deno
Object.getOwnPropertyNames(globalThis)
for this but some globals are not showing up in that list, such as console
any ideas why? Should I use some other method for determining all globals that deno exposes?ReadableStream passed to an island component argument becomes an empty object
ReadableStream
to an island component argument becomes an empty objectdeno.jsonc "unstable" format?
deno.jsonc
:
```json
"unstable": [
"broadcast-channel",...
Signal value not updating from inside of `for await of` loop inside of an IIFE
Pricing Question - Is my pro account applied to my Orgs?
Recommended `denoland/deno` contributor editor setup
declare namespace Deno { ... }
throughout the deno repo.
I use vscodium with TypeScript 5.2.2, latest Deno.
I fail to find any docs on how you recommend to setup the editor to make lsp correctly pick up things....How to enable "WebSocketStream" using deno.json file