Lock file in JSR library?
.gitignore
or rather set lock: false
in deno.json
?Support for tags in custom Deno lint plugins
Possible to use CsvParseStream in Node.js
Unexpected `deno.lock` update?
deno.lock
updated to add a new transitive dependency to @deno/cache-dir
, when its version wasn’t touched at all?Deno 2.4 emit for bundling with "npm:" imports inside code
Deno constantly panics after reporting error about NPM modules

How can I instantiate a FetchEvent in my test?
FetchEvent
as an input. In my tests of that library, I want to instantiate a FetchEvent
to test it, but I'm getting
error: ReferenceError: FetchEvent is not definedinstead. My compiler options are:...
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?