-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Zacharie Taifour
committed
Jul 1, 2024
1 parent
1216cca
commit 97e5256
Showing
6 changed files
with
5,529 additions
and
6,008 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"use strict";var e=require("./dom");exports.DOMImplementation=e.DOMImplementation,exports.XMLSerializer=e.XMLSerializer,exports.DOMParser=require("./dom-parser").DOMParser; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
'use strict'; | ||
|
||
var dom = require('./dom'); | ||
exports.DOMImplementation = dom.DOMImplementation; | ||
exports.XMLSerializer = dom.XMLSerializer; | ||
exports.DOMParser = require('./dom-parser').DOMParser; |
Oops, something went wrong.