LinbuduLab / esbuild-plugins

ESBuild plugins by @LinbuduLab
MIT License
113 stars 18 forks source link

decorators - has a dependency on `tslib` that is not listed or installed #77

Closed dan-cooke closed 2 years ago

dan-cooke commented 2 years ago

Hi there,

I've been using this plugin in a few projects, and never noticed it - mainly because tslib is usually always installed by another dependency.

However when I brought this plugin into a fresh repo with minimal dependencies , it does not compile without tslib

dan-cooke commented 2 years ago

Okay I updated my node version and this seems to be working. Strange issue that only appears in node version 14x