forked from jsdoc/jsdoc
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I accidentally removed this in 41ac861, resulting in much breakage.
- @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - [email protected]
- @jsdoc/[email protected] - @jsdoc/[email protected] - [email protected]
- @jsdoc/[email protected]
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.
- @jsdoc/[email protected]
…cher Previously, differences in indentation and empty lines could incorrectly prevent a match.
- @jsdoc/[email protected]
…op listening for events
We now use workspaces, so there's no need.
- [email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected]
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.
- [email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected]
- [email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected]
…n` file; enable Prettier; fix linter issues
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.
- [email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected] - @jsdoc/[email protected]
Workaround for tschaub/mock-fs#377, which causes `fs.readFileSync()` to fail on Node.js >=20.5.0. Fixes jsdoc#2097.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.