🎉 initiate project *astro_rewrite*

This commit is contained in:
sindrekjelsrud 2023-07-19 21:31:30 +02:00
parent ffd4d5e86c
commit 2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions

35
node_modules/character-reference-invalid/index.js generated vendored Normal file
View file

@ -0,0 +1,35 @@
/**
* Map of invalid numeric character references to their replacements, according to HTML.
*
* @type {Record<number, string>}
*/
export const characterReferenceInvalid = {
0: '<27>',
128: '€',
130: '',
131: 'ƒ',
132: '„',
133: '…',
134: '†',
135: '‡',
136: 'ˆ',
137: '‰',
138: 'Š',
139: '',
140: 'Œ',
142: 'Ž',
145: '',
146: '',
147: '“',
148: '”',
149: '•',
150: '',
151: '—',
152: '˜',
153: '™',
154: 'š',
155: '',
156: 'œ',
158: 'ž',
159: 'Ÿ'
}