Morgan Ney
Morgan Ney
For example, this route http://restbus.info/api/agencies/sf-muni/tuples/F:5650,N:6997/predictions produces the following links:  The `from` is really the `self` and reconsider the semantics of `from` and...
**What kind of change does this PR introduce?** Bugfix. **Did you add tests for your changes?** No. **If relevant, link to documentation update:** **Summary** Helps to address https://github.com/bundlewatch/bundlewatch/issues/294. **Does this...
Addresses https://github.com/ttag-org/ttag/issues/166. Adds an optional peer dependency on `react` and uses [`isValidElement`](https://reactjs.org/docs/react-api.html#isvalidelement) and [`cloneElement`](https://reactjs.org/docs/react-api.html#cloneelement) to add [keys](https://reactjs.org/docs/lists-and-keys.html#keys) to `jt` expressions that are React elements and do not already have a...
How do you indicate via config or options that a loader should be loaded using `import` instead of `require`? How do you get [this](https://github.com/webpack/loader-runner/blob/master/lib/loadLoader.js#L5) logic to kick-in? I have a...
I'm using `tsc` 4.8.4 and there is no support for `navigator.userActivation`. This is now part of the HTML Living Standard and implemented by Chrome, Edge, and Opera browsers. Spec: https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface...
If this gets merged, you should publish under a new version, ideally a new major version since the package now expects a particular node runtime, i.e. `"engines": { "node": ">=12.17.0"...
Example code to reproduce the issue: ```js const comments = [] const source = [ "Promise.all([import('foo')])", '// Some comment' ].join('\n') const ast = acorn.parse(source, { onComment: comments, sourceType: 'module', locations:...
While running Jest against tests for an ES module that uses `astravel` as a dependency, I encountered the following SyntaxError: ``` morgan@mactop magic-comments-loader (develop) $ npm run test:spec -- __tests__/loader.parser.spec.js...
Adds support for Node's [`--import`](https://nodejs.org/api/cli.html#--importmodule) CLI option. Supplementary: * Patches vulnerabilities from dev dependencies with severity level of "high": * https://github.com/advisories/GHSA-67hx-6x53-jw92 * https://github.com/advisories/GHSA-4q6p-r6v2-jvc5 * Removes warning about no unit test...
Replaces `jsonpack` with `lz-string` to help address https://github.com/bundlewatch/service/issues/134. Corresponding bundlewatch PR is https://github.com/bundlewatch/bundlewatch/pull/436.