Re-loading a file in the repl
NPM compatibility
notion.databases.query works under nodejs but fails for me under Deno.
it lints and checks ok and doesn't complain when I start it up
```...How to import Definitely Typed modules into Deno project?
error Unsupported scheme node for module `nodemodule`. Supported schemes
import { example } from "npm:example";
import { example } from "npm:example";
example, there's this line:...esbuild_deno_loader importing Deno modules
✘ [ERROR] [plugin deno] specifier was a bare specifier, but was not remapped to anything by importMap. deno:https://cdn.jsdelivr.net/npm/assemblyscript@0.20.3/dist/asc.js:7:6107:...
Static compilation of deno modules
Is there a good dataframe library for deno?
how do I use an array of test data pairs with Deno Test?
[resolved] CI failure TS2684
type a whole directory to make sure each file in the directory exports a default module of a type.
commands in the users current working directory, each file in the commands directory should export a default object of type Command
...How do I declare something to be an objectID
id to an ObjectId in doSomethingById
deps.ts
```...how do I add something to the deps.ts file that isn't in curly braces?
import formatRelative from "https://deno.land/x/date_fns@v2.22.1/formatRelative/index.ts";
import formatRelative from "https://deno.land/x/date_fns@v2.22.1/formatRelative/index.ts";
FindCursor
FindCursor type from the mongo package do I do it like this?
```
export type {FindCursor} from "https://deno.land/x/mongo/src/collection/commands/find.ts";
...extract generic type of generic class
class GenericClass<T> {}
class GenericClass<T> {}
Github Repository File Tree Generator based on Deno?
From where can I get parseArgs?
import parseArgs from "https://github.com/bartlomieju/parseargs/index.ts";...where do I find the documentation for console.dir
