This commit is contained in:
2024-03-22 03:47:51 +05:30
parent 8bcf3d211e
commit 89819f6fe2
28440 changed files with 3211033 additions and 2 deletions

36
node_modules/micromark-util-symbol/constants.d.ts generated vendored Normal file
View File

@@ -0,0 +1,36 @@
export namespace constants {
const attentionSideBefore: 1
const attentionSideAfter: 2
const atxHeadingOpeningFenceSizeMax: 6
const autolinkDomainSizeMax: 63
const autolinkSchemeSizeMax: 32
const cdataOpeningString: 'CDATA['
const characterGroupWhitespace: 1
const characterGroupPunctuation: 2
const characterReferenceDecimalSizeMax: 7
const characterReferenceHexadecimalSizeMax: 6
const characterReferenceNamedSizeMax: 31
const codeFencedSequenceSizeMin: 3
const contentTypeDocument: 'document'
const contentTypeFlow: 'flow'
const contentTypeContent: 'content'
const contentTypeString: 'string'
const contentTypeText: 'text'
const hardBreakPrefixSizeMin: 2
const htmlRaw: 1
const htmlComment: 2
const htmlInstruction: 3
const htmlDeclaration: 4
const htmlCdata: 5
const htmlBasic: 6
const htmlComplete: 7
const htmlRawSizeMax: 8
const linkResourceDestinationBalanceMax: 32
const linkReferenceSizeMax: 999
const listItemValueSizeMax: 10
const numericBaseDecimal: 10
const numericBaseHexadecimal: 16
const tabSize: 4
const thematicBreakMarkerCountMin: 3
const v8MaxSafeChunkSize: 10000
}