clangd/.github/actions/pick/node_modules/axios/lib/helpers
Kirill Bobyrev 504e724a5b
Install action dependencies directly into node_modules
This allows skipping `npm install` step in the workflow and enables
other projects to use the step without copying/cloning the code.

https://docs.github.com/en/free-pro-team@latest/actions/creating-actions/creating-a-javascript-action#commit-tag-and-push-your-action-to-github
2020-10-02 12:49:40 +02:00
..
bind.js Install action dependencies directly into node_modules 2020-10-02 12:49:40 +02:00
btoa.js Install action dependencies directly into node_modules 2020-10-02 12:49:40 +02:00
buildURL.js Install action dependencies directly into node_modules 2020-10-02 12:49:40 +02:00
combineURLs.js Install action dependencies directly into node_modules 2020-10-02 12:49:40 +02:00
cookies.js Install action dependencies directly into node_modules 2020-10-02 12:49:40 +02:00
deprecatedMethod.js Install action dependencies directly into node_modules 2020-10-02 12:49:40 +02:00
isAbsoluteURL.js Install action dependencies directly into node_modules 2020-10-02 12:49:40 +02:00
isURLSameOrigin.js Install action dependencies directly into node_modules 2020-10-02 12:49:40 +02:00
normalizeHeaderName.js Install action dependencies directly into node_modules 2020-10-02 12:49:40 +02:00
parseHeaders.js Install action dependencies directly into node_modules 2020-10-02 12:49:40 +02:00
README.md Install action dependencies directly into node_modules 2020-10-02 12:49:40 +02:00
spread.js Install action dependencies directly into node_modules 2020-10-02 12:49:40 +02:00

axios // helpers

The modules found in helpers/ should be generic modules that are not specific to the domain logic of axios. These modules could theoretically be published to npm on their own and consumed by other modules or apps. Some examples of generic modules are things like:

  • Browser polyfills
  • Managing cookies
  • Parsing HTTP headers