-
-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
export defaultGetLocalIdent #1423
Conversation
src/utils.js
Outdated
@@ -324,7 +324,7 @@ function escapeLocalIdent(localident) { | |||
); | |||
} | |||
|
|||
function defaultGetLocalIdent( | |||
export function defaultGetLocalIdent( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should not export it here, we should reexport it from the entry point, i.e. index.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should not export it from utils.js
, we can rename file or move it to another places, just reexport it from index.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, i see. Will fix it soon
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ready for review. Sorry for the previous mess
Codecov Report
@@ Coverage Diff @@
## master #1423 +/- ##
=======================================
Coverage 96.81% 96.81%
=======================================
Files 12 12
Lines 1130 1131 +1
Branches 411 411
=======================================
+ Hits 1094 1095 +1
Misses 27 27
Partials 9 9
Continue to review full report at Codecov.
|
This PR contains a:
Motivation / Use-Case
#1422
Breaking Changes
Additional Info