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

"Unterminated regular expression" Error #3

Open
danii opened this issue Dec 23, 2019 · 2 comments
Open

"Unterminated regular expression" Error #3

danii opened this issue Dec 23, 2019 · 2 comments

Comments

@danii
Copy link

danii commented Dec 23, 2019

I keep getting an "Unterminated regular expression" error on simple XML code.
image

Here is my gulpfile.js:
image
Where...

  • babel is require("gulp-babel");
  • src is require("gulp").src;
@pawelgabryelewicz
Copy link
Owner

It might be related to the XML parser again. Does it happen if your change <header></header> to <header />?

@pawelgabryelewicz
Copy link
Owner

And also... please check the latest version (1.1.1) - it might solve the issue. I have replaced the XML parser with the original Vue template parser.

Coldsewoo added a commit to Coldsewoo/babel-preset-typescript-vue that referenced this issue Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants