Michael Loughry

Results 17 comments of Michael Loughry

Were there any changes to the API surface as compared to #97 due to our conversations? It would make it easier to follow if you included the updated API documentation...

The faster from checkin to release, the better. Of the three options, only \# 1 comes close to that. Ideally, daily releases or even continuous delivery would be better.

May need new APIs described by Microsoft/TypeScript#28640.

One idea I had previously floated to @amcasey was to add compiler/server APIs with asynchronous signatures in 5.0 (even if they're still synchronous under the hood), and deprecate the synchronous...

I'm all in favor of the changes. Currently, `tiny-emitter`'s non-ES6-compliant export syntax (along with the larger issue of webpack needing to update their uglifyjs-webpack-plugin) are roadblocks to our Typescript project's...

I encountered this issue after enabling `esModule` and `module.namedExport` in `css-loader`. While the above workarounds were not really applicable to my config, I found the setting `experimentalUseImportModule: false` bypasses the...

I started seeing this after upgrading from 4.9 to 5.0, but only for one dependency, and only when building everything at once (rather than using project references), and only when...

> If no theme is passed to the FluentProvider and there is no parent theme on the context, it creates an empty css class without any tokens and this class...