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

On Windows, the import field from path-types to context gets wrong slashes while others are fine #788

Closed
programm-ingovals opened this issue Mar 9, 2024 · 1 comment · Fixed by #794 or #795
Labels
bug Something isn't working

Comments

@programm-ingovals
Copy link

import type { Context } from "..\..\..\paths\_.context.ts";
import type { ResponseBuilderFactory } from "../../../types.d.ts";

I know the easy fix is to switch to a posix, its on the docket.

@pmcelhaney
Copy link
Owner

Ugh! This has bitten me so many times! I'm working around it with a bunch of replaceAll()s. This one, being a type import, must have slipped by the unit tests.

What do you mean by POSIX? I know what POSIX is -- at least at high level -- but I'm what exactly it is you're saying is on the docket?

Thanks for letting me know about this!

@pmcelhaney pmcelhaney added bug Something isn't working documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants