Notas Hellout
Notas Hellout
Most examples with a function configuration are missing a robust file arguments escaping method. Merging #875 would help by providing a utility function. However, a simple solution (when not using...
For a while I have been using the following `babel` preset for production bundles: ``` ... "presets": [ [ "@babel/preset-env", { "targets": [ "defaults", "maintained node versions" ] } ]...
Here is what I get when running `v14.2.0`: ``` > yarn run v1.22.19 $ npm-run-all --parallel build:* $ microbundle --cwd packages/api --tsconfig packages/api/tsconfig.json --target web --format modern,cjs && cp -l...
I am getting some interestingly erroneous builds for code relying on `AsyncIterable` and `AsyncIterator`. Steps to reproduce: ```sh git clone https://github.com/async-abstraction/tape cd tape yarn yarn test # This works fine...
I have some code that imports a named export of a dependency as follows: ```js import { _fn } from '@x/y'; ... _fn(...); // calling _fn ``` With mangle configured...
- [x] I have searched for [similar issues](https://github.com/raineorshine/npm-check-updates/issues) - [x] I am using the latest version of `npm-check-updates` - [x] I am using `node >= 10.17` --------------------------- ## Steps to...
See #2306.
Would be nice to have the search functionality in the help view too. This was working in sup!
Currently for a given input string the tag suggestions algorithm lists all tags that have the input string as an exact prefix. Would there be a way to make this...
Because [`meteor npm ci` can leave broken symlinks behind](https://github.com/meteor/meteor/issues/11361), `mup deploy` fails with broken symlink related errors. Workaround: run `rm -r node_modules` or `rm -r node_modules/.*` or `rm -r node_nodules/.bin`...