DanielXMoore / Civet

A TypeScript superset that favors more types and less typing

Home Page:https://civet.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regression in 0.7.11: No more implicit return in synchronous function that creates a Promise<void>

bbrk24 opened this issue · comments

Minimal reproducer:

f := :Promise<void> =>
  Promise.resolve()

This returned the Promise object in 0.7.10, but does not in 0.7.11.

Thanks for catching this!