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

Compatibility with Cloudant backend #122

Open
4 of 9 tasks
benel opened this issue Jun 9, 2023 · 0 comments
Open
4 of 9 tasks

Compatibility with Cloudant backend #122

benel opened this issue Jun 9, 2023 · 0 comments

Comments

@benel
Copy link
Member

benel commented Jun 9, 2023

Cloudant is a CouchDB-based service hosted by IBM. It provides a 1 Gb free tier.

Backend source will be compatible with Cloudant when:

  • syntax is compatible with ES5
    • transpiled by Babel
    • on push
  • language functions created after ES5 are polyfilled or replaced
    • uniqueness got by reduce instead of by Set
    • String.prototype.matchAll is polyfilled
    • Array.prototype.includes is polyfilled (doesn't seem to work for now)
      • replaced with a vanilla function (includes(_, _))
  • authorization should be adapted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant