Skip to content

Commit 4763632

Browse files
Update packages/devextreme-schematics/src/migrate-config-components/template-migrator.ts
Co-authored-by: Copilot <[email protected]>
1 parent 7ac471b commit 4763632

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/devextreme-schematics/src/migrate-config-components/template-migrator.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import * as parse5 from 'parse5';
33
import * as path from 'path';
44
import picomatch from 'picomatch';
55

6-
// Dynamically require TypeScript if available; skip inline template migration if not.
76
// Dynamically require TypeScript if available; skip inline template migration if not.
87
let ts: any = null;
98
const tsResolutionErrors: string[] = [];

0 commit comments

Comments
 (0)