Recently upgraded `deno` and am on a newer version than is available
deno upgrade
recently, it upgraded my deno
version to 2.4.0
, but it looks like the real latest version is 2.3.1
and the version was supposed to be 2.3.0
when that update went out. Is there anything I should be worried about since deno --version
currently reports 2.4.0
when it comes to future releases? Using deno upgrade 2.3.0
didn't install the previous version, it kept it at 2.4.0
. I'm using the st...SQLite null prototype
Coverage for child processes

Missing `init_ops_and_esm` function for extensions in rust
deno_core
0.344.0
and deno_console
0.204.0
. The docs for deno_console
(and most docs about extensions) reference calling init_opts_and_esm
like deno_console::deno_console::init_ops_and_esm()
but this function doesn't seem to exist. I can't seem to find where it is defined, it's not in the deno
repo or any cargo docs. I find the same on an extension that I create with extension
as well.
There is an init
function . However, when I try to use that I get a panic like:
```
thread 'main' panicked at ~/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deno_core-0.344.0/runtime/jsruntime.rs:750:9:...Issues with a Rust panic running workers and attempting to use `otel`
CLI application
I have a JSR Package: Can I Import it From My Filesystem Instead of jsr.io?
Decorators with esbuild-deno-loader
Fresh: `toggle` is not a function.
toggle
is undefined. I'm passing it like other examples on the internet.
button.tsx
```tsx
interface Props {
toggle: () => void;...Upgrade to Deno 2.2 caused an outage
Do exceptions escape for await blocks?
Mocking the FileSystem
require.resolve
calls.
Do you have an example of this I could crib from?...How to stub and spy an deep nested object in deno? (Firestore)
Web Cache API not available in Deno Binaries?
deno compile
. Is there any config that I need to change to enable this, or is this Web API just not available in Deno binaries? I see that the Web Storage API isn't available in Deno binaries, but I was wondering if the Web Cache API not working in Deno binaries is also intended.
The specific error I'm seeing when I use try to use the the Web Cache API (in this case, caches.open("foo")
) is TypeError: CacheStorage is not available in this context
.
I would appreciate any workarounds/solutions here, I need to be running my application through a binary generated through deno compile
....collab
Using express
deno serve --parallel --port 3000 --allow-net --allow-read --allow-env app.ts
. Is this somethinn doable ?
Regards,...@google-cloud/tasks not working
Deno Monorepo with nested applications and packages
services
, and set of libraries used by said services in packages
. These are all independent, and are registered to the apps workspace (@example
) for now. eg: if a service myapp
registered as @example/myapp
wanted packages/utils, it'd import @example/utils
and it'd find it within packages.
I'm trying to do the same in NPM but it seems like everything has to be flat, at the root. Am I not able to register workspaces that are deeper than the root directory?
I've got /packages/foo/deno.json
and packages/foo/mod.ts
with a funciton exported. the deno.js has the following contents:...Deno Fresh deployment failing in Github Actions