DEV Community

Discussion on: HotTea: v0.12a released. (AND I want feedback).

Collapse
 
shadowtime2000 profile image
shadowtime2000

As Jon Randy said, no browser natively supports Typescript. Also Typescript becomes JS at compile time with little to no runtime overhead so I think you may not know exactly what Typescript is. It seems like HotTea seems to be more of a runtime library for schema validations than a bridge for Typescript.

Collapse
 
baenencalin profile image
Calin Baenen

I know what TS is, and I know no browser supports it (hopefully I can add "(yet)" to that), but since you can't write TS natively in the browser, I came up with this fulfill a similar purpose.

Collapse
 
shadowtime2000 profile image
shadowtime2000

HotTea seems to be really different than TS because it seems to be very runtime heavy and could possibly slow applications down too.

Thread Thread
 
baenencalin profile image
Calin Baenen

Okay.

Collapse
 
baenencalin profile image
Calin Baenen

Any feedback with the library, and its features?