Options
All
  • Public
  • Public/Protected
  • All
Menu

Options for microgrammar matching

Hierarchy

  • Opts

Index

Properties

Optional contentTransformer

contentTransformer: (content: string) => string

If specified, transforms content of each file matched by the glob before running the microgrammar. Used to remove comments etc.

param
returns

Type declaration

    • (content: string): string
    • Parameters

      • content: string

      Returns string

Optional makeUpdatable

makeUpdatable: boolean

Should we make the results updatable?

Generated using TypeDoc