-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathload.mjs
37 lines (37 loc) · 1.46 KB
/
load.mjs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
import { assert } from 'chai';
import chalk from 'chalk';
import { execa } from 'execa';
import { globby } from 'globby';
import mime from 'mime';
import fetch from 'node-fetch';
import inquirer from 'inquirer';
import once from '@tootallnate/once';
import open from 'open';
import { nanoid } from 'nanoid';
import ora from 'ora';
import { escape } from 'html-escaper';
// import { walk } from 'estree-walker'; // "exports" only have "import"
import meow from 'meow';
import timer from '@szmarczak/http-timer';
import { gateway4async, gateway4sync, gateway6async, gateway6sync } from "default-gateway";
import { unified } from 'unified';
import { VFile } from 'vfile';
import { groupBy } from 'lodash-es';
import {characterEntities} from 'character-entities'
import { xdgData, xdgConfig, xdgDataDirectories } from 'xdg-basedir';
import Configstore from 'configstore';
import { fromMarkdown } from 'mdast-util-from-markdown';
import { definitions } from 'mdast-util-definitions';
import { inspect } from 'loupe';
import { parseEntities } from 'parse-entities';
import { trough } from 'trough';
import remarkParse from 'remark-parse';
import { SnapshotClient } from '@vitest/snapshot';
import { clone } from '@vitest/utils';
import { spyOn } from '@vitest/spy';
import { u } from 'unist-builder';
import { raw } from 'hast-util-raw';
import Tinypool from 'tinypool';
import { fromFile } from 'strtok3';
import { Element } from '@angular/compiler';
import { NgModule } from '@angular/core';