mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-04 12:20:19 +03:00
chore: improve after review
This commit is contained in:
parent
dd0a6cbf4f
commit
2a737ccc23
|
@ -21,7 +21,6 @@ export class OpenAPIParser {
|
|||
specUrl?: string;
|
||||
spec: OpenAPISpec;
|
||||
|
||||
// private _refCounter: RefCounter = new RefCounter();
|
||||
private readonly allowMergeRefs: boolean = false;
|
||||
|
||||
constructor(
|
||||
|
|
|
@ -636,6 +636,8 @@ export const shortenHTTPVerb = verb =>
|
|||
export function isRedocExtension(key: string): boolean {
|
||||
const redocExtensions = {
|
||||
'x-circular-ref': true,
|
||||
'x-parentRefs': true,
|
||||
'x-refsStack': true,
|
||||
'x-code-samples': true, // deprecated
|
||||
'x-codeSamples': true,
|
||||
'x-displayName': true,
|
||||
|
|
Loading…
Reference in New Issue
Block a user