Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix NPM build for Typescript-fetch #3403

Merged
merged 6 commits into from
Aug 6, 2019
Merged

Commits on Jul 9, 2019

  1. -Fix bug in fetch -> Missing "runtime"

    -Move fetch files to an "src" folder instead of doing everything at the root which removes the bugs when using the library itself
    -Fix the distribution of fetch using npm
    JFCote committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    c9a4b60 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. Merge branch 'master' into fix-to-typescript-fetch

    # Conflicts:
    #	modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/TypeScriptFetchClientCodegen.java
    #	samples/client/petstore/typescript-fetch/builds/multiple-parameters/models/Category.ts
    #	samples/client/petstore/typescript-fetch/builds/multiple-parameters/models/ModelApiResponse.ts
    #	samples/client/petstore/typescript-fetch/builds/multiple-parameters/models/Tag.ts
    JFCote committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    b585841 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ea2593 View commit details
    Browse the repository at this point in the history
  3. Add missing mustache

    JFCote committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    8a6ad76 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Configuration menu
    Copy the full SHA
    e558dc8 View commit details
    Browse the repository at this point in the history
  2. Add missing .npmignore

    JFCote committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    8434df8 View commit details
    Browse the repository at this point in the history