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

The number of constructor arguments in the derived class t must be >= than the number of constructor arguments of its base class. #35

Open
Eljoy opened this issue Jul 28, 2020 · 4 comments

Comments

@Eljoy
Copy link

Eljoy commented Jul 28, 2020

Having issue while building:

npx react-native bundle --entry-file=index.js --bundle-output='./bundle.js' --dev=false --platform='android' --assets-dest='./android' --reset-cache --verbose

The number of constructor arguments in the derived class t must be >= than the number of constructor arguments of its base class.

Probably due to the old javascript-obfuscator dependency? can it be updated ?

@aureliopetrone
Copy link

Same issue!

@sanex3339
Copy link
Member

@ds300 ping

@quantjamespecutus
Copy link

Same issue here due to dependency on old javascript-obfuscator version

javascript-obfuscator/javascript-obfuscator#452

@TowhidKashem
Copy link

I had the same issue, eventually just restructured my project to have a src directory where I put all the files I wanted to be obsfucated. That's where the lib looks by default so you can ommit the filter field if your only use case is to define a custom path. This doesn't solve your issue if you have more complex needs tho..

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

5 participants