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
* refactor the url-converter logic into the urls/ subdirectory
- doesn't change any code, just moves it
- Done in preparation for the introduction layout-based url handlers
* split ConversionMetadata into ConversionSettings & ProjectConverterInterface
- Settings are now static for a conversion session
- Now passed TO a converter, instead of mixed into each implementation
* add dependency map lookup function
I'd like to go through the files and make type checking more strict, so we can enable more TypeScript checks.
Is that ok with you guys?
The text was updated successfully, but these errors were encountered: