Skip to content

Commit

Permalink
fix: delete markdown code
Browse files Browse the repository at this point in the history
  • Loading branch information
GGwujun committed Jul 2, 2021
1 parent 1020a0e commit 7a350e7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions packages/cli-plugin-fire/src/shared-utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import logger from './logger';
import * as moduleLoader from './moduleLoader';
import * as moduleResolver from './moduleResolver';
import normalizeConfig from './normalizeConfig';
import * as parseEmojis from './parseEmojis';
import slugify from './slugify';
import sort from './sort';
import toAbsolutePath from './toAbsolutePath';
Expand All @@ -39,7 +38,6 @@ export {
moduleLoader,
moduleResolver,
normalizeConfig,
parseEmojis,
slugify,
sort,
toAbsolutePath,
Expand Down
6 changes: 0 additions & 6 deletions packages/cli-plugin-fire/src/shared-utils/moduleResolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,5 @@ class ModuleResolver {
}
}

export const getMarkdownItResolver = (cwd: string) =>
new ModuleResolver('markdown-it', '', [String, Function], true /* load module */, cwd);

export const getPluginResolver = (cwd: string): ModuleResolver =>
new ModuleResolver('plugin', 'vuepress', [String, Function, Object], true /* load module */, cwd);

export const getThemeResolver = (cwd: string): ModuleResolver =>
new ModuleResolver('theme', 'vuepress', [String], false /* load module */, cwd);
5 changes: 0 additions & 5 deletions packages/cli-plugin-fire/src/shared-utils/parseEmojis.ts

This file was deleted.

0 comments on commit 7a350e7

Please sign in to comment.