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.

Long imports and exports don't respect max line-length

See original GitHub issue

I’m not sure if this is intended or a problem, but here’s an example:

Any `import {…} from ‘package’; lines that exceed the max line length are not wrapped.

Was expecting something like: (or similar)

import {
  fish, 
  horse, 
  dog, 
  animal, 
  dog, 
  bird, 
  ford as dorf, 
  river, 
  etc
} from '../package.js'

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
duailibecommented, Mar 9, 2018

@OClyde This is intended behavior. We intentionally don’t split if there’s only one specifier in the import

Read more comments on GitHub >

github_iconTop Results From Across the Web

black won't respect line length limits on long import statements
Any attempt to break up the import statement using \ 's is undone by black. How can I get black to respect the...
Read more >
Import - Oracle Help Center
You can do an import even if you did not create the export file. ... parameters cannot exceed the maximum length of a...
Read more >
ECONOMIC GROWTH, EXPORTS AND IMPORTS IN PAKISTAN
Both Trace and Max-Eigen values indicated no cointegration at 5% level of significance, indicating that the variables do not have a long-run relationship....
Read more >
Project import/export API - GitLab Docs
Administrators can modify the maximum export file size. By default, the maximum is unlimited ( 0 ). To change this, edit max_export_size using...
Read more >
19 Original Export and Import
Original Export and Import do not support all Oracle Database 10g features. ... parameters cannot exceed the maximum length of a command line...
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 Hashnode Post

No results found