mlhaufe / brevity

Brevity is a library that enables Feature-Oriented Programming (FOP) and solves the expression problem in a manner that makes data and operation declarations trivial to define and compose.
GNU Affero General Public License v3.0
1 stars 0 forks source link

Generate *.d.ts and sourcemaps #45

Closed mlhaufe closed 1 year ago

mlhaufe commented 1 year ago

Generate *.d.ts and sourcemaps to resolve the following issue for consumers:

image

I have a suspicion this would require #28 to be implemented. Hopefully not.

mlhaufe commented 1 year ago

Refs: