planning
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s

This commit is contained in:
2024-10-14 09:15:30 +02:00
parent bcba00a730
commit 6e64e138e2
21059 changed files with 2317811 additions and 1 deletions

65
node_modules/micromark/lib/constant/constants.d.ts generated vendored Normal file
View 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