tools/flutter_sqlite.php
authorAlan Knowles <alan@roojs.com>
Thu, 18 Apr 2019 04:58:50 +0000 (12:58 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Apr 2019 04:58:50 +0000 (12:58 +0800)
tools/flutter_sqlite.php

index a221bc4..b2c309d 100644 (file)
@@ -765,6 +765,7 @@ class fsql {
             $cls->events = $this->outEventSymbols($clsar); // event's are properties that are typedefs..
             $cls->methods = $this->outMethodSymbols($clsar['id']);
             $cls->props = $this->outPropertySymbols($clsar);
+            echo "OUT:".TDIR .'symbols/'.$cls->name. '.json' ."\n";
             file_put_contents(TDIR .'symbols/'.$cls->name. '.json', json_encode($cls,JSON_PRETTY_PRINT));
         }
     }