Danielduel
Danielduel
DDeno
Created by weegee on 12/6/2023 in #help
Deno dependency top level await work around
Move your top level await to an async function and call it on start.
3 replies
DDeno
Created by bogeychan on 11/24/2023 in #help
Help with npm peerDependencies
Imports field in deno.json is more like a mapping for aliases for things that will be imported (import map), they aren't importing anything alone
12 replies
DDeno
Created by bogeychan on 11/24/2023 in #help
Help with npm peerDependencies
Hi @bogeychan, could you check if issue persists if you add import "npm:@sinclair/typebox@versionfrompeer" At the very start of your app?
12 replies
DDeno
Created by Danielduel on 11/27/2023 in #help
Deno+vite crashes on node dependency
12 replies
DDeno
Created by Danielduel on 11/27/2023 in #help
Deno+vite crashes on node dependency
I miss a detail here - despite I've built deno with an implementation of report in process... importing "node:process" still fetches it from the remote
12 replies
DDeno
Created by Danielduel on 11/27/2023 in #help
Deno+vite crashes on node dependency
@bartlomieju thanks for the quick response, I suggest doing it in 2 parts - first just to make vite run with most of stuff stubbed in the polyfill and 2nd part to make actual implementation of the report object
12 replies
DDeno
Created by Danielduel on 11/27/2023 in #help
Deno+vite crashes on node dependency
Thank you ^^
12 replies
DDeno
Created by Danielduel on 11/27/2023 in #help
Deno+vite crashes on node dependency
Thank you @marvinh., do I have to do anything now?
12 replies
DDeno
Created by Danielduel on 11/27/2023 in #help
Deno+vite crashes on node dependency
(metal, interactive shell) import { join } from "node:path" join works like expected (rollup native.js uses const { platform, arch, report } = require('node:process'); so in interactive shell I did import { report } from "node:report" report is undefined
12 replies
DDeno
Created by Danielduel on 11/27/2023 in #help
Deno+vite crashes on node dependency
Am I doing something in unintended way?
12 replies
DDeno
Created by Danielduel on 11/12/2023 in #help
Read-only FS detection
Actually that's smart
3 replies
DDeno
Created by Danielduel on 9/23/2023 in #help
Peer dependency
👀
4 replies
DDeno
Created by Audrow on 12/17/2022 in #help
Websocket client with headers
(Haven't tried it ever myself Kappa)
37 replies
DDeno
Created by Audrow on 12/17/2022 in #help
Websocket client with headers
@audrow ^
37 replies