This commit is contained in:
65
node_modules/micromark/lib/constant/constants.d.ts
generated
vendored
Normal file
65
node_modules/micromark/lib/constant/constants.d.ts
generated
vendored
Normal file
@@ -0,0 +1,65 @@
|
||||
// This module is generated by `script/`.
|
||||
|
||||
export type Constant =
|
||||
| 1
|
||||
| 2
|
||||
| 6
|
||||
| 63
|
||||
| 32
|
||||
| 'CDATA['
|
||||
| 7
|
||||
| 31
|
||||
| 3
|
||||
| 'flow'
|
||||
| 'content'
|
||||
| 'string'
|
||||
| 'text'
|
||||
| 4
|
||||
| 5
|
||||
| 8
|
||||
| 999
|
||||
| 10
|
||||
| 16
|
||||
| 10000
|
||||
|
||||
// @for-script: REMOVE_ALL_THING_BELOW
|
||||
|
||||
export interface Constants {
|
||||
attentionSideBefore: 1
|
||||
attentionSideAfter: 2
|
||||
atxHeadingOpeningFenceSizeMax: 6
|
||||
autolinkDomainSizeMax: 63
|
||||
autolinkSchemeSizeMax: 32
|
||||
cdataOpeningString: 'CDATA['
|
||||
characterGroupWhitespace: 1
|
||||
characterGroupPunctuation: 2
|
||||
characterReferenceDecimalSizeMax: 7
|
||||
characterReferenceHexadecimalSizeMax: 6
|
||||
characterReferenceNamedSizeMax: 31
|
||||
codeFencedSequenceSizeMin: 3
|
||||
contentTypeFlow: 'flow'
|
||||
contentTypeContent: 'content'
|
||||
contentTypeString: 'string'
|
||||
contentTypeText: 'text'
|
||||
hardBreakPrefixSizeMin: 2
|
||||
htmlRaw: 1
|
||||
htmlComment: 2
|
||||
htmlInstruction: 3
|
||||
htmlDeclaration: 4
|
||||
htmlCdata: 5
|
||||
htmlBasic: 6
|
||||
htmlComplete: 7
|
||||
htmlRawSizeMax: 8
|
||||
linkResourceDestinationBalanceMax: 3
|
||||
linkReferenceSizeMax: 999
|
||||
listItemValueSizeMax: 10
|
||||
numericBaseDecimal: 10
|
||||
numericBaseHexadecimal: 16
|
||||
tabSize: 4
|
||||
thematicBreakMarkerCountMin: 3
|
||||
v8MaxSafeChunkSize: 10000
|
||||
}
|
||||
|
||||
declare const value: Constants
|
||||
|
||||
export default value
|
||||
Reference in New Issue
Block a user