Don't remove semicolon from exports
See original GitHub issueexpected behavior:
export default MyComponent;
current behavior:
export default MyComponent
Issue Analytics
- State:
- Created 7 years ago
- Reactions:5
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Do I need a semicolon after a named export function declaration
No, you do not need a semi-colon, though adding one will do no harm. If we look at the ES6 spec, you will...
Read more >Replace semicolons with commas in CSV data imports
1. Right click on the file. · 2. Click the Edit menu. · 3. Enter a semicolon ';' into the Find what box....
Read more >Removing a Semicolon (;) in a CSV File - IBM
You have saved the excel file as .CSV, and during an Acoustic Campaign import, it does not separate the columns as it's showing...
Read more >How to Replace Semicolons with Commas in CSV Data Imports
Data export CSV files from Salesforce and other sources may sometimes contain semicolons as a list separator. When you upload files, ...
Read more >MySQL export user with semi-colon ";" on the end
@jwbensley why do these commands not end with a ;? I was trying to source a database, and 'source c:\pathway\data.sql;' only works if...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It adds a semicolon when the default export is an interface, imho this shouldn’t happen
I’ve opened #101 to fix this. I’m not too sure if the
export
is what causes EOF to be missing though.