-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
docs(guides): change var to let and move lodash under dependencies #2409
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
Conversation
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.
// Lodash, now imported by this script
Remove this comment, in this case it is not necessary anymore, as everybody can see that it is imported.
@@ -148,7 +148,7 @@ __src/index.js__ | |||
+ import _ from 'lodash'; | |||
+ | |||
function component() { | |||
var element = document.createElement('div'); | |||
let element = document.createElement('div'); | |||
|
|||
- // Lodash, currently included via a script, is required for this line to work | |||
+ // Lodash, now imported by this script |
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.
Remove this comment completely.
@sudarsangp Please sign CLA. |
@montogeek signed already |
Thanks! |
No description provided.