LinusU / LinusU/secure-remote-password
Doesn't parse in iOS 8
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 110
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
The code doesn't load in iOS due to the use of the `const` keyword. The package has to be run through babel first. I'm pretty sure there's some trick others are using to solve this, like publishing to npm with a version of the app run through babel in it.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the package entry points and any Babel or npm publishing configuration; the issue does not name specific files or tests. Confirm the published package can load in iOS 8 without requiring consumers to transpile it themselves.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, javascript
- Domain
- build-system, mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100