zhangqin2-yewu opened a new issue, #21178:
URL: https://github.com/apache/echarts/issues/21178

   ### Version
   
   6.0.0
   
   ### Link to Minimal Reproduction
   
   https://github.com/apache/echarts/blob/master/build/pre-publish.js
   
   ### Steps to Reproduce
   
   In the echarts/blob/master/build/pre-publish.js file, the statement throw 
new Error('TypeScript Compile Failed') is missing a semicolon at the end. 
Although JavaScript's automatic semicolon insertion (ASI) prevents runtime 
errors, adding an explicit semicolon improves code consistency and avoids 
potential issues in edge cases. Please add the missing semicolon for better 
code style and reliability.
   
   ### Current Behavior
   
   <img width="1360" height="565" alt="Image" 
src="https://github.com/user-attachments/assets/ce213c29-a410-4e73-b2ef-7ecf562a8d30";
 />
   
   ### Expected Behavior
   
   <img width="951" height="336" alt="Image" 
src="https://github.com/user-attachments/assets/e91e3bc9-1463-4556-b8da-1d3c0d640efd";
 />
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   ### Any additional comments?
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to