ckeditor5-dev
ckeditor5-dev copied to clipboard
Added validateLicenseFiles
🚀 Summary
Added validateLicenseFiles()
💡 Additional information
Still needs unit tests and some polishing.
Please, merge/rebase:
Upsides of import-meta-resolve over native import.meta.resolve:
- Can be mocked in vitest (See: https://github.com/vitest-dev/vitest/issues/6953)
- Does not require the
--experimental-import-meta-resolveflag
Requires: https://github.com/ckeditor/ckeditor5-dev/pull/1231