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

[DO NOT MERGE] Add typescript support #3

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

[DO NOT MERGE] Add typescript support #3

wants to merge 2 commits into from

Conversation

timcubb
Copy link

@timcubb timcubb commented Mar 18, 2021

Added typescript support.

The code lives in /src/index.ts and compiles to /dist/index.js.

this branch is compliant with evolv integrations as the package.json has "main": "dist/indes.js" and the compiles javascript exports a function which binds the methods to window.evolv.helpers.

I converted a bunch of code to typescript in index.ts, but still needs a lot of love and interfaces, etc..

@teolisitza @phylliswong @joshua-barnard-evolv

…, handle functions as selectors, and provide better error messages showing which selectors were not found and which variant the error happened in.
@timcubb timcubb marked this pull request as draft March 18, 2021 03:39
@timcubb timcubb changed the title Add typescript support [DO NOT MERGE] Add typescript support Mar 18, 2021
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

Successfully merging this pull request may close these issues.

1 participant