Improve 'lime display' when templates have not been processed

This commit is contained in:
Joshua Granick
2019-02-26 14:01:45 -08:00
parent 2fd940239f
commit 44bf137f9b
12 changed files with 239 additions and 222 deletions

View File

@@ -1,10 +0,0 @@
package;
/**
Help improve code completion for projects that
have not run `lime update` yet
**/
@:dox(hide) @:noCompletion class ApplicationMain
{
public static function main() {}
}