michael faith

Results 90 comments of michael faith

> It's holding up any real angular 15 release on our side. Why, if 12.2.3 supports Angular 15?

You could always pitch in and help out... Complaining like that, just to complain, isn't helpful. ahnpnl's done an amazing job maintaining this project. They're very responsive and jumps on...

Is this still being worked on? I might be able to help out, if nobody's working on it. Really eager for the v9 & flat config support.

@ljharb I know you mentioned not creating a new PR, but I went in a totally different direction with this, in order to address some of your concerns, so I...

Came here to report this myself. Slightly different but similar scenario, and likely the same root cause. This is a pretty significant gap imho. Exporting default symbols is a very...

> Also, hit this, Is there a walkaround now? This may not be the most helpful answer, but i ultimately switched to the official TS plugin for rollup: `@rollup/plugin-typescript` ([README](https://github.com/rollup/plugins/tree/master/packages/typescript/#readme))....

I like the new functional direction. But, curious, will there be an update migration for people making heavy use of class-based guards in a future major release?

@DelveFonts after all your hard work, this still seems to have issues. At least in what's made it onto googlefonts. Any possibility of helping resolve this?

Just tested with the code from the OP, and get the following error. Doesn't seem like it'll even run against it. ```bash src/test.ts [error] src/test.ts: SyntaxError: Unexpected keyword or identifier....

I'm not sure that I agree with the assertion that all libraries that you require/import should be declared as `dependencies` instead of `peerDependencies`. It's generally a good practice, but it's...