iam-medvedev / esbuild-plugin-less

esbuild plugin for less files
https://npmjs.com/package/esbuild-plugin-less
Do What The F*ck You Want To Public License
42 stars 12 forks source link

Package type definitions not being found by VS Code #107

Closed rowan-lovejoy closed 12 months ago

rowan-lovejoy commented 12 months ago

Expected Behavior

The esbuild-plugin-less package's type definitions are picked up by VS Code (also occurs in JetBrains Rider) and autocomplete is provided for its exports.

Actual Behavior

VS Code cannot find the type definitions for the package's exports; a squiggly red underline appears on the import path, and a message recommending the user to install a @types/esbuild-plugin-less file is displayed when hovering the path.

Steps to Reproduce the Problem

  1. Create a new blank Node.js project in an empty folder using npm init -y
  2. Install esbuild-plugin-less
  3. Import any of the packages exports from "esbuild-plugin-less" inside a .ts file

Versions

iam-medvedev commented 12 months ago

Thanks for pointing that out!

github-actions[bot] commented 12 months ago

:tada: This issue has been resolved in version 1.3.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

rowan-lovejoy commented 11 months ago

Thanks for the prompt resolution!