Make I/O asynchronous with coroutines; make all JS tests pass

This commit is contained in:
2019-04-10 08:20:13 -05:00
parent 8972f2d03d
commit f310eaf7d9
21 changed files with 249 additions and 153 deletions

5
web/package-lock.json generated
View File

@@ -3615,6 +3615,11 @@
"kotlin": "1.3.21"
}
},
"kotlinx-coroutines-core": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/kotlinx-coroutines-core/-/kotlinx-coroutines-core-1.1.1.tgz",
"integrity": "sha512-RnxF8HVQlMmLQcmJXSZQowR9WpsoeslY6ogqDovb/2HumkkaUBlJuR4eiXwX0DDnoAq8mGPvncl1lRAhK2+ovg=="
},
"lcid": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz",

View File

@@ -20,6 +20,7 @@
"babel-preset-react": "^6.24.1",
"kotlin": "^1.3.21",
"kotlin-test": "^1.3.21",
"kotlinx-coroutines-core": "^1.1.1",
"sql.js": "^0.5.0"
},
"devDependencies": {