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

chore: move index.js into src and TS-ify #6049

Merged
merged 1 commit into from Jun 19, 2020
Merged

Commits on Jun 19, 2020

  1. chore: move index.js into src and TS-ify

    It was causing some infra issues when trying to migrate tests to
    TypeScript (that's WIP in another branch that I'll have up soon). It's
    unusual to have the entire src in TS except for the main file, which
    then reaches into the compiled `lib` directory for the files it needs.
    
    Much better is to move the entry point into TypeScript itself and update
    the `main` entry in our `package.json` to point to the compiled output.
    
    This also has the advantange of hooking up all the TS type defs that we
    are shipping and will make that process easier too, along with making it
    easier to port our tests to TypeScript.
    jackfranklin committed Jun 19, 2020
    Copy the full SHA
    5cc6c8f View commit details
    Browse the repository at this point in the history