• Preparing search index...
  • The search index is not available
@stemcmicro/cs-parse
  • @stemcmicro/cs-parse
  • cs_parse

Function cs_parse

  • cs_parse(sourceText, options?): {
        errors: Error[];
        trees: U[];
    }
  • ClojureScript parsing based upon the extensible data notation parser.

    Parameters

    • sourceText: string
    • options: ClojureScriptParseOptions = {}

    Returns {
        errors: Error[];
        trees: U[];
    }

    • errors: Error[]
    • trees: U[]

    See

    https://github.com/edn-format/edn?tab=readme-ov-file

    • Defined in cs_parse.ts:18

Settings

Member Visibility

Theme

@stemcmicro/cs-parse
  • Loading...

Generated using TypeDoc