Jason Hartman
Jason Hartman
Hey @StoneCypher, I was just trying to go through some of the issues here and I am wondering where the guidance is to not add extensions and use full paths...
> This seems to help: https://stackoverflow.com/a/77566206 > > When I edit your `package.json` to this -- we seem closer: > > ``` > "exports": { > "require": "./dist/jssm.es5.cjs", > "import":...
I am unable to use `@types/jest-environment-puppeteer` to work around this while also using `[email protected]`. Installing `@types/jest-environment-puppeteer` devDependency then results in: ```log node_modules/.pnpm/[email protected]/node_modules/expect-puppeteer/dist/index.d.ts:1:38 - error TS2305: Module '"puppeteer"' has no exported...
The difference I see in the @types versus package is that the global additions are not declared. @types has: ```typescript declare global { const browser: Browser; const context: BrowserContext; const...
Unfortunately, we cannot use a linux agent or at least couldn't without weeks of work. The build for repository in question has complicated setup. The javascript present is a small...
Mostly Emscripten
I'm not sure. I don't think there is a translation of C++ to javascript exactly such that a C++ scan would get results. I think it is more complicated. And...
> A few more comments, nothing critical. I can follow the general idea of what's happening and it seems fine, I just can't quite follow the details in my head....
> I'll say that several things in these packages (like `hasTaskDependency`) would benefit from unit tests. I'll leave it up to you if it makes sense to add some here...
Which part is slow? The sort or the compare? (Others are sort of fixed.) Is there no existing utility to do this? If the sort or compare is slow you...