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

Wrong x-typescript-types for @babel/parser #824

Open
nicolo-ribaudo opened this issue May 3, 2024 · 0 comments
Open

Wrong x-typescript-types for @babel/parser #824

nicolo-ribaudo opened this issue May 3, 2024 · 0 comments
Labels
deno Not working in Deno

Comments

@nicolo-ribaudo
Copy link

The package.json of that module (see it at https://www.npmjs.com/package/@babel/parser/v/8.0.0-alpha.8?activeTab=code) contains:

  "exports": {
    ".": {
      "types": "./typings/babel-parser.d.ts",
      "require": "./lib/index.cjs",
      "default": "./lib/index.js"
    },
    "./package.json": "./package.json"
  },

However, x-typescript-types points to https://esm.sh/v135/@types/babel__parser@latest/index.d.ts and not https://esm.sh/@babel/parser@8.0.0-alpha.8/typings/babel-parser.d.ts

@nicolo-ribaudo nicolo-ribaudo added the deno Not working in Deno label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deno Not working in Deno
Projects
None yet
Development

No branches or pull requests

1 participant