8409b65153
`normalizeMethodName` reflectively accessed the RequestMethod enum. With a smart optimizer, properties from the enum could be removed or renamed, and so user code just passing in e.g. 'PATCH' might not work. This change fixes the code to be more explicit and avoids the optimizer issue. |
||
---|---|---|
.. | ||
src | ||
test | ||
testing | ||
index.ts | ||
package.json | ||
rollup-testing.config.js | ||
rollup.config.js | ||
tsconfig-build.json | ||
tsconfig-testing.json |