Closed darcyparker closed 7 years ago
any reason you closed #28 and opened this PR against the same branch?
Sorry about closing #28. It was a bad idea in retrospect. I rebased... and resubmitted.
Similar to https://github.com/Esri/Terraformer/pull/299, I did not use 'node' as version in .travis.yml
.
no need to apologize for the closed PR 😄
i just wanted to make sure that you know we don't expect perfection initially and that we commonly commit and discuss (and rebase/squash afterward if we're feeling industrious) all in the original location.
very cool. thanks again!
I was having some problems with merging the
.d.ts
for WKT andterraformer
's latest.d.ts
. After fixing some issues here: https://github.com/Esri/Terraformer/pull/298 and seeing them merged, I made some similar updates here for WKT.Run
npm run test:ts
, which now runstslint
, buildstest.ts
and runs the builttest.js
to verify.