You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I was directed to raise this as an issue by @P0lip
I'm attempting to pin a specific version of spectral's OAS ruleset and have it work in both spectral cli and StopLight studio. Previously when importing this into StopLight studio I get an error about the spectral-functions package attempting to be imported when it already exists. Now it displays the following:
Expected behavior
I would like to be able to use a specific version of the OAS ruleset to maintain project uptime in case an update requires changes or a service outage prevents us from reaching npm or other providers.
The text was updated successfully, but these errors were encountered:
Describe the bug
I was directed to raise this as an issue by @P0lip
I'm attempting to pin a specific version of spectral's OAS ruleset and have it work in both spectral cli and StopLight studio. Previously when importing this into StopLight studio I get an error about the spectral-functions package attempting to be imported when it already exists. Now it displays the following:
Module "https://unpkg.com/@stoplight/[email protected]/dist/oas/index.js" that is marked with 'syntheticNamedExports: "__moduleExports"' needs an explicit export named "__moduleExports" that does not reexport an unresolved named export of the same module.
To Reproduce
Import the oas ruleset into your .spectral.yaml file.
Expected behavior
I would like to be able to use a specific version of the OAS ruleset to maintain project uptime in case an update requires changes or a service outage prevents us from reaching npm or other providers.
The text was updated successfully, but these errors were encountered: