File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
ruleset-bundler/src/plugins/__tests__ Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import {
1313 Options as UnreferencedReusableObjectOptions ,
1414} from './unreferencedReusableObject' ;
1515import { default as xor , Options as XorOptions } from './xor' ;
16+ import { default as or , Options as OrOptions } from './or' ;
1617
1718export {
1819 alphabetical ,
@@ -27,6 +28,7 @@ export {
2728 undefined ,
2829 unreferencedReusableObject ,
2930 xor ,
31+ or ,
3032} ;
3133
3234export type {
@@ -38,4 +40,5 @@ export type {
3840 SchemaOptions ,
3941 UnreferencedReusableObjectOptions ,
4042 XorOptions ,
43+ OrOptions ,
4144} ;
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ const truthy = globalThis[Symbol.for('@stoplight-spectral/builtins')]['822928'][
7272const undefined$1 = globalThis[Symbol.for('@stoplight-spectral/builtins')]['822928']['@stoplight/spectral-functions']['undefined'];
7373const unreferencedReusableObject = globalThis[Symbol.for('@stoplight-spectral/builtins')]['822928']['@stoplight/spectral-functions']['unreferencedReusableObject'];
7474const xor = globalThis[Symbol.for('@stoplight-spectral/builtins')]['822928']['@stoplight/spectral-functions']['xor'];
75+ const or = globalThis[Symbol.for('@stoplight-spectral/builtins')]['822928']['@stoplight/spectral-functions']['or'];
7576
7677const oas = globalThis[Symbol.for('@stoplight-spectral/builtins')]['822928']['@stoplight/spectral-rulesets']['oas'];
7778const asyncapi = globalThis[Symbol.for('@stoplight-spectral/builtins')]['822928']['@stoplight/spectral-rulesets']['asyncapi'];
You can’t perform that action at this time.
0 commit comments