KLIB: add EmptyPackageFragment's to fix ModuleDescritor.getSubPackagesOf

This commit is contained in:
Anton Bannykh
2020-06-15 17:24:24 +03:00
committed by Anton Bannykh
parent d2c9fc41f1
commit e45cd02b01
43 changed files with 35028 additions and 17506 deletions
@@ -0,0 +1,7 @@
public external val document: org.w3c.dom.Document { get; }
public external val localStorage: org.w3c.dom.Storage { get; }
public external val sessionStorage: org.w3c.dom.Storage { get; }
public external val window: org.w3c.dom.Window { get; }