Closed frederickfogerty closed 9 years ago
The declaration of var arguments causes a build error because it is a strict violation.
var arguments
https://github.com/omniscientjs/immstruct/blob/master/src/structure.js#L453
Module build failed: SyntaxError: /Users/frederickf/Programming/react-d3/node_modules/immstruct/src/structure.js: Binding arguments in strict mode (260:6)
@frederickfogerty Mind sending PR?
Sure, can do.
Done, I'm loving this repo btw! And I somehow made a PR on my own fork as well (-‸ლ)
The declaration of
var arguments
causes a build error because it is a strict violation.https://github.com/omniscientjs/immstruct/blob/master/src/structure.js#L453
Module build failed: SyntaxError: /Users/frederickf/Programming/react-d3/node_modules/immstruct/src/structure.js: Binding arguments in strict mode (260:6)