Searched defs:renderDecorators (Results 1 – 1 of 1) sorted by relevance
111 const renderDecorators: string[] | undefined = options.ets?.render?.decorator; constant235 const renderDecorators: string[] | undefined = options?.ets?.render?.decorator; constant265 … const renderDecorators = compilerOptions.ets?.render?.decorator ?? ["Builder", "LocalBuilder"]; constant