denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
93.95k stars 5.23k forks source link

Bug: Bad resource ID #24425

Open marvinhagemeister opened 2 months ago

marvinhagemeister commented 2 months ago
Task test run-s lint-report tap

> json5@2.2.3 lint-report
> eslint .

ERROR: Bad resource ID

Steps to reproduce

  1. Clone https://github.com/json5/json5
  2. Run npm i
  3. Run DENO_FUTURE=1 deno task test

Version: Deno 1.44.4 (git 147411e64)

marvinhagemeister commented 2 months ago

Same happens with vite:

  1. Clone https://github.com/vitejs/vite
  2. Run pnpm i
  3. Run DENO_FUTURE=1 deno task test
marvinhagemeister commented 1 month ago

Same happens in the renovate repo:

  1. Clone https://github.com/renovatebot/renovate
  2. Run pnpm i
  3. Run DENO_FUTURE=1 deno task build