Skip to content

@vtjDocs


@vtj / renderer / parseDeps

Function: parseDeps()

parseDeps(deps, basePath, isDev?): object

Parameters

deps: Dependencie[]

basePath: string

isDev?: boolean

Returns

object

css

css: string[]

libraryExports

libraryExports: string[]

libraryLocaleMap

libraryLocaleMap: Record<string, string>

libraryMap

libraryMap: Record<string, string[]>

materialExports

materialExports: string[]

materialMapLibrary

materialMapLibrary: Record<string, string>

materials

materials: string[]

scripts

scripts: string[]

Defined in

packages/renderer/types/utils/deps.d.ts:9

Released under the MIT License.