We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
安装 [email protected],执行命令:
fecs check --stream < a.html
产生错误:
fecs INFO current-file.js (1 message) fecs ERROR → line 1, col 2: Parsing error: Unexpected token> 1 | <!DOCTYPE html> | ^ 2 | <html lang="en"> 3 | <head> 4 | <meta charset="UTF-8"> fecs INFO Linter found 1 error in 1 of 1 file. [email protected]: 251.727ms
预期:能够报告 HTML 中的错误,而不是解析 HTML 失败。附上 a.html 内容:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title></title> </head> <body> <script> console.log(1,2) </script> </body> </html>
以上 HTML 为例,CSS 也有同样的问题。JS 和 TypeScript 表现正常。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
安装 [email protected],执行命令:
fecs check --stream < a.html
产生错误:
预期:能够报告 HTML 中的错误,而不是解析 HTML 失败。附上 a.html 内容:
The text was updated successfully, but these errors were encountered: