What has changed in the Typescript PG?

Ive noticed a lot of my PGs that where working not to long ago are not working now, some of which have some odd errors that I have never seen before (not related to a new version of BJS)

Is anyone else having this problem or is it just me?

nope, but it would be great if you could share some of those examples so that @RaananW could have a look into it :slight_smile:

Ok one that was the cause was that ICanvasRenderingContext needs textAlign and textBaseline unless you cast the Interface to any.

Let me see if I can find the others.

I have noticed this too, almost always in what seems to be an older version of the pg? the one with red borders. I dont recall anything being ts specific, pretty sure it was all runtime stuff. Pg probably shouldnt fail on typescript errors though, unless different versions of typescript are configurable. That will be a disaster over time.