diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-02-18 17:53:45 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-02-18 17:53:45 -0400 |
commit | 7498096b6e76df453807222218420073d30d574e (patch) | |
tree | 2a32141f74e622333d997d0c6f23e2bf8e1c48ca /src | |
parent | 84290316071c23c35661f556a9959b86a33b8314 (diff) |
write: repl: expose #sort utils
Diffstat (limited to 'src')
-rw-r--r-- | src/write/build-modes/repl.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/write/build-modes/repl.js b/src/write/build-modes/repl.js index 98056d4b..20985595 100644 --- a/src/write/build-modes/repl.js +++ b/src/write/build-modes/repl.js @@ -36,6 +36,7 @@ import CacheableObject from '#cacheable-object'; import {logWarn} from '#cli'; import {debugComposite} from '#composite'; import * as serialize from '#serialize'; +import * as sort from '#sort'; import * as sugar from '#sugar'; import thingConstructors from '#things'; import * as wikiDataUtils from '#wiki-data'; @@ -86,6 +87,7 @@ export async function getContextAssignments({ CacheableObject, debugComposite, + ...sort, ...sugar, ...wikiDataUtils, |