Jeff Williams

Results 50 comments of Jeff Williams

Yes, that would be terrific! It would be ideal if Catharsis supported _all_ TypeScript types. I'd prefer to make users specify whether they're passing in a TypeScript type expression; a...

I added many unit tests for 0.3.0, but we could still use a code-coverage test.

Perhaps with [Benchmark.js](http://benchmarkjs.com/)?

I'm open to implementing this, but I think I tried once already and ended up flailing. You might be better off biting the bullet and enclosing your type unions in...

I've never verified that caching the parse results is actually faster than re-parsing the type expression. So before I add an LRU cache, I need to run some quick benchmarks...

This doesn't sound good! I'll investigate.

I've fixed the crash, but tutorials are still not working properly. It appears that I implemented tutorials without ever testing them. :/ I'll continue to use this issue to track...

Complete except for docs and tests. I'll write some docs before closing this issue.

[Work-in-progress docs](https://docs.google.com/document/d/1H26OrUaP0RFU_envNq1m3QYazxmWL8gkgxYZQuwx5Ic/edit?usp=drive_web).

Fixed for everything except source files, which lack a heading in the `` element. I don't think a heading is needed here, so I'm still trying to decide whether it's...