Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Feature/enhanced type support #4

Closed

Commits on Apr 8, 2022

  1. windows friendly package scripts

    Replace `rf` with `rimraf`
    WHenderson authored and nlepage committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    4f7624b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad25545 View commit details
    Browse the repository at this point in the history
  3. Attempt reference resolution without sourcemaps

    Not all projects are built before being typedoc-ed. In these situations, source maps are not available
    WHenderson authored and nlepage committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    cb2ae1a View commit details
    Browse the repository at this point in the history
  4. Extend examples to cover each supported type

    WHenderson authored and nlepage committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    1310d9a View commit details
    Browse the repository at this point in the history
  5. Add tests for new examples

    nlepage committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    550a431 View commit details
    Browse the repository at this point in the history
  6. Replace visitor pattern / Extend type coverage

    Replace visitor pattern with mutating visitor pattern which enumerates all types as well as any nested types
    WHenderson authored and nlepage committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    c324b9d View commit details
    Browse the repository at this point in the history
  7. replace .replace usage with path.normalize

    WHenderson authored and nlepage committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    0a98d91 View commit details
    Browse the repository at this point in the history