question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Don't remove semicolon from exports

See original GitHub issue

expected behavior:

export default MyComponent;

current behavior:

export default MyComponent

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:5
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
leabaertschicommented, Oct 10, 2017

It adds a semicolon when the default export is an interface, imho this shouldn’t happen

0reactions
bnjmnt4ncommented, Jan 11, 2017

I’ve opened #101 to fix this. I’m not too sure if the export is what causes EOF to be missing though.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found