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

Update lodash #9

Open
smremde opened this issue Jan 3, 2017 · 1 comment
Open

Update lodash #9

smremde opened this issue Jan 3, 2017 · 1 comment

Comments

@smremde
Copy link

smremde commented Jan 3, 2017

Can we have a lodash update?

I can of course import my own, which works fine in the world, but in simulation (on the latest copy of chrome, at least, it does not work.

_.js contains a copy of 4.17.2

main.js:

var _ = require('_')
console.log(_.VERSION);

module.exports.loop = function () {
   console.log(_.VERSION);
}

output in world:

4.17.2
4.17.2

output in simulation:

4.17.2
3.10.1

@daboross
Copy link
Contributor

This would be a large breaking change, I believe the developers have stated they would only introduce this once they added the ability to specify a different API version from within the script to use.

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

No branches or pull requests

2 participants