Justin Grant
Justin Grant
Updates package.json to: * Include `src` which enables setting breakpoints in patch-package code when it's not running, and enables you to navigate from breakpoints in VSCode to the corresponding source...
I was trying to use patch-package and there was a failure which is probably caused by accidentally using patch-package to try to patch a local fork of a package. But...
## Description `np` should warn users when they try to publish a sourcemap that points to source files that don't exist in the package being published. **Is the feature request...
**Describe the bug** When a CheerioCrawler request results in a redirect, the set-cookie header from the 302 response is not put into the cookie header of the subsequent request to...
Has anyone built a tool that transforms TS interface declarations into Runtypes declarations? After using Runtypes for a while, I like the runtime API and the flexibility of adding additional...
Should Runtypes leverage TypeScript 3.7's new assertions feature ( https://github.com/microsoft/TypeScript/pull/32695)? The TL;DR for this feature is that you can mark a function as an "assertion" meaning that it always throws...
## 🐛 Bug Report `Draft` objects (at least according to TS) don't bring along any symbol-indexed properties from the original object. Is this expected? I'm not sure if this is...
Bili is emitting a reference to `../node_modules/tslib/tslib.es6.js` in sourcemaps, even in projects where `importHelpers` is false in tsconfig.json. Because tslib helpers are emitted directly into transpiled source, that file `../node_modules/tslib/tslib.es6.js`...
- components: `Fade` - reactstrap version `#8.4.1` - import method `es` - react version `#16.12.0` - bootstrap version `#4.4.1` ### What is happening? The `Fade` component shows console warnings whenever...
[MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat#parameters) shows that `0` is a valid value for the `fractionalSecondDigits`. The spec (and Chrome) throws when zero is passed for this option. Here's the docs:  I assume this...