🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
7
node_modules/stringify-entities/lib/constant/dangerous.d.ts
generated
vendored
Normal file
7
node_modules/stringify-entities/lib/constant/dangerous.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/**
|
||||
* List of legacy (that don’t need a trailing `;`) named references which could,
|
||||
* depending on what follows them, turn into a different meaning
|
||||
*
|
||||
* @type {Array<string>}
|
||||
*/
|
||||
export const dangerous: Array<string>
|
||||
16
node_modules/stringify-entities/lib/constant/dangerous.js
generated
vendored
Normal file
16
node_modules/stringify-entities/lib/constant/dangerous.js
generated
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/**
|
||||
* List of legacy (that don’t 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'
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue