Use correct relative paths (#4677)

This commit is contained in:
Daniel Ruf 2019-12-09 08:15:42 +01:00 committed by William Cheng
parent d8c469c19d
commit 5116163bfb
2 changed files with 6 additions and 6 deletions

View File

@ -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 */

View File

@ -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