We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516e935 commit 4198ac6Copy full SHA for 4198ac6
src/helpers/documentParser.ts
@@ -4,7 +4,7 @@
4
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
5
*/
6
import { resolveSchemaName, parseTypes } from '.';
7
-import { OPEN_API_OPERATIONS } from '../const/index';
+import { OPEN_API_OPERATIONS } from '../const/index.js';
8
import { DataObject, Path } from '../types';
9
10
export function parseDocument(data: DataObject) {
0 commit comments