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

fix(typescript): path validation issue in validatePaths function #1800

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Oct 23, 2024

  1. fix(typescript): fix path validation issue in validatePaths function

    Current code allows paths that are below the 'file' option but not nested directories. For example if file option is set to "C:/examplelib/output" then "C:/examplelib" is fine while "C:/examplelib/output/decl" is not. The order change in this commit fixes this issue introduced in 12.1.1.
    JaCraig committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    62f7d81 View commit details
    Browse the repository at this point in the history
  2. fix(typescript): adding test

    JaCraig committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    95aa8cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65ab028 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed766e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f48790 View commit details
    Browse the repository at this point in the history
  6. chore: Formatting

    JaCraig committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    32fef82 View commit details
    Browse the repository at this point in the history