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

docs(commonjs): Fix declaration tag @default for ignoreTryCatch + fix some typos #1370

Merged
merged 1 commit into from Dec 7, 2022
Merged

Conversation

ClementValot
Copy link
Contributor

Rollup Plugin Name: commonjs

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

If yes, then include "BREAKING CHANGES:" in the first commit message body, followed by a description of what is breaking.

List any relevant issue numbers:

Description

@@ -109,17 +109,17 @@ interface RollupCommonJSOptions {
* they should be left unconverted as it requires an optional dependency
* that may or may not be installed beside the rolled up package.
* Due to the conversion of `require` to a static `import` - the call is
* hoisted to the top of the file, outside of the `try-catch` clause.
* hoisted to the top of the file, outside the `try-catch` clause.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not really a typo but, sure

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is picked up by Webstorm's LanguageTool and as such was underlined as a typo

Copy link
Collaborator

@shellscape shellscape left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a friendly note that I generally advise folks to avoid editorializing for docs edits. grammatical edits where there isn't a prior error falls into that. but this also fixes a docs issue, so nbd.

@ClementValot ClementValot changed the title Fix declaration tag @default for ignoreTryCatch + fix some typos doc(commonjs): Fix declaration tag @default for ignoreTryCatch + fix some typos Dec 7, 2022
@ClementValot
Copy link
Contributor Author

Fixed the PR title

@ClementValot ClementValot changed the title doc(commonjs): Fix declaration tag @default for ignoreTryCatch + fix some typos docs(commonjs): Fix declaration tag @default for ignoreTryCatch + fix some typos Dec 7, 2022
@shellscape shellscape merged commit a47c153 into rollup:master Dec 7, 2022
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.

None yet

2 participants