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

Support for importing types #352

Closed
wants to merge 13 commits into from
Closed

Commits on May 4, 2019

  1. Configuration menu
    Copy the full SHA
    00b3d35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    268b828 View commit details
    Browse the repository at this point in the history
  3. Handle namespace imports

    devongovett committed May 4, 2019
    Configuration menu
    Copy the full SHA
    840ca88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79a814f View commit details
    Browse the repository at this point in the history
  5. Handle recursive imports

    devongovett committed May 4, 2019
    Configuration menu
    Copy the full SHA
    80200c8 View commit details
    Browse the repository at this point in the history
  6. Support named re-exports

    devongovett committed May 4, 2019
    Configuration menu
    Copy the full SHA
    c180af8 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2019

  1. Fix lint

    devongovett committed May 5, 2019
    Configuration menu
    Copy the full SHA
    08b5e7f View commit details
    Browse the repository at this point in the history
  2. Missing typedef

    devongovett committed May 5, 2019
    Configuration menu
    Copy the full SHA
    8c0a15f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Merge branch 'master' into importing

    # Conflicts:
    #	src/__tests__/__snapshots__/main-test.js.snap
    #	src/__tests__/fixtures/component_28.tsx
    danez committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    02649b7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into importing

    # Conflicts:
    #	src/utils/isReactComponentClass.js
    danez committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    26874ee View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Add mjs

    danez committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    e69ef4f View commit details
    Browse the repository at this point in the history
  2. Fix order of deps

    danez committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    048646d View commit details
    Browse the repository at this point in the history
  3. Add additional test

    danez committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    3b3bbf6 View commit details
    Browse the repository at this point in the history