Jayden Seric

Results 226 comments of Jayden Seric

Inline links to other documented members in descriptions is absolutely critical, an MVP feature. There are several variations of the original JSDoc `@link` inline tag, this being the most useful:...

The name of a member vs what it's exported as are two different things, the name of a class doesn't change between being a named export vs a default export....

Somewhat related: https://github.com/denoland/deno_doc/issues/116 .

What we don't want, is the linting wheels to be reinvented again and again like the situation the npm ecosystem is in. To lint JS files via ESLint, you need...

Deno could show lint errors/warnings for import map JSON files, and Deno config files (whatever form they end up taking). For other third-party tool specific JSON files, schemas could be...

These situations may look edge case, but really they come up fairly often - maybe 5% of our project components. Some examples: ```jsx import PropTypes from 'prop-types'; import { useEffect...

For people that _want_ to bundle a particular import it should be opt-in via a URL query string parameter. esm.sh already has the [`bundle` query string parameter](https://github.com/postui/esm.sh#bundle-mode), although that currently...

`.mjs` is the file extension for native ESM, which is supported in Node.js v13.2+. Even adding it to the hardcoded list of extensions prior to making the list configurable would...

This issue is currently blocking upgrading `busboy` to v1 in [`graphql-upload`](https://www.npmjs.com/package/graphql-upload), which is unfortunate because I plan to release a major version very soon and hoped this upgrade would make...

@mscdex can you please at least triage this issue? It hasn't been acknowledged for a whole month now. We really need to know roughly when this will be fixed, or...