Closed tcarrio closed 4 years ago
I updated it to follow a similar design to your current Node.js commands and also remove containers after the run completes by default.
Caught one last time by trailing whitespace. The touch-ups should be complete now- sorry for the noise.
This was rebased on master. There appears to be an import from qs
now, I wonder if that will break our Deno compatibility here.
As somewhat expected, external libraries breaks the Deno compatibility without some considerable effort. It appears the latest merge from #51 to resolve #6.
Sorry about that; I didn't realize it would break Deno compatibility. I've created a new branch 2.x
from the commit before #51 was merged - could you please retarget your PR on it so I can merge it? After that, I will deal with the qs dependency. Sorry about the inconvenience.
Thanks for branching that out! I'm rebasing the work on the new 2.x branch. Should be up shortly :+1:
I opened #57 which is based on the 2.x branch
Thank you! Closing this one because I've just merged #57
Summary
As suggested in issue #43 , it would be nice to have some kind of automation around the Deno runtime remaining compatible with this library. I have some experience with CI tooling and figured I could help extend the current Travis config.
Details
This provides minimal updates around linting errors (implemented one of the type checking functions using TypeScript type guard syntax and disabled an
any
linting error) as well.