Sha256: caceb270f53aa32bfb258d59e678f215198067c3ecbc55b63757d875330219ef
Contents?: true
Size: 811 Bytes
Versions: 26
Compression:
Stored size: 811 Bytes
Contents
export type JSONSyntaxContext = { trailingCommas: boolean; comments: boolean; plusSigns: boolean; spacedSigns: boolean; leadingOrTrailingDecimalPoints: boolean; infinities: boolean; nans: boolean; numericSeparators: boolean; binaryNumericLiterals: boolean; octalNumericLiterals: boolean; legacyOctalNumericLiterals: boolean; invalidJsonNumbers: boolean; multilineStrings: boolean; unquoteProperties: boolean; singleQuotes: boolean; numberProperties: boolean; undefinedKeywords: boolean; sparseArrays: boolean; regExpLiterals: boolean; templateLiterals: boolean; bigintLiterals: boolean; unicodeCodepointEscapes: boolean; escapeSequenceInIdentifier: boolean; parentheses: boolean; staticExpressions: boolean; };
Version data entries
26 entries across 26 versions & 1 rubygems