pkl-community / pkl-typescript

TypeScript language bindings for the Pkl programming language
https://www.npmjs.com/package/@pkl-community/pkl-typescript
Apache License 2.0
104 stars 1 forks source link

Fix property error when subclassing an open class #56

Open jasongwartz opened 2 weeks ago

jasongwartz commented 2 weeks ago

Closes: https://github.com/pkl-community/pkl-typescript/issues/54

I believe this snippet was copied over from the Go implementation, but never used - and not noticed without test coverage for it.

Thanks to @gregory-essertel-ai for reporting.