Martin Hochel

Results 128 comments of Martin Hochel

Discussed offline with @layershifter , we could use typescript babel preset within griffel and mat to ts sources to mitigate this, but as I mentioned within the "expected behaviour" section,...

monosize recently moved to native ESM modules - we need to be on node 18 in order to migrate.

you are using the API wrong. what needs to be done is to use following `addButtonProps={{iconProps:{iconName: 'add'}}}` which will render that add icon, although I don't think it's intended to...

I've done some research/experimentation during FHL and tried to migrate our repo to following package managers: - yarn 3 https://github.com/hotell/fluentui/tree/hotell/package-managers/yarn-3 , yarn 4 https://github.com/hotell/fluentui/tree/hotell/package-managers/yarn-4 - pnpm https://github.com/hotell/fluentui/tree/hotell/package-managers/pnpm - bun v1...

> I am wondering how you have checked the size for bun. great question ! I used simple `find . -name "node_modules" -type d -prune -print | xargs du -chs`...

we will land native ESM browser support for tokens package first via adding .js extensions. after that's validated we can apply that approach to the rest of v9 controls. **NOTE:**...

## Suggested Implementation: ### 1. manual trigger: create new pipeline that will be able to deprecate packages provided via env variable on ADO - variable should follow `npm deprecate` arguments...