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
cmake-ts now ships as a traditional package and relies on npm to install the dependencies on the target system. There are some issues with this method. To provide compatibility for old Node versions (which is required for a fundamental tool like cmake-ts), the dependencies need to be pinned to old deprecated versions. This is not a sustainable method.
Alternatively, cmake-ts can be bundled, and backward compatibility can be provided through the build tool (Vite, Babel, Parcel, etc.). This means we can use the modern dependencies, but support old Node versions.
The text was updated successfully, but these errors were encountered:
cmake-ts now ships as a traditional package and relies on npm to install the dependencies on the target system. There are some issues with this method. To provide compatibility for old Node versions (which is required for a fundamental tool like cmake-ts), the dependencies need to be pinned to old deprecated versions. This is not a sustainable method.
Alternatively, cmake-ts can be bundled, and backward compatibility can be provided through the build tool (Vite, Babel, Parcel, etc.). This means we can use the modern dependencies, but support old Node versions.
The text was updated successfully, but these errors were encountered: