Tomasz Lenarcik
Tomasz Lenarcik
@timvansteenis It took me a while but I've finally put together a solution that could hopefully work for you. Please have a look at my fork of your example repo:...
@benjamn You're probably right that `mocha` should not expect that property to exist in the first place. Do you think that this issue fits better in their repository?
Shortly after reading @boneskull answer I was not sure why he is not so positive about fixing this problem in mocha, but I think I am starting to understand it...
@benjamn Would you mind sharing your opinion with us? @boneskull As far as I know the only blocker that prevents mocha being compatible with Meteor's CommonJS environment is this issue...
@Grubba27 There are some caveats related to how an application with symlinked `node_modules` should be deployed, but I guess that can be discussed later and perhaps it would be worth...
@Grubba27 I've noticed the failing tests here: https://app.circleci.com/pipelines/github/meteor/meteor/4691/workflows/9745f0e7-9207-40a8-b528-45fc57032126/jobs/98968 I was previously aware of the fact that the newly introduced symbolic links treatment is in conflict with what meteor offered in...
I would love to help finalizing it but it seems that the ball was dropped due to some validations failing, and I haven't had time since then to debug this.
I think that this problem is not specific to `create-react-app`. Most of the tooling will not transform code that comes from `node_modules`, unless you explicitly ask them to do so....
Ok, so apparently `pdfjs-dist` actually ships with builds for legacy browsers, but this needs to be imported differently, e.g. ``` import * as pdfjsLib from 'pdfjs-dist/legacy/build/pdf'; ``` Perhaps it would...
@sandersn > I did a quick grep of JS code (all the JS that gets installed when installing the dependencies of every package on Definitely Typed). Thank you for taking...