David Sherret

Results 448 issues of David Sherret

We should start logging on use of these deprecated APIs: https://github.com/denoland/deno/pull/14733 1. Maybe this should log a stack trace in order to make it easy for people to understand where...

help wanted
stale

For https://github.com/denoland/deno_task_shell/issues/33 Blocked on https://github.com/denoland/deno_task_shell/pull/35 (so the test should fail in this repo)

https://github.com/denoland/deno/pull/15220/files#r923841773

Make sure to highlight how all swc option structs should be analyzed for changes (because swc doesn't allow using a struct expr for some options)

https://github.com/denoland/deno_ast/pull/92 -- Need to fix the issue cc @kitsonk

enhancement

https://github.com/esm-dev/esm.sh/blob/master/packages/cjs-esm-exports/src/cjs.rs We should at the minimum add more tests from here: https://github.com/esm-dev/esm.sh/blob/master/packages/cjs-esm-exports/src/test.rs

We should add more unit tests that run this transpile using input and output files. https://github.com/denoland/deno/blob/43a63530acb16e57cbb190eacedbd097c536a775/cli/ast/mod.rs#L208

For https://github.com/denoland/deno/issues/8529 This would allow taking a `Diagnostic` and then formatting it showing the position in the source file text the diagnostic occurred for.

enhancement

It seems the line and column on `Location` is display oriented. There are two issues though: 1. We're using a tab indent width of 4. Shouldn't it be 2 since...

enhancement

1. Workflow to bump versions (I'm concerned that a find and replace might find and replace too much?) Edit: We could probably actually ensure that a certain number of changes...