Relative paths are not transformed

Open
#10 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
38/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
typescript

Research direction

Start by reproducing the snapshot discrepancy shown in the issue, focusing on how relative paths are serialized. Trace the path-serialization entry point and identify where relative paths retain forward slashes. Done means the reported message uses the expected relative-path separators consistently and the relevant snapshot output passes.

Written by the indexing model from the issue text.

Description

    @@ -25,71 +25,71 @@
        {
          "column": 1,
          "endColumn": 33,
          "endLine": 17,
          "line": 17,
    -     "message": "Cannot find file `../../getting-started/next`",
    +     "message": "Cannot find file `..\..\getting-started\next`",
          "nodeType": "Program",
          "ruleId": "remark-validate-links:missing-file-missing-file",
          "severity": 1,
        },
Dominant language
TypeScript
Stars
8
Forks
4
Avg merge
9h 54m
Merged PRs (30d)
3

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.