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

feat: Support for export declarations #1157

Merged
merged 19 commits into from Jan 12, 2020
Merged

feat: Support for export declarations #1157

merged 19 commits into from Jan 12, 2020

Commits on Dec 28, 2019

  1. fix!: isExported should use the type checker

    This partially adds support for export declarations under the same name.
    
    BREAKING CHANGE: Global files previously had all declarations marked as not-exported. This was inconsistent with TypeScript's concept of visibility. Now non-modules will have all members exported.
    Gerrit0 committed Dec 28, 2019
    Copy the full SHA
    9c3114d View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2019

  1. feat: Use ReferenceReflections to describe exports

    Incomplete: Theme updates
    Gerrit0 committed Dec 29, 2019
    Copy the full SHA
    a78c626 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e1e94c0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0733ef2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    dd22b96 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5a73e18 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2020

  1. Copy the full SHA
    d6bc35f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    eb85ede View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Copy the full SHA
    56d56be View commit details
    Browse the repository at this point in the history
  2. chore: Bump version

    Gerrit0 committed Jan 2, 2020
    Copy the full SHA
    c5ae987 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2020

  1. Copy the full SHA
    ca25b50 View commit details
    Browse the repository at this point in the history
  2. chore: Bump version

    Gerrit0 committed Jan 5, 2020
    Copy the full SHA
    337019b View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. fix: Update handlebars to 4.7

    Gerrit0 committed Jan 10, 2020
    Copy the full SHA
    7e1f65e View commit details
    Browse the repository at this point in the history
  2. chore: Bump version

    Gerrit0 committed Jan 10, 2020
    Copy the full SHA
    6bce37b View commit details
    Browse the repository at this point in the history
  3. fix!: Correctly check if symbols are exported

    This corrects the change made in 9c3114d to use the type checker.
    
    Also reworks converter.test.ts to remove dead code + simplify adding new tests.
    Gerrit0 committed Jan 10, 2020
    Copy the full SHA
    89c4041 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ce03858 View commit details
    Browse the repository at this point in the history
  5. chore: fix lint

    Gerrit0 committed Jan 10, 2020
    Copy the full SHA
    b8bcbdd View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    3be1277 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    ffe1347 View commit details
    Browse the repository at this point in the history