Tobe Osakwe
Tobe Osakwe
@luanpotter Have you tested this on Windows?
I have a Windows machine available. I can test this PR out some time this week.
Were there any other endpoints that use date-based paging?
I've had success just `wget`ting the `phaser.d.ts` file into my project root, and then TypeScript picks it up automatically. It might seem "really manual," but IMO it's a lot less...
AFAIK you don't need the `/// ref` anymore.
Download it into your project root, like mentioned above, not `node_modules`. That for sure works.
I've run into this several times. In these cases, typically I'll have a `shared/` package, and a `shared/shared.dart` that will export some files from `shared/src`/. I'll then get the aforementioned...
Work is done in this branch: https://github.com/thosakwe/build/tree/run-dill
After the current PR, I'd be more than willing to help out here as well.