Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Commit 71f2501

Browse files
authored
fix(shared): replace 'jsdom' with 'linkedom' to prevent the parser from crashing for memory allocation failure (#859)
1 parent 027d3af commit 71f2501

File tree

64 files changed

+249
-138
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+249
-138
lines changed

.dockerignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ __mocks__
66
node_modules
77
docker
88
!docker/guardoni/guardoni.config.json
9-
#.yarn/cache
9+
#.yarn/cache
10+
**/__tests__
11+
**/fixtures

.vscode/launch.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,33 @@
2929
},
3030
"args": ["."],
3131
"outputCapture": "std"
32+
},
33+
{
34+
"type": "node",
35+
"request": "attach",
36+
"name": "Attach to yt:server:watch (yt:watch)",
37+
"protocol": "inspector",
38+
"port": 4320,
39+
"restart": true,
40+
"cwd": "${workspaceRoot}/platforms/yttrex/backend"
41+
},
42+
{
43+
"type": "node",
44+
"request": "attach",
45+
"name": "Attach to yt:parserv:watch",
46+
"protocol": "inspector",
47+
"port": 4321,
48+
"restart": true,
49+
"cwd": "${workspaceRoot}/platforms/yttrex/backend"
50+
},
51+
{
52+
"type": "node",
53+
"request": "attach",
54+
"name": "Attach to yt:leaveserv:watch",
55+
"protocol": "inspector",
56+
"port": 4322,
57+
"restart": true,
58+
"cwd": "${workspaceRoot}/platforms/yttrex/backend"
3259
}
3360
]
3461
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)