Support for auto-accessors
"experimentalDecorators": false, there's a problem with the generated JS if I include the new accessor keyword. It doesn't get down-leveled in the generated code, which is what I want to see (since I'm targetting the browser).Rust sdk register_actity_type
functionName: string, parameters: any, second: any (data attached in screenshot).
My rust code:
worker.register_activity("echo_activity", |_ctx: ActContext, parameters: Value| async move { (Value is from type of serde value)
If I use the code above, parameters is just the data of second -> { "second": true}, so the last object in the array data is parsend into parameters.
I also tried to use Vec<Value>, but then the activity just stuck and nothing happens. I also got no error and the workflow is also stuck in state Running...
Is there a feature allowing custom "Allow?" CLI inputs?
deno run some program that reads from the file system, you're prompted Deno requests read access to... Allow? and you specify whether or not you want Deno to proceed. Is there any built-in or native feature that would let me cause the same kind of CLI "Allow?" prompt to appear with a custom message?"deno compile --no-terminal" is not working
await Deno.writeTextFile('test.txt', 'Hello World');
await Deno.writeTextFile('test.txt', 'Hello World');
Using fresh inside an existing deno folder
Remove Dependencies from `deno.lock` file
import postgres from npm:postgres. This import is the written to deno.lock as dependencies. Now I don't use that library anymore. How do I remove this dependency from deno.lock file?...Good scripts/tools to automate conversion of Node.js based projects to Deno?
VS Code Extension API development with Deno as a runtime?
yo doesn't work out of the box.
But I'd like to use it as a template to get going, and I'm wondering if I can have some help as I walk through this? ...Importing submodules
Variable references causing lint errors across cells in Deno+Jupyter
VSCode starting Deno even if enabled=falseI
deno.enable to false in .vscode/settings.json. Any idea what might be going on?...Unable to build crate with deno_runtime 0.139.0 or 0.140.0, due to version numbering in deno_ast
walk() include only last directory...
file/to/directory
file/to/directory
How to link local NPM package with Deno

Subhosting API protection
lvim tsx language server

How to debug tests in Deno on VSCODE

Dynamically importing NPM modules errors
const parser = 'acorn';
const { parse } = await import(parser);
const parser = 'acorn';
const { parse } = await import(parser);
deno kv watch vs broadcast channel
If I use FFI with Deno Jupyter, will it not print the shared lib's stdout? (like Rust println!())
