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

Fix circular dependencies in the i18n module #7495

Merged
merged 2 commits into from Jan 26, 2021

Conversation

budnix
Copy link
Member

@budnix budnix commented Jan 26, 2021

Context

The PR fixes circular dependencies which can be found in the i18n module.

Additionally, the PR fixes the code formatting by splitting the summary exports into export assigned to particular functions. This prevents jumping between function declaration or so, and exports.

Rollup report:
image

Moreover, the PR fixes an issue that would show up after the update eslint. This happens in the monorepo project (eslint error).

How has this been tested?

I tested distribution files with Rollup and Webpack.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature or improvement (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Additional language file or change to the existing one (translations)

Checklist:

  • My code follows the code style of this project,
  • My change requires a change to the documentation.

Additionally, the commit fixes the code formatting by splitting the
summary exports into export assigned to particular functions. This
prevents jumping between function declaration or so and exports.
@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 9802e4a:

Sandbox Source
vanilla-handsontable-pr Configuration
vue-handsontable-pr Configuration
react-handsontable-pr Configuration
angular-handsontable-pr Configuration

@budnix budnix merged commit 98e9ba8 into develop Jan 26, 2021
@budnix budnix deleted the feature/fix-no-self-import branch January 26, 2021 12:49
budnix added a commit that referenced this pull request Jan 26, 2021
The PR fixes circular dependencies which can be found in the i18n module.

Additionally, the PR fixes the code formatting by splitting the summary exports
into export assigned to particular functions. This prevents jumping between
function declaration or so, and exports.

Moreover, the PR fixes an issue that would show up after the update eslint.
This happens in the monorepo project.
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