golf things down a bit

This commit is contained in:
Rich Harris
2018-09-30 18:11:40 -04:00
parent a43764a971
commit 8530d06d00
7 changed files with 87 additions and 76 deletions

View File

@@ -35,7 +35,7 @@ function template(kind, external) {
}
export default [
template('client', []),
template('client', ['__ROOT__', '__ERROR__']),
template('server', builtinModules),
{