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
The rewrite in #300 caused many previously-exported types to no longer be exported. These types are important when trying to work with customizations to the library.
The two types that are most relevant to my work are JSONSchema and FileInfo. JSONSchema is important for naming inputs and outputs to several $RefParser methods, and FileInfo is needed to safely write custom parser plugins as exposed by $RefParser
The text was updated successfully, but these errors were encountered:
The rewrite in #300 caused many previously-exported types to no longer be exported. These types are important when trying to work with customizations to the library.
The two types that are most relevant to my work are
JSONSchema
andFileInfo
.JSONSchema
is important for naming inputs and outputs to several$RefParser
methods, andFileInfo
is needed to safely write custom parser plugins as exposed by$RefParser
The text was updated successfully, but these errors were encountered: