Artem Khodyush
Artem Khodyush
I don't think everyone who uses typescript with SystemJS wants to have a dependency on angular. > However, creating another plugin-typescript-angular would mean duplicating efforts. Not necessarily - this [plugin...
You guys might be interested in looking at git over ssb: https://github.com/noffle/git-ssb-intro
> If you are a library author who intends to support Webpack, esbuild, Vite, Node 12+, etc., but not Parcel, Browserify, or Node 11, and you need help figuring out...
First, thanks for the detailed explanations! > Why is this nested package.json necessary in your example? Because the package itself can then be `"type": "module"` - javascript tooling is...
it looks like node crashed when running vitest. possibly related: https://github.com/nodejs/node/issues/6899#issuecomment-1210954352, https://github.com/nodejs/node/issues/43304#issuecomment-1239001374 also can happen when there's a test file which does not have any tests - I had node...