drupflare/drangler - v0.1.0
    Preparing search index...

    Function stripJsonComments

    • Strips // and block comments from JSONC, leaving string contents alone.

      A regex would eat the // in every https:// in the file, and wrangler configs are full of them.

      Parameters

      • text: string

      Returns string