Long imports and exports don't respect max line-length
See original GitHub issueI’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:
- Created 7 years ago
- Reactions:8
- Comments:5 (3 by maintainers)
Top 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 >
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
Top Related Hashnode Post
No results found
https://prettier.io/docs/en/rationale.html#imports
@OClyde This is intended behavior. We intentionally don’t split if there’s only one specifier in the import