masonk

Results 3 issues of masonk

On TS 2.1.4, when I import json-typescript-mapper": "^1.1.1", which depends on reflect-metadata, I get many errors similar to this one: ```(master *%)$ tsc node_modules/reflect-metadata/Reflect.ts(157,21): error TS2384: Overload signatures must all...

I am trying to take a `GenericImageView` and form structures over it which represent tiles. For this purpose, I have a `TileSet` struct that wraps a `GenericImageView` and stores a...

This is a cool project. Thanks for releasing it! I am getting an error in typescript.rs:40. I can trigger this with a very simple main.rs: ``` use serde::{Deserialize, Serialize}; use...