From 7a3038b982c4d318e146698527070f096591aa4f Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 16 Feb 2024 09:39:14 -0400 Subject: sugar: move many functions into new #aggregate import --- src/data/language.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/data/language.js') diff --git a/src/data/language.js b/src/data/language.js index 6f774f2..96d39d8 100644 --- a/src/data/language.js +++ b/src/data/language.js @@ -7,10 +7,10 @@ import chokidar from 'chokidar'; import he from 'he'; // It stands for "HTML Entities", apparently. Cursed. import yaml from 'js-yaml'; +import {annotateError, annotateErrorWithFile, showAggregate, withAggregate} + from '#aggregate'; import {externalLinkSpec} from '#external-links'; import {colors, logWarn} from '#cli'; -import {annotateError, annotateErrorWithFile, showAggregate, withAggregate} - from '#sugar'; import T from '#things'; const {Language} = T; -- cgit 1.3.0-6-gf8a5