Luke PS
Luke PS
You have over 800 repos on Github now, and many published NPM modules. What strategy do you use for managing so many?
In instances.ts the loader reads the file from the fs.readFileSync (https://github.com/TypeStrong/ts-loader/blob/fbd64be5bdb010e79ef0f702896c5d470f6fc619/src/instances.ts#L114). Should this not be using `this.fs` from the web pack InputFileSystem. I noticed this when trying to bundle code...
Generate a flat hierarchy for `dist` folder for packages using `babel` / `swc` / `rebuild` etc and remap `main` fields to them in the `package.json` output.
https://github.com/browserify/resolve/blob/1382486e2c1063393f6e6856f2e68330e67a7bc5/lib/async.js#L8 Deep deep issue somewhere which is resolving paths from different drives via symlinks.
Following https://www.techatbloomberg.com/blog/10-insights-adopting-typescript-at-scale/ I had a thought about `jest` which we've come across internally in a couple of places. By default `jest` doesn't ship with any type declarations and so normally...
In Chrome Hypergrid generates a lot of non-passive event listener warnings from the scroll events which can be added to Hypergrid from ```javascript container.addEventListener('wheel', this._bound.onwheel); ``` in `index.js`. I haven't...
We have begun looking into using streams and use this package in combo with `ts-proto` for generating client / server skeletons. I was going to raise a PR for the...
An up to date version of [this](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/pull/524) PR which should support the AWS SDK v3.