We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ebbd59 commit 3201c8aCopy full SHA for 3201c8a
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "libxml2-wasm",
3
- "version": "0.0.6",
4
- "description": "Bring libxml2 to browsers using WebAssembly",
+ "version": "0.1.0",
+ "description": "WebAssembly-based libxml2 javascript binding",
5
"scripts": {
6
"wasm": "gulp rebuild",
7
"unit": "mocha",
src/index.mts
@@ -16,6 +16,7 @@ export {
16
XmlElement,
17
XmlText,
18
XmlCData,
19
+ NamespaceMap,
20
} from './nodes.mjs';
21
export { default as XmlDocument } from './document.mjs';
22
export { XmlParseError, XmlError } from './libxml2.mjs';
0 commit comments