Support Relative Path Imports @milldr (#891)
what
- Add support for relative paths in imports, when the path starts with
./
or../
- Support all path types:
import:
- ./relative_path
- ../relative_path
or
import:
- path: ./relative_path
- path: ../relative_path
why
- Allow less path duplication and support simpler code