Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell-config-lib/dist/defaultNext.js
export const defaultNextDeserializer = (content) => {
throw new Error(`Unable to parse config file: "${content.url}"`);
};
export const defaultNextSerializer = (file) => {
throw new Error(`Unable to serialize config file: "${file.url}"`);
};
//# sourceMappingURL=defaultNext.js.map