Files
JiboViteDocs/node_modules/stringify-entities/lib/constant/dangerous.js

17 lines
290 B
JavaScript
Raw Normal View History

2026-05-03 12:12:57 -04:00
/**
* List of legacy (that dont need a trailing `;`) named references which could,
* depending on what follows them, turn into a different meaning
*
* @type {Array<string>}
*/
export const dangerous = [
'cent',
'copy',
'divide',
'gt',
'lt',
'not',
'para',
'times'
]