export defaultGetLocalIdent#1423
Conversation
src/utils.js
Outdated
| } | ||
|
|
||
| function defaultGetLocalIdent( | ||
| export function defaultGetLocalIdent( |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
Oh, i see. Will fix it soon
There was a problem hiding this comment.
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