JHawkley
JHawkley
Using `[email protected]` installed via Yarn. Confusing, ugly output is produced when a function contains only a leading comment followed by a `return`. The example below is structured the same as...
#### Issue type: - :heavy_plus_sign: Feature request ____ #### Short description: Working with Integrated Dynamics, I've noticed that a lot of my effort is spent figuring out how to manipulate...
When it comes to the problem of side-effects, [Webpack has a means of marking specific files as having them](https://webpack.js.org/guides/tree-shaking/#mark-the-file-as-side-effect-free) through a property on the module's `package.json` file. This could be...
It has occurred to me that a comparison between the `do` expression and the currently idiomatic immediately-invoked function expression (IIFE) has not been done yet. Doing this would be important...