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

fix the REGEX_LANG_ATTRIBUTE #21

Open
jason89521 opened this issue Nov 22, 2024 · 0 comments
Open

fix the REGEX_LANG_ATTRIBUTE #21

jason89521 opened this issue Nov 22, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@jason89521
Copy link
Owner

This should not be considered as using TypeScript

<!-- <script lang="ts"></script> --> 

These should be considered as using TypeScript

<!-- we currently only accept this pattern -->
<script lang="ts"></script>
or
<script lang='ts'></script>
or
<script context="module" lang='ts'></script>
or
<div>
  <script lang="ts"></script>
</div
@jason89521 jason89521 added bug Something isn't working good first issue Good for newcomers labels Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant