Skip to content

Commit

Permalink
feat(ns-openapi-2): add replace empty elements refractor plugin (#3315)
Browse files Browse the repository at this point in the history
Refs #3097
  • Loading branch information
char0n committed Oct 24, 2023
1 parent 2a068b8 commit ade3a67
Show file tree
Hide file tree
Showing 6 changed files with 751 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/apidom-ns-openapi-2/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ export { default as mediaTypes, OpenAPIMediaTypes } from './media-types';
// eslint-disable-next-line no-restricted-exports
export { default } from './namespace';

export { default as refractorPluginReplaceEmptyElement } from './refractor/plugins/replace-empty-element';

export { default as refract, createRefractor } from './refractor';
export { default as specificationObj } from './refractor/specification';

Expand Down

0 comments on commit ade3a67

Please sign in to comment.