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

--no-check recognizes require #7719

Closed
lucacasonato opened this issue Sep 27, 2020 · 0 comments · Fixed by #7720
Closed

--no-check recognizes require #7719

lucacasonato opened this issue Sep 27, 2020 · 0 comments · Fixed by #7720
Labels
bug Something isn't working correctly cli related to cli/ dir high priority

Comments

@lucacasonato
Copy link
Member

lucacasonato commented Sep 27, 2020

// test.ts
require("fs");
>>> deno cache --no-check deno.ts 
error: relative import path "fs" not prefixed with / or ./ or ../ Imported from "file:///mnt/f9/Projects/github.com/denofn/denopack/test.ts"

We are recognizing require when using --no-check.

Likely related: #7621

cc @kitsonk

@lucacasonato lucacasonato added bug Something isn't working correctly cli related to cli/ dir high priority labels Sep 27, 2020
@ry ry closed this as completed in #7720 Sep 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctly cli related to cli/ dir high priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant