James Edmonds

Results 16 issues of James Edmonds

Would love to be able to provide a custom resolve function, much like `load` currently.

enhancement

Configures linter to include the recommended rules including https://lint.deno.land/?q=&all=on#explicit-function-return-type and https://lint.deno.land/?q=&all=on#eqeqeq

This is my take on version 2. - [x] Middleware - [x] Automatic JSX runtime - [x] Custom routes (API, whatever) - [x] Plugins (ala Fastify, can register routes, middleware,...

Not sure if this issue is already being worked on. The build output from `build` task in the workspace doesn't run with the `--no-remote` flag. Looks like deps.js still references...

documentation
question

Would be good to add benchmarks for speed critical code, transform mainly. Works very much the same way as the native test runner. https://deno.land/[email protected]/tools/benchmarker

enhancement
help wanted

Hi! I'm unsure if this is a bug or not, but I'm getting an error when trying to extend an `interfaceType`. ``` Expected ApplicationInterface to be an interfaceType, saw GraphQLObjectType(ApplicationInterface)...

type/bug
scope/types
impact/medium
needs/reproduction

This is experimental, but adds a dev.ts in ultra root, the basic example is very roughly hooked up to use it. Basically it uses the Worker api to start the...

Hello! When I attempt to build an eszip with the following importMap and a very simple module. I receive the error below. **mod.ts** ```ts import 'std/fs/mod.ts'; import 'https://deno.land/x/fresh/server.ts' ``` **importMap.json**...