UNPKG

stylelint

Version:

A mighty CSS linter that helps you avoid errors and enforce conventions.

19 lines (14 loc) 993 B
// NOTICE: This file is generated by Rollup. To modify it, // please instead edit the ESM counterpart and rebuild with Rollup (npm run build). 'use strict'; const node_module = require('node:module'); var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null; const require$1 = node_module.createRequire((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('lib/utils/mathMLTags.cjs', document.baseURI).href))); // TODO: mathml-tag-names v3 is a pure ESM package, // so we cannot update it while supporting both ESM and CommonJS. // // In addition, mathml-tag-names v2 provides only a JSON file, // so ESM cannot import it (raises the "ERR_IMPORT_ASSERTION_TYPE_MISSING" error). /** @type {string[]} */ const mathMLTags = require$1('mathml-tag-names/index.json'); module.exports = mathMLTags;