Results 48 issues of Kyle June

When I was publishing one of my modules, I was running into issues with one of my scripts. I found an issue with file path imports. Originally I had the...

**Describe the bug** feature: https://github.com/denoland/deno_std/pull/2067 The issue with this feature is that `Deno.test` is called by the `describe` function. If tests are added to the group after the `describe` function...

bug

It's common for README.md files to link to other markdown files. On GitHub, when you click one of those links it will take you to a page with the markdown...

**Is your feature request related to a problem? Please describe.** Currently the mocking tool doesn't support stubbing getter/setter properties. It only allows stubbing functions. Other mocking tools like sinon do...

enhancement
testing
PR welcome

I made an esbuild plugin for PostCSS. When I try to have esbuild bundle my css files, it appears that the deno loader plugin tries handling the data url imports...

This feature was introduced by https://github.com/lucacasonato/esbuild_deno_loader/pull/145. It appears as though the plugin should just work using the auto resolved deno.json. In actuality, that only applies to the WasmWorkspace. In plugin_deno_loader.ts,...

Closes https://github.com/lucacasonato/esbuild_deno_loader/issues/159 Here are the changes I made to resolve the issue. - Updates the loader plugin's file and data loaders to have filters limiting what types of file and...

One usecase for having a workspace is so that you can override a package locally with a git submodule. When I do so, I get a bunch of warnings about...