Jolyn
Jolyn
I just tested it out locally and confirmed it doesn't work. It seems related to Angular 5's bundle not creating the `window.angularApp` global variable correctly. I don't have the desire...
> The generated typings seem to be incomplete because start.ts directly imports navigateToUrl, patchHistoryApi, and triggerAppChange, none of which have types yet, but I suppose that will be in the...
I don't think a change to single-spa is necessary here, since `parcel.getStatus()` can be called to check whether the parcel is ready to unmount: ```js if (parcel.getStatus() === "MOUNTED") {...
Closing due to inactivity
single-spa@7 is rewritten in typescript, and single-spa@6 had a few code changes to fix the types. Closing this PR since I don't think it's necessary anymore
single-spa@5 hasn't had any updates in a long time. This doesn't appear to be a security concern and no users are calling for a new version of single-spa@5 to be...
Closing due to inactivity
I agree that keeping the documentation for older versions of Angular is best - some projects are stuck on old versions of Angular and hope single-spa will help them convert...
In my case, I worked around it by replacing `__filename` with `process.cwd()`. The __filename was there because it was part of a generated file, and it was used as part...
The generated file was a CJS module - it was created by sequelize-cli as part of creating a database migration. For reference, here's the original file generated by sequelize-cli: https://github.com/JustUtahCoders/flax-crm/blob/5c35bbe3f8818ea4f936fbef09fe85c0367b98ca/backend/DB/models/index.cjs