-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
tools: strange workaround in doctools #20685
Copy link
Copy link
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.questionIssues that look for answers.Issues that look for answers.toolsIssues and PRs related to the tools directory.Issues and PRs related to the tools directory.
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.questionIssues that look for answers.Issues that look for answers.toolsIssues and PRs related to the tools directory.Issues and PRs related to the tools directory.
tools/doc/package.jsonrequires"js-yaml": "^3.5.2":node/tools/doc/package.json
Line 13 in 6fd8022
tools/doc/node_modules/js-yamlcontains only dummyindex.jswith reexport ofjs-yamlfrom ESLint dependency (so the version from the above-mentioned requirement cannot be checked anyway?):node/tools/doc/node_modules/js-yaml/index.js
Lines 8 to 14 in 6fd8022
Why not delete
js-yamlfromtools/doc/package.json, then deletetools/doc/node_modules/js-yamland then requirejs-yamlstraight from the ESLint dependency? It is only required here:node/tools/doc/common.js
Line 3 in 20509eb