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

Improve typings: ESM, AcornJsxParser class and tokTypes const #130

Merged
merged 19 commits into from
Nov 14, 2022

Commits on Apr 26, 2022

  1. feat: Support ESM declaration imports; add an AcornJsxParser class …

    …and `tokTypes` const
    brettz9 committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    7b59516 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dda96cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    baa0a61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8526524 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    def9edd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2383cca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e4eca02 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    d97bd96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    620551b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    835ea91 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. refactor: use without prefix

    brettz9 committed May 12, 2022
    Configuration menu
    Copy the full SHA
    5459984 View commit details
    Browse the repository at this point in the history
  2. refactor: export TokTypes interface and a single jsx export with …

    …call signature and `tokTypes` property in place of a separate `const tokTypes`
    brettz9 committed May 12, 2022
    Configuration menu
    Copy the full SHA
    af6247d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d80ceef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c2fa2c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. refactor: prefer interface over type, avoid redundant export on typ…

    …es within namespace, rename to use Ctor convention
    brettz9 committed May 15, 2022
    Configuration menu
    Copy the full SHA
    4cfaf9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41e8fcd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71b7e61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b976601 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd68170 View commit details
    Browse the repository at this point in the history