coderaiser
coderaiser
Added ability to return modified object.
## Failing module - **GitHub**: https://github.com/coderaiser/putout - **npm**: putout ```js import pluginPutout from 'https://esm.sh/@putout/plugin-putout?alias=putout:@putout/bundle'; `````` ## Error message After `onload` I got this: ``` Uncaught (in promise) Error: Dynamic require...
In function `onFile` if `!modified` callback called. `modified` is not declared in `README.md`. If we have a lot files (100, for example) because of this call `running` and `finished` has...
- no need in return; - no need to call done in 3 places; - instead of true/false variable `result` was added.
Add [strict mode](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions_and_function_scope/Strict_mode).
JQuery changes: 1. Added google cdn url to improve speed. 2. Updated version 1.7.1 -> 2.0.0. 3. Removed from require(demo.js, util.js, std.keyboard.js).
Writed own functions: - extend - each - isFunction
Would be cool if you add [versioning](http://semver.org) to jemul8. So every body will know when update is come and if something would be broken - could just move down to...
Thank you for such a useful tool as `AST Explorer` :), it helped me a lot to learn what `JavaScript AST` consists from and how to interact with. Also it...
Would be great to see example with [N-API](https://nodejs.org/api/n-api.html) which should just work without rebuilding on different major versions of `node.js`. [abi-stable-node](https://github.com/nodejs/abi-stable-node) and [node-addon-api](https://github.com/nodejs/node-addon-api) can be used to support versions older...