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

Refactored module exports; #5162

Merged
merged 5 commits into from Oct 30, 2022
Merged

Commits on Oct 19, 2022

  1. Refactored build pipeline;

    Added module exports tests;
    Added missing ESM export for parity with Axios factory;
    Added `toFormData`, `formToJSON`, `isAxiosError`, `spread`, `isCancel`, `all` as named export to `index.d.ts`;
    DigitalBrainJS committed Oct 19, 2022
    Copy the full SHA
    c5843ea View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Added ESM entry test;

    DigitalBrainJS committed Oct 20, 2022
    Copy the full SHA
    8e46285 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Copy the full SHA
    d98854f View commit details
    Browse the repository at this point in the history
  2. Added TypeScript importing test;

    Added missed `CanceledError` & `AxiosHeaders` to `AxiosStatic` interface;
    DigitalBrainJS committed Oct 21, 2022
    Copy the full SHA
    5131956 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    785c122 View commit details
    Browse the repository at this point in the history