-
Notifications
You must be signed in to change notification settings - Fork 12
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
There is a bug about decorators support in esbuild #15
Comments
Hrm, that sounds like a good idea. I'll look to fix this tomorrow (the 12th), but if you have the time to create a PR with a regex that matches legal function names, that would be awesome. |
Well, it seems a bit more complicated. Seems the answer might be in this codebase: |
I created a module on npmjs and I didn't use a module like |
I can't comment on your code as you didn't link your git repository. |
Ah, I just created the GIT repository. Before that, I only created gitee. Here is my link: |
Code Position: esbuild-decorators.ts
Regular expressions don't work when decorator functions start with '$'. for example:
I think we should judge the legal function name instead of limiting it to letters, numbers and underscores next the '@' character
The text was updated successfully, but these errors were encountered: