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

Version Path
immosquare-cleaner-0.1.32 node_modules/jsonc-eslint-parser/lib/parser/syntax-context.d.ts
immosquare-cleaner-0.1.31 node_modules/jsonc-eslint-parser/lib/parser/syntax-context.d.ts
immosquare-cleaner-0.1.30 node_modules/jsonc-eslint-parser/lib/parser/syntax-context.d.ts
immosquare-cleaner-0.1.29 node_modules/jsonc-eslint-parser/lib/parser/syntax-context.d.ts
immosquare-cleaner-0.1.28 node_modules/jsonc-eslint-parser/lib/parser/syntax-context.d.ts
immosquare-cleaner-0.1.27 node_modules/jsonc-eslint-parser/lib/parser/syntax-context.d.ts
immosquare-cleaner-0.1.26 node_modules/jsonc-eslint-parser/lib/parser/syntax-context.d.ts
immosquare-cleaner-0.1.25 node_modules/jsonc-eslint-parser/lib/parser/syntax-context.d.ts
immosquare-cleaner-0.1.24 node_modules/jsonc-eslint-parser/lib/parser/syntax-context.d.ts
immosquare-cleaner-0.1.23 node_modules/jsonc-eslint-parser/lib/parser/syntax-context.d.ts
immosquare-cleaner-0.1.22 node_modules/jsonc-eslint-parser/lib/parser/syntax-context.d.ts
immosquare-cleaner-0.1.21 node_modules/jsonc-eslint-parser/lib/parser/syntax-context.d.ts
immosquare-cleaner-0.1.20 node_modules/jsonc-eslint-parser/lib/parser/syntax-context.d.ts
immosquare-cleaner-0.1.19 node_modules/jsonc-eslint-parser/lib/parser/syntax-context.d.ts
immosquare-cleaner-0.1.18 node_modules/jsonc-eslint-parser/lib/parser/syntax-context.d.ts
immosquare-cleaner-0.1.17 node_modules/jsonc-eslint-parser/lib/parser/syntax-context.d.ts
immosquare-cleaner-0.1.16 node_modules/jsonc-eslint-parser/lib/parser/syntax-context.d.ts
immosquare-cleaner-0.1.14 node_modules/jsonc-eslint-parser/lib/parser/syntax-context.d.ts
immosquare-cleaner-0.1.13 node_modules/jsonc-eslint-parser/lib/parser/syntax-context.d.ts
immosquare-cleaner-0.1.12 node_modules/jsonc-eslint-parser/lib/parser/syntax-context.d.ts