We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ff0811 + c6fc993 commit e9cab0fCopy full SHA for e9cab0f
docs/path-resolution.rst
@@ -464,7 +464,8 @@ Here are the detailed rules governing the behaviour of remappings:
464
465
#. **Prefix cannot be empty but context and target are optional.**
466
467
- If ``target`` is omitted, it defaults to the value of the ``prefix``.
+ - If ``target`` is the empty string, ``prefix`` is simply removed from import paths.
468
+ - Empty ``context`` means that the remapping applies to all imports in all source units.
469
470
.. index:: Remix IDE, file://
471
0 commit comments