Skip to content

Commit cffc4da

Browse files
committed
- build
1 parent 6644917 commit cffc4da

6 files changed

+10
-3
lines changed

dist/host.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ export declare class LanguageServiceHost implements tsTypes.LanguageServiceHost
2626
directoryExists(directoryName: string): boolean;
2727
getDirectories(directoryName: string): string[];
2828
getCustomTransformers(): tsTypes.CustomTransformers | undefined;
29+
trace(line: string): void;
2930
}
3031
//# sourceMappingURL=host.d.ts.map

dist/host.d.ts.map

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change

dist/rollup-plugin-typescript2.cjs.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17430,6 +17430,9 @@ class LanguageServiceHost {
1743017430
}
1743117431
return transformer;
1743217432
}
17433+
trace(line) {
17434+
console.log(line);
17435+
}
1743317436
}
1743417437

1743517438
/**

dist/rollup-plugin-typescript2.cjs.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rollup-plugin-typescript2.es.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17399,6 +17399,9 @@ class LanguageServiceHost {
1739917399
}
1740017400
return transformer;
1740117401
}
17402+
trace(line) {
17403+
console.log(line);
17404+
}
1740217405
}
1740317406

1740417407
/**

dist/rollup-plugin-typescript2.es.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)