10.0.0
- 5b8205b Use ESM
Learn more about ESM in this guide
// From CommonJS var remarkValidateLinks = require('remark-validate-links') // To ESM import remarkValidateLinks from 'remark-validate-links'
- 889cf54 Add JSDoc based types
- f526b48 Use ESM resolving algorithm
(import and export maps and such are now supported) - 8eb81bb Remove
experimentalModules
option
(they’re now always enables)