Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Oct 22, 2024
1 parent 387635e commit bdaa15d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/docusaurus/src/ssg/ssg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
import fs from 'fs-extra';
import path from 'path';
import _ from 'lodash';
// TODO eval is archived / unmaintained: https://github.com/pierrec/node-eval
// We should internalize/modernise it
import evaluate from 'eval';
import pMap from 'p-map';
import logger, {PerfLogger} from '@docusaurus/logger';
Expand Down

0 comments on commit bdaa15d

Please sign in to comment.