update to latest standards

This commit is contained in:
2018-07-04 00:59:39 +02:00
parent 459bd662f4
commit 2c24cdc9f4
14 changed files with 176 additions and 75 deletions

View File

@@ -10,4 +10,3 @@ export let fs = SmartfileFs;
export let interpreter = SmartfileInterpreter;
export let memory = SmartfileMemory;
export let remote = SmartfileRemote;
export let requireReload = SmartfileFs.requireReload;