Searched refs:TEMPLATES (Results 1 – 4 of 4) sorted by relevance
4 import { DestinationResolutionProps, selectTemplatesAsync, TEMPLATES } from './templates';24 (file) => !!TEMPLATES.find((template) => template.destination(props) === file)29 (file) => !TEMPLATES.find((template) => template.destination(props) === file)32 `Invalid files: ${diff.join(', ')}. Allowed: ${TEMPLATES.map((template) =>44 TEMPLATES.findIndex((template) => template.destination(props) === file)92 const template = TEMPLATES[file];110 .map((file) => TEMPLATES[file].dependencies)
42 export const TEMPLATES: { constant102 return TEMPLATES.map((template, index) => {
5 import { TEMPLATES } from '../../customize/templates';54 filePath = TEMPLATES.find((value) => value.id === 'index.html')!.file(projectRoot);
11 TEMPLATES: [{ id: 'index.html', file: () => '/mock/index.html' }],