gcode-preview - v3.0.0-alpha.4
    Preparing search index...

    Type Alias ParserOptions

    Options for configuring the parser

    type ParserOptions = {
        keepLines?: boolean;
    }
    Index

    Properties

    Properties

    keepLines?: boolean

    Keep every source line on lines. Off by default: a 3.5 MB file costs several megabytes to hold, and nothing in the library reads the text back.