Boopathi Rajaa
Boopathi Rajaa
This is an unsafe transformation - `fn.length` will change. It's better to have an option `keepFnArgs` which will NOT remove function params and by default fn params will be removed.
I think this can be left open - 1. Remove fn params by default 2. If the user explictely says via an option to keep Fn Params, then don't remove...
Also, + `o.foo` - getters + `instanceof` - `Symbol.hasInstance` + The tricky ones are `a + ""` a.toString is called. So all of arithmetic operators are to be treated as...
any update on this ?
I think most of the solution is already here :smiley: https://github.com/acdlite/flummox-immutable-store Looks like `setState` internally calls `constructor.assignState`, and you can simply override that to match how your Immutable object would...
Looks like the SVG is not passed via svg-loader.
> Still need example for this? @joooika no. The example in the issue description is good. You can take a look at the test cases in that PR - It...
It is probably because of circular references in the Input type definitions. Related to https://github.com/zalando-incubator/graphql-jit/issues/81 .
I think this is solvable in user land as GraphQL JIT does not run the GraphQL validation. We can add error codes for compilation errors - but if the purpose...
babel/babili#162 is merged ..