Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update origin master #8

Merged
merged 301 commits into from
Dec 4, 2023
Merged

Conversation

lheberlie
Copy link
Collaborator

No description provided.

renovate bot and others added 30 commits November 6, 2022 07:25
I accidentally removed this in 41ac861, resulting in much breakage.
If you have two HTML fragments, f1 and f2, and both fragments contain `<h2>text</h2>`, diffable-html arbitrarily adds and removes whitespace within the `<h2>` based on the surrounding context. That makes it useless for our purposes.

Prettier's behavior appears to be much more consistent.
…cher

Previously, differences in indentation and empty lines could incorrectly prevent a match.
hegemonic and others added 27 commits November 10, 2023 20:22
We now use workspaces, so there's no need.
These changes enable templates to use the logging functions even if they're not installed in the same `node_modules` directory as JSDoc.

Includes API changes to various modules and functions that didn't have access to the dependency object. Most notably, you now call a function to retrieve tag definitions, rather than just using an exported object as-is.
We only call `addNodeProperties()` once, so there's no need to confirm that we haven't called it already. The extra checks before defining the properties caused v8 deoptimizations.
Workaround for tschaub/mock-fs#377, which causes `fs.readFileSync()` to fail on Node.js >=20.5.0.

Fixes jsdoc#2097.
@lheberlie lheberlie merged commit 1fe2335 into master Dec 4, 2023
8 checks passed
@lheberlie lheberlie deleted the update-origin-master-from-origin-upstream branch December 4, 2023 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants