Documentation
    Preparing search index...

    Module @todone/core - v0.6.4

    @todone/core

    The main logic for finding matches in files and running plugins against them.

    It uses ReadableStreams heavily, so make sure to be acquainted with them.

    Tip

    An easy way to create ReadableStreams is to use ReadableStream.from(). And an easy way to consume them is to use a for await...of loop.

    Interfaces

    FullAnalysis
    Options

    Type Aliases

    AnalysisItem

    Functions

    analyzePromise
    analyzeStream