LinkedSoftwareDependencies / Components.js

🧩 A semantic dependency injection framework
https://componentsjs.readthedocs.io/
Other
41 stars 6 forks source link

Emit warning on possibly invalid terms #99

Open rubensworks opened 2 years ago

rubensworks commented 2 years ago

Issue type:


Description:

Currently, if a component term is not explicitly defined in the context, it will default to a file-based base URL. We should detect these file-based URLs, and emit a warning to indicate that they might cause issues.

github-actions[bot] commented 2 years ago

Thanks for the suggestion!