Skip to content

Commit

Permalink
async ref parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Nov 29, 2019
1 parent c5a4f6c commit fc27c2c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
2 changes: 1 addition & 1 deletion src/framework/index.ts
@@ -1,7 +1,7 @@
import * as fs from 'fs';
import * as jsYaml from 'js-yaml';
import * as path from 'path';
import { $RefParser } from './json.ref.schema';
import * as $RefParser from 'json-schema-ref-parser';
import { OpenAPISchemaValidator } from './openapi.schema.validator';
import { BasePath } from './base.path';
import {
Expand Down
3 changes: 1 addition & 2 deletions src/framework/json.ref.schema.ts
@@ -1,2 +1 @@
import * as RefParser from 'json-schema-ref-parser';
export const $RefParser = RefParser;

21 changes: 0 additions & 21 deletions src/framework/json.ref.schema.ts.del

This file was deleted.

0 comments on commit fc27c2c

Please sign in to comment.