update deps
This commit is contained in:
5
node_modules/xmlchars/README.md
generated
vendored
5
node_modules/xmlchars/README.md
generated
vendored
@@ -9,15 +9,12 @@ work well for people who cared about code optimization. Importing `xmlchars`
|
||||
meant importing *all* of the library and because of the way the code was
|
||||
generated there was no way to shake the resulting code tree.
|
||||
|
||||
Since version 1.3.0, importing `xmlchars` is deprecated. Instead, you should
|
||||
directly load the file from `xmlchars/lib` that you care about. Even without
|
||||
tree shaking being used, this results in a smaller footprint.
|
||||
|
||||
Different modules cover different standards. At the time this documentation was
|
||||
last updated, we had:
|
||||
|
||||
* `xmlchars/xml/1.0/ed5` which covers XML 1.0 edition 5.
|
||||
* `xmlchars/xml/1.0/ed4` which covers XML 1.0 edition 4.
|
||||
* `xmlchars/xml/1.1/ed2` which covers XML 1.0 edition 2.
|
||||
* `xmlchars/xmlns/1.0/ed3` which covers XML Namespaces 1.0 edition 3.
|
||||
|
||||
## Features
|
||||
|
Reference in New Issue
Block a user