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

refactor: typos #4922

Merged
merged 2 commits into from
Feb 1, 2019
Merged

refactor: typos #4922

merged 2 commits into from
Feb 1, 2019

Conversation

manniL
Copy link
Member

@manniL manniL commented Feb 1, 2019

The continuation of #4904

@manniL manniL requested review from clarkdo and pi0 February 1, 2019 11:16
@codecov-io
Copy link

codecov-io commented Feb 1, 2019

Codecov Report

Merging #4922 into dev will decrease coverage by 0.15%.
The diff coverage is 57.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev    #4922      +/-   ##
==========================================
- Coverage   91.87%   91.71%   -0.16%     
==========================================
  Files          73       73              
  Lines        2412     2414       +2     
  Branches      593      594       +1     
==========================================
- Hits         2216     2214       -2     
- Misses        178      182       +4     
  Partials       18       18
Impacted Files Coverage Δ
packages/builder/src/builder.js 88.98% <50%> (ø) ⬆️
packages/core/src/resolver.js 98.43% <66.66%> (-1.57%) ⬇️
packages/vue-renderer/src/renderer.js 94.56% <0%> (-1.64%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fb13b41...c03f119. Read the comment docs.

@@ -111,7 +111,7 @@ export default class Resolver {
throw new Error(`Cannot resolve "${path}" from "${resolvedPath}"`)
}

requireModule(path, { esm, useESM = esm, alias, isAlias = alias, intropDefault } = {}) {
requireModule(path, { esm, useESM = esm, alias, isAlias = alias, intropDefault, interopDefault = intropDefault } = {}) {
Copy link
Member

Choose a reason for hiding this comment

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

interopDefault = intropDefault ?

Copy link
Member Author

@manniL manniL Feb 1, 2019

Choose a reason for hiding this comment

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

@pi0 to avoid breaking changes, same as isAlias = alias and so on

Copy link
Member Author

Choose a reason for hiding this comment

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

Will add a warning, 1 sec

Copy link
Member

Choose a reason for hiding this comment

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

I don't think anybody uses them. Should be fine as not documented. Anyway let's keep it :)

pi0
pi0 previously approved these changes Feb 1, 2019
@pi0 pi0 merged commit 569b6aa into dev Feb 1, 2019
@pi0 pi0 deleted the refactor/typo branch February 1, 2019 13:08
@pi0 pi0 mentioned this pull request Mar 14, 2019
@danielroe danielroe added the 2.x label Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants