javascript-obfuscator / javascript-obfuscator/react-native-obfuscating-transformer
The number of constructor arguments in the derived class t must be >= than the number of constructor arguments of its base class.
- Dominant language
- TypeScript
- Stars
- 211
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
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 ?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the failure with the reported npx react-native bundle command and inspect the project's javascript-obfuscator dependency. Check whether updating that dependency resolves the constructor-argument error, with a successful Android bundle build as the completion criterion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native, typescript
- Domain
- build-system, mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100