Function parseTJSSvelteConfig

  • Parses a TyphonJS Svelte config object ensuring that classes specified are Svelte components and props are set correctly.

    Parameters

    • config: object

      Svelte config object.

    • Optional thisArg: any

      This reference to set for invoking any props function.

    Returns object

    The processed Svelte config object.