| Index: sky/specs/apis.md
|
| diff --git a/sky/specs/apis.md b/sky/specs/apis.md
|
| index 82ce195e528fc6495b57f110c10b68de4bff25d0..0e559d3c53e7e42f6bfac06a760d767adb66a699 100644
|
| --- a/sky/specs/apis.md
|
| +++ b/sky/specs/apis.md
|
| @@ -283,6 +283,7 @@ module 'sky:core' {
|
| abstract class AbstractModule : EventTarget {
|
| readonly attribute Document document; // O(1) // the Documentof the module or application
|
| Promise<any> import(String url); // O(Yikes) // returns the module's exports
|
| + private Array<Module> getImports(); O(N) // returns the Module objects of all the imported modules
|
|
|
| readonly attribute String url;
|
|
|
|
|