Skip to content

tools: de-rollup-ify lint-md - #39760

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:de-rollup
Closed

tools: de-rollup-ify lint-md#39760
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:de-rollup

Conversation

@Trott

Copy link
Copy Markdown
Member

The rollup stuff stopped working with the massive remark ecosystem move
to ESM. Rather than try to troubleshoot, simplify things by removing
rollup. It's a great tool for a lot of uses, but less may be more here.

This does mean checking in a node_modules directory so that the linter
runs out-of-the-box, like we do for ESLint.

@nodejs-github-botnodejs-github-bot added build Issues and PRs related to build files or the CI. meta Issues and PRs related to the general management of the project. needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory. labels Aug 13, 2021
@Trott
Trottforce-pushed the de-rollup branch 2 times, most recently from f763a4c to bc25f74CompareAugust 13, 2021 18:24
@aduh95

Copy link
Copy Markdown
Contributor

The number of file change and the diff size makes me hesitant to approve that. Maybe you could give more context on why you think Rollup is no longer the correct tool for our use case, and if you think it's worth someone's time to investigate further the issue.

@Trott
Trottforce-pushed the de-rollup branch 4 times, most recently from 9339363 to 3c1c0c5CompareAugust 22, 2021 04:46
The rollup stuff stopped working with the massive remark ecosystem move
to ESM. Rather than try to troubleshoot, simplify things by removing
rollup. It's a great tool for a lot of uses, but less may be more here.
This does mean checking in a `node_modules` directory so that the linter
runs out-of-the-box, like we do for ESLint.
@TrottTrott closed this Aug 22, 2021
@Trott
Trott deleted the de-rollup branch September 25, 2022 17:10
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

buildIssues and PRs related to build files or the CI.metaIssues and PRs related to the general management of the project.needs-ciPRs that need a full CI run.toolsIssues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@Trott@aduh95@nodejs-github-bot