Sha256: 774c7c64c500a47596d204f673e5e10ca4f45e58042e1c170bd5152f7b90a4c4

Contents?: true

Size: 117 Bytes

Versions: 7

Compression:

Stored size: 117 Bytes

Contents

export declare type CodeBlock = {
  type: string;
  start: string;
  end?: string;
  children?: Array<CodeBlock>;
};

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dorian-2.6.3 vendor/groovy-beautify/dist/parser/types.d.ts
dorian-2.6.2 vendor/groovy-beautify/dist/parser/types.d.ts
dorian-2.6.1 vendor/groovy-beautify/dist/parser/types.d.ts
dorian-2.6.0 vendor/groovy-beautify/dist/parser/types.d.ts
dorian-2.5.2 vendor/groovy-beautify/dist/parser/types.d.ts
dorian-2.5.1 vendor/groovy-beautify/dist/parser/types.d.ts
dorian-2.5.0 vendor/groovy-beautify/dist/parser/types.d.ts