🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
23
node_modules/micromark-extension-mdx-jsx/lib/jsx-text.d.ts
generated
vendored
Normal file
23
node_modules/micromark-extension-mdx-jsx/lib/jsx-text.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/**
|
||||
* Parse JSX (text).
|
||||
*
|
||||
* @param {Acorn | undefined} acorn
|
||||
* Acorn parser to use (optional).
|
||||
* @param {AcornOptions | undefined} acornOptions
|
||||
* Configuration for acorn.
|
||||
* @param {boolean | undefined} addResult
|
||||
* Whether to add `estree` fields to tokens with results from acorn.
|
||||
* @returns {Construct}
|
||||
* Construct.
|
||||
*/
|
||||
export function jsxText(
|
||||
acorn: Acorn | undefined,
|
||||
acornOptions: AcornOptions | undefined,
|
||||
addResult: boolean | undefined
|
||||
): Construct
|
||||
export type Acorn = import('micromark-factory-mdx-expression').Acorn
|
||||
export type AcornOptions =
|
||||
import('micromark-factory-mdx-expression').AcornOptions
|
||||
export type Construct = import('micromark-util-types').Construct
|
||||
export type TokenizeContext = import('micromark-util-types').TokenizeContext
|
||||
export type Tokenizer = import('micromark-util-types').Tokenizer
|
||||
Loading…
Add table
Add a link
Reference in a new issue