mirror of
https://github.com/mbierlee/poodinis.git
synced 2025-01-18 13:32:50 +01:00
Don't import polyfill and altphobos packages publicly
They might break user code
This commit is contained in:
parent
87172b0989
commit
2b40ab95cf
1 changed files with 0 additions and 2 deletions
|
@ -11,12 +11,10 @@
|
|||
|
||||
module poodinis;
|
||||
|
||||
public import poodinis.altphobos;
|
||||
public import poodinis.autowire;
|
||||
public import poodinis.container;
|
||||
public import poodinis.context;
|
||||
public import poodinis.factory;
|
||||
public import poodinis.imports;
|
||||
public import poodinis.polyfill;
|
||||
public import poodinis.registration;
|
||||
public import poodinis.valueinjection;
|
||||
|
|
Loading…
Reference in a new issue