« get me outta code hell

extract processLanguageFile from upd8.js, fix building - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/repl.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-12-07 07:35:40 -0400
committer(quasar) nebula <qznebula@protonmail.com>2022-12-07 07:35:40 -0400
commit2532ec9ef61146deadb2a49159b92ef50c5d8835 (patch)
treed14112ae88ebea310bf7094767fc1bfdb2ff04ec /src/repl.js
parentbf14c334235513c0188d71fdb53bd72f34e22e39 (diff)
extract processLanguageFile from upd8.js, fix building
Diffstat (limited to 'src/repl.js')
-rw-r--r--src/repl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repl.js b/src/repl.js
index 08e83a5c..69e2fe05 100644
--- a/src/repl.js
+++ b/src/repl.js
@@ -10,7 +10,7 @@ import {isMain} from './util/node-utils.js';
 import {bindOpts, showAggregate} from './util/sugar.js';
 import {generateURLs} from './util/urls.js';
 
-import {processLanguageFile} from './upd8.js';
+import {processLanguageFile} from './data/language.js';
 
 import * as serialize from './util/serialize.js';
 import * as sugar from './util/sugar.js';