Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/melonjs/melonJS
/ xml
Function
xml
packages/melonjs/tests/xml.spec.js:4–6 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
2
import
{ xmlToObject } from
"../src/utils/xml.ts"
;
3
4
function
xml(str) {
5
return
new
DOMParser().parseFromString(str,
"text/xml"
).documentElement;
6
}
7
8
describe(
"xmlToObject"
, () => {
9
// --- attributes ---
Callers
1
xml.spec.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected