apptools-lab / AppWorks

🐻 基于 VS Code 插件的前端研发工具集,站点国内镜像:https://apptools.gitee.io
https://appworks.site/
MIT License
993 stars 180 forks source link

fix: ast parser error #934

Closed GiveMe-A-Name closed 3 years ago

GiveMe-A-Name commented 3 years ago

the code in the editor is incomplete will cause the AST parser error. When @babel/parser errorRecovery this option is set to true, it will store the parsing error and try to continue parsing the invalid input file.

codecov-commenter commented 3 years ago

Codecov Report

Merging #934 (6f4fc2a) into release/1.4.0 (b561b06) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##           release/1.4.0     #934   +/-   ##
==============================================
  Coverage          57.14%   57.14%           
==============================================
  Files                  1        1           
  Lines                 70       70           
  Branches              18       18           
==============================================
  Hits                  40       40           
  Misses                30       30           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b561b06...6f4fc2a. Read the comment docs.