Results 39 issues of Kyle June

In the following example with overloads, deno docs show 3 call signatures but if you try calling the function in vs code, it only shows the first 2 call signatures...

enhancement

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/rest_parameters I have multiple functions in the same file that share the same call signatures. I created an alias type for the call signatures to avoid repeating myself and reduce...

## Failing module - **GitHub**: - **npm**: ```js export { default as React } from "https://esm.sh/[email protected]?target=deno&pin=v85"; export { hydrateRoot } from "https://esm.sh/[email protected]/client?target=deno&pin=v85&[email protected]"; export { renderToReadableStream } from "https://esm.sh/[email protected]/server?target=deno&pin=v85&[email protected]"; ``` ##...

types
deno

## Failing module - **GitHub**: https://github.com/tw-in-js/twind/tree/next/packages/preset-tailwind-forms - **npm**: https://www.npmjs.com/package/@twind/preset-tailwind-forms/v/next ```js import * as twind from "https://esm.sh/[email protected]?target=deno&pin=v78"; import presetTailwind from "https://esm.sh/@twind/[email protected]?target=deno&pin=v78"; import presetTailwindForms from "https://esm.sh/@twind/[email protected]?target=deno&pin=v78"; const tw = twind.setup({ presets: [...

deno

## Failing module - **npm**: https://www.npmjs.com/package/react-dom - https://www.npmjs.com/package/@types/react-dom ```js export { renderToReadableStream } from "https://esm.sh/[email protected]/server.browser?target=deno&pin=v78&[email protected]"; ``` ## Error message After running `deno run` I got this: ``` error: TS2305 [ERROR]:...

deno

## Failing module - **GitHub**: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react-dom/server.d.ts - **npm**: https://www.npmjs.com/package/react-dom ```ts export { renderToReadableStream } from "https://esm.sh/[email protected]/server?target=deno&pin=v77&[email protected]"; ``` ## Error message After running `deno run` I got this: ``` $ deno...

deno

## Issue If you try to use the react module pinned to 17.0.2, it ignores the version when choosing the x-typescript-types header. Below is the url I used and the...

bug

Currently if you click the invalid or negative post links with javascript disabled, it will return an internal server error. That's because error boundaries do not work on the server...

bug

This issue was introduced when I switched to using oak. Once the following issue is resolved, update oak. If deno deploy updates first to support Deno.stat(), this issue can be...

bug

https://testing-library.com/docs/react-testing-library/intro/

enhancement