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

Prepare for concurrently developing in TS and Flow #2139

Closed
wants to merge 13 commits into from

Commits on Aug 29, 2019

  1. Copy the full SHA
    7633368 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    279a37b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1cb83d0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    933ba0f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f32cb65 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    83a8946 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    d199e40 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    1851f83 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    84cb5b7 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    331790e View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    257f9ef View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    8a7955d View commit details
    Browse the repository at this point in the history
  13. Prepare for concurrently developing in TS and Flow

    - Move `.d.ts` files from `./tstypes` into `./src`
    - Add tsconfigs to `./` for both building and type checking the project
    - Modify `resources/build.js` to work with `.ts` and `.d.ts` files
    - Add TS build scripts to `./package.json`
    - Convert `jsutils/dedent.js` to `jsutils/dedent.ts` and `jsutils/dedent.js.flow` as an example of conversion proccess
    - Convert `jsutils/__tests__/dedent-test.js` to `jsutils/__tests__/dedent-test.ts` as an example of conversion proccess
    
    # Conflicts:
    #	src/execution/execute.d.ts
    Jackson Kearl committed Aug 29, 2019
    Copy the full SHA
    ceb37a2 View commit details
    Browse the repository at this point in the history