Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Convert expiring map to JS * Conver option list to TypeScript * Fix ESM plugin loading This doesn’t seem to actually have any side-effects but typescript has revealed possible issues here * Convert plugin loading to typescript * Convert config loading to typescript * Convert sorting code to typescript * Convert utils to typescript * Add types * Convert main file to typescript * wip * Make package type: module * Switch to vitest * Update lockfile * Run fixture tests concurrently * Use tsup for building dts files Can’t use it to bundle just yet * Bump test timeout * Use Node 18 in CI * Use Node v22 in CI Worth seeing if it makes things faster * Remove expired data from maps to prevent memory leaks * Update comments * Remove comments Probably isn’t any reason for this actually * Add better types to `prefixCandidate`
- Loading branch information