We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae91456 commit 9d2b530Copy full SHA for 9d2b530
1 file changed
test/utils/helpers.ts
@@ -161,7 +161,6 @@ export function getManualEmitResult(
161
pcl: ts.ParsedCommandLine,
162
) {
163
const { options: compilerOptions, fileNames } = pcl;
164
- // @ts-expect-error TS(2345) FIXME: Argument of type 'unknown' is not assignable to parameter of type 'TransformerExtras | undefined'.
165
const transformer = tstpTransform(void 0, pluginConfig, { ts: tsInstance } as unknown, {
166
compilerOptions,
167
fileNames,
0 commit comments