coderaiser

Results 103 issues of coderaiser

Fix of an issue from #1130 related to `node-fetch` and deprecated `punycode` ## **Checklist** **General Contributing** - [x] Have you read the Code of Conduct and signed the [CLA](https://opensource.dropbox.com/cla/)? **Is...

После [успешной компиляции glxwin](https://github.com/exebook/glxwin/issues/1), во-время запуска, `Deodar` вывел такую информацию. ``` sh coderaiser@cloudcmd:~/deodar$ node deodar Segmentation fault (core dumped) ``` Посмотрев под отладчиком, обратил внимание, что `node` падает на вызове...

Hi, thank you, for such a useful codemod :). I just [added support of jscodeshift](https://github.com/coderaiser/putout/commit/1b9ef881f84d1a903cae29de2542cad2ee45f250) to a `pluggable code transformer` [putout](https://github.com/coderaiser/putout), and used your `codemod` for tests. `Putout` does something...

Fixes #36 https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727 - ✅ Split to a couple chunks, which is better for speed in modern engines; - ✅ Move out nested loop; - ✅ Flatten blocks, then mark...

Strange error for [this code](https://github.com/coderaiser/supertape/blob/v9.0.0/packages/supertape/test/errors.ts#L61): ![image](https://github.com/kaleidawave/ezno/assets/1573141/8d34ca75-3d86-4532-a55f-22d52bd32f0f)

bug
parser

Fixed vulnerability https://github.com/micromatch/micromatch/issues/243 Hello, and thanks for contributing to micromatch! ## tldr There are three main goals in this document, depending on the nature of your pr: - [description](#description): please...

Both parts of expression: ```js const nodeTypes = Array.isArray(matcher.nodeType) ? matcher.nodeType : matcher.nodeType ``` Returns same result, and can be simplified to: ```js matcher.nodeType ``` Just landed this case to...

Hi again! I think **CodeshiftComunity** does a great job of popularizing codemods, and I want to suggest you work results of a tool which simplifies writing, testing and using codemods....

Would be great to have ability to use function [use](http://expressjs.com/en/api.html#app.use) to use express middleware :). And ability to not use `new` keyword also would be great :)

enhancement
help wanted