wix / stylable

Stylable - CSS for components
https://stylable.io
MIT License
1.26k stars 62 forks source link

refactor(cli)!: make `fs` required in `resolveConfig` function #2913

Closed idoros closed 9 months ago

idoros commented 9 months ago

This PR modifies an internal function argument that was originally intended to be required but was mistakenly set as optional. It is classified as a breaking change because this function is exposed through the @stylable/cli index. However, it's worth noting that this function is undocumented and, in all likelihood, not utilized by external parties outside of the project.