Jack Guy
Jack Guy
I got this working! Here's my `.nycrc` ```json { "extension": [ ".ts", ".tsx" ], "include": ["src/**/*.ts"], "reporter": [ "text", "html" ], "cache": true, "sourceMap": false, "instrument": false } ``` Then...
Yeah @andywer, it seems I spoke too soon. I got it to run test coverage for all of my files once, somehow, but never again after that. I've been looking...
Hmm, here's my nyc config now: ```json { "include": [ "src/**/*.ts" ], "exclude": [ "**/*.d.ts" ], "extension": [ ".ts" ], "require": [ "ts-node/register" ], "reporter": [ "html", "text" ], "sourceMap":...
@sigmasoldi3r Ava supports .ts files now (and coverage reports are working for me too).
Unfortunately it occurs with and without `nyc`, @andywer. Can I see your `tsconfig.json`? I also wonder if it could be related to my using Observable-based tests.
I have some interest in chipping in but none of the branches I've checked out are compiling right now. What exactly is the state of repo's code?
Are you looking for help with implementation @SchoofsKelvin? I might be able to chip in.
I find it to be roughly equivalent effort for one map, but when you're reusing tiles I think the collision editor is very helpful. Especially when the collisions have curves...
Is an eventual merge with Pixi a possibility?
I haven't used Pixi since v2 so that was news to me. :) Keep up the good work.