Mathias Klippinge

Results 49 comments of Mathias Klippinge

@dyladan Sorry to ping you, but you self-assigned this and marked it as P1. Did you by any chance find some time to spend on this? 🙏

If I read the situation correctly @dyladan isn't too interested in dealing with ESM aspect of opentelemetry, hopefully he can 👍 that you take a stab at it and help...

I think @JamieDanielson summarized pretty accurately what needs to be done and as @JakeGinnivan points out there are some nice things to add to `tsconfig.esm.json`. To get even more practical,...

### Problem The problem is that you export this artefact `./dist/index.d.ts` which contains e.g. ```ts export type { UnauthenticatedTemplateProps } from "./components/UnauthenticatedTemplate"; export { useIsAuthenticated } from "./hooks/useIsAuthenticated"; export {...

My workaround right now is to enumerate all files that directly or indirectly import from any `msal/*` library, turning off the eslint rules. Of course, I still do not get...

Sure, why not? I'd be happy to review a PR with this feature 👍

Very useful, take my money! ✋ 💵

> FYI, this went away for me when I changed these settings in my `tsconfig.json`: > > * [`module`](https://www.typescriptlang.org/tsconfig#module): `nodenext` -> `esnext` > * [`moduleResolution`](https://www.typescriptlang.org/tsconfig#moduleResolution): `nodenext` -> `bundler` > >...

This wont work, it is not nearly enough to make things work I am afraid. But good for driving discussion. See https://github.com/vercel/next.js/issues/46078#issuecomment-2134508560