@@ -8,21 +8,21 @@ import {
88 type NameTransformation ,
99} from "../mustache/generator/NameGenerator" ;
1010import { Writer , type WriterOptions } from "./writer" ;
11- import type { PrimitiveType } from "../ mustache/types/PrimitiveType" ;
12- import type { FilterType } from "../ mustache/types/FilterType" ;
13- import type { HookType } from "../ mustache/types/HookType" ;
14- import type { Rendering } from "../ mustache/types/Rendering" ;
11+ import type { PrimitiveType } from "@ mustache/types/PrimitiveType" ;
12+ import type { FilterType } from "@ mustache/types/FilterType" ;
13+ import type { HookType } from "@ mustache/types/HookType" ;
14+ import type { Rendering } from "@ mustache/types/Rendering" ;
1515import * as fs from "node:fs" ;
1616import * as Path from "node:path" ;
17- import { TemplateFileCache } from "../ mustache/generator/TemplateFileCache" ;
18- import { LambdaMixinProvider } from "../ mustache/generator/LambdaMixinProvider" ;
19- import { DebugMixinProvider } from "../ mustache/generator/DebugMixinProvider" ;
20- import type { ViewModelCache } from "../ mustache/generator/ViewModelFactory" ;
21- import type { TypeViewModel } from "../ mustache/types/TypeViewModel" ;
22- import type { NamedViewModel } from "../ mustache/types/NamedViewModel" ;
23- import type { ViewModel } from "../ mustache/types/ViewModel" ;
17+ import { TemplateFileCache } from "@ mustache/generator/TemplateFileCache" ;
18+ import { LambdaMixinProvider } from "@ mustache/generator/LambdaMixinProvider" ;
19+ import { DebugMixinProvider } from "@ mustache/generator/DebugMixinProvider" ;
20+ import type { ViewModelCache } from "@ mustache/generator/ViewModelFactory" ;
21+ import type { TypeViewModel } from "@ mustache/types/TypeViewModel" ;
22+ import type { NamedViewModel } from "@ mustache/types/NamedViewModel" ;
23+ import type { ViewModel } from "@ mustache/types/ViewModel" ;
2424import * as util from "node:util" ;
25- import type { View } from "../ mustache/types/View" ;
25+ import type { View } from "@ mustache/types/View" ;
2626import { default as Mustache } from "mustache" ;
2727
2828export interface MustacheGeneratorOptions extends WriterOptions {
0 commit comments