full site update

This commit is contained in:
2025-07-24 18:46:24 +02:00
parent bfe2b90d8d
commit 37a6e0ab31
6912 changed files with 540482 additions and 361712 deletions

View File

@@ -1,6 +1,6 @@
/// <reference lib="dom" />
/* eslint-env browser */
/* global document */
const element = document.createElement('i')

View File

@@ -9,20 +9,21 @@
},
"description": "Decode named character references",
"devDependencies": {
"@types/node": "^22.0.0",
"@types/node": "^24.0.0",
"c8": "^10.0.0",
"prettier": "^3.0.0",
"remark-cli": "^12.0.0",
"remark-preset-wooorm": "^11.0.0",
"type-coverage": "^2.0.0",
"typescript": "^5.0.0",
"xo": "^0.60.0"
"xo": "^1.0.0"
},
"exports": {
"deno": "./index.js",
"edge-light": "./index.js",
"react-native": "./index.js",
"worker": "./index.js",
"workerd": "./index.js",
"browser": "./index.dom.js",
"default": "./index.js"
},
@@ -77,11 +78,12 @@
"types#": "to do: next major: remove field",
"types": "index.d.ts",
"type": "module",
"version": "1.1.0",
"version": "1.2.0",
"xo": {
"prettier": true,
"rules": {
"unicorn/prefer-code-point": "off"
}
},
"space": true
}
}