removed isomorphic-fetch typing dependency#6894
Conversation
|
@kenisteward, i regenerated the samples + security samples, but they did not change the generated files. |
|
I'll look at it again but if you took out dependencies then at the very
least those dependencies should not show in the new samples. On my phone
atm
…On Mon, Nov 6, 2017, 4:09 PM Jeffrey Slort ***@***.***> wrote:
@kenisteward <https://github.com/kenisteward>, i regenerated the samples
+ security samples, but they did not change the generated files.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6894 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMPLtWphtNUVyOjuF_W1YjxpVpwpPMkDks5sz3WEgaJpZM4QTwNx>
.
|
|
The samples has not been updated and I've done it via another branch waiting for the CI results. |
|
@wing328 thanks |
|
I updated the TS Fetch sample and got some errors: Ref: https://travis-ci.org/swagger-api/swagger-codegen/builds/301200047 Can you guys please take a look when you've time? |
|
@jeff-99 are you able to reproduce the error I mentioned above? |
|
@wing328, sorry for the late response, but i can't seem to reproduce the errors. and in the samples directories( samples/client/petstore/typescript-fetch/builds/*) i ran the "npm install" and "npm build" commands. I did the same within: samples/client/petstore/typescript-fetch/tests/default. Is this the correct way of testing ? output of npm install in samples/client/petstore/typescript-fetch/tests/default |
|
@jeff-99 After you ran I tried again and found some updates to the Petstore samples: 29e00c5 and the CI job again failed with the same error: https://travis-ci.org/swagger-api/swagger-codegen/builds/314844531 |
12d68e7 to
88c17d7
Compare
|
I did another test with the latest PR and got the following errors: I would suggest you create a new PR based on the latest master. |
1411c40 to
6c6850a
Compare
|
Hi @wing328, |
|
@jeff-99 ok. I'll test it again and let you know if I need any help. |
|
Test results look good. Thanks again for the PR. |
@wing328, @TiFu, @taxpon, @sebastianhaas, @kenisteward, @Vrolijkx
after merging #6739 the devDependency to isomorphic-fetch types is no longer necessary.
plus I removed the "postinstall" npm command. The postinstall command required typescript + node types to be project dependencies insteadof devDependencies.