chore: various optimizations for browser bundles (#309)

This commit is contained in:
Roman Hotsiy
2021-06-09 10:27:05 +03:00
committed by GitHub
parent 49087d7a44
commit 0c92e4e528
56 changed files with 1507 additions and 4078 deletions

View File

@@ -1,6 +1,6 @@
import * as yaml from 'js-yaml';
import { Document, Source } from '../resolve';
import { Oas3RuleSet } from '../lint';
import { Oas3RuleSet } from '../oas-types';
import { RuleConfig, LintConfig, Plugin } from '../config/config';
export function parseYamlToDocument(body: string, absoluteRef: string = ''): Document {