1
0
mirror of synced 2025-12-20 10:28:40 -05:00

Remove import x statements (#20594)

* Clear out most import x

* Update rimraf use

* Move up readme blocks in scripts
This commit is contained in:
Kevin Heis
2021-07-29 13:28:30 -07:00
committed by GitHub
parent 1ed18e1448
commit b29e37318a
84 changed files with 590 additions and 563 deletions

View File

@@ -9,14 +9,14 @@ import slug from 'rehype-slug'
import autolinkHeadings from 'rehype-autolink-headings'
import highlight from 'rehype-highlight'
import html from 'rehype-stringify'
import xHighlightjsGraphql from 'highlightjs-graphql'
import HighlightjsGraphql from 'highlightjs-graphql'
import remarkCodeExtra from 'remark-code-extra'
import codeHeader from './plugins/code-header.js'
import rewriteLocalLinks from './plugins/rewrite-local-links.js'
import useEnglishHeadings from './plugins/use-english-headings.js'
import rewriteLegacyAssetPaths from './plugins/rewrite-legacy-asset-paths.js'
import wrapInElement from './plugins/wrap-in-element.js'
const graphql = xHighlightjsGraphql.definer
const graphql = HighlightjsGraphql.definer
export default function createProcessor(context) {
return unified()