forked from loafle/openapi-generator-original
Use correct relative paths (#4677)
This commit is contained in:
parent
d8c469c19d
commit
5116163bfb
@ -1,8 +1,8 @@
|
|||||||
import _classCallCheck from "/Users/akihito1/src/github.com/ackintosh/openapi-generator-1/samples/client/petstore/javascript-flowtyped/node_modules/@babel/runtime/helpers/esm/classCallCheck";
|
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
||||||
import _possibleConstructorReturn from "/Users/akihito1/src/github.com/ackintosh/openapi-generator-1/samples/client/petstore/javascript-flowtyped/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn";
|
import _possibleConstructorReturn from "@babel/runtime/helpers/esm/possibleConstructorReturn";
|
||||||
import _getPrototypeOf from "/Users/akihito1/src/github.com/ackintosh/openapi-generator-1/samples/client/petstore/javascript-flowtyped/node_modules/@babel/runtime/helpers/esm/getPrototypeOf";
|
import _getPrototypeOf from "@babel/runtime/helpers/esm/getPrototypeOf";
|
||||||
import _inherits from "/Users/akihito1/src/github.com/ackintosh/openapi-generator-1/samples/client/petstore/javascript-flowtyped/node_modules/@babel/runtime/helpers/esm/inherits";
|
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
||||||
import _wrapNativeSuper from "/Users/akihito1/src/github.com/ackintosh/openapi-generator-1/samples/client/petstore/javascript-flowtyped/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper";
|
import _wrapNativeSuper from "@babel/runtime/helpers/esm/wrapNativeSuper";
|
||||||
|
|
||||||
/* eslint-disable no-use-before-define */
|
/* eslint-disable no-use-before-define */
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import _classCallCheck from "/Users/akihito1/src/github.com/ackintosh/openapi-generator-1/samples/client/petstore/javascript-flowtyped/node_modules/@babel/runtime/helpers/esm/classCallCheck";
|
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* OpenAPI Petstore
|
* OpenAPI Petstore
|
||||||
|
Loading…
x
Reference in New Issue
Block a user