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

Support paths? #41

Open
RebeccaStevens opened this issue Mar 14, 2022 · 1 comment
Open

Support paths? #41

RebeccaStevens opened this issue Mar 14, 2022 · 1 comment

Comments

@RebeccaStevens
Copy link

TypeScript path mappings don't seem to be supported.

Config:

{
  "baseUrl": "./src",
  "paths": {
    "@/app": ["./index"],
  }
}

Source file:

import type { Foo } from "@/app";

Denoified file:

import type { Foo } from "@/app DENOIFY: DEPENDENCY UNMET (BUILTIN)";
@garronej
Copy link
Owner

You are right. Path mappings isn't supported and it should be.
It seems like an easy to implement feature unfortunately I don't have time to work on this right now.
PRs are not expected but very welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants