forked from Botanical/BotanJS
Migrate old externs 5/x
This commit is contained in:
@@ -11,19 +11,19 @@
|
||||
var Bootstrap = __import( "Astro.Bootstrap" );
|
||||
/** @type {Astro.Blog.Config} */
|
||||
var Config = __import( "Astro.Blog.Config" );
|
||||
/** @type {Astro.Blog.AstroEdit.Article} */
|
||||
/** @type {typeof Astro.Blog.AstroEdit.Article} */
|
||||
var Article = __import( "Astro.Blog.AstroEdit.Article" );
|
||||
/** @type {Astro.Blog.AstroEdit.Draft} */
|
||||
/** @type {typeof Astro.Blog.AstroEdit.Draft} */
|
||||
var Draft = __import( "Astro.Blog.AstroEdit.Draft" );
|
||||
/** @type {Astro.Blog.AstroEdit.Flag} */
|
||||
/** @type {typeof Astro.Blog.AstroEdit.Flag} */
|
||||
var Flag = __import( "Astro.Blog.AstroEdit.Flag" );
|
||||
/** @type {Astro.Blog.AstroEdit.Visualizer} */
|
||||
/** @type {typeof Astro.Blog.AstroEdit.Visualizer} */
|
||||
var Visualizer = __import( "Astro.Blog.AstroEdit.Visualizer" );
|
||||
/** @type {Astro.Blog.AstroEdit.Uploader} */
|
||||
/** @type {typeof Astro.Blog.AstroEdit.Uploader} */
|
||||
var Uploader = __import( "Astro.Blog.AstroEdit.Uploader" );
|
||||
/** @type {Astro.Blog.AstroEdit.SiteLibrary} */
|
||||
/** @type {typeof Astro.Blog.AstroEdit.SiteLibrary} */
|
||||
var SiteLibrary = __import( "Astro.Blog.AstroEdit.SiteLibrary" );
|
||||
/** @type {Components.Vim.VimArea} */
|
||||
/** @type {typeof Components.Vim.VimArea} */
|
||||
var VimArea = __import( "Components.Vim.VimArea" );
|
||||
|
||||
// calls the smart bar
|
||||
|
||||
Reference in New Issue
Block a user