mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
fix(dx): remove extra quote in emitDeclarationOnly log statement (#412)
- must've been a copy+paste mistake or something
This commit is contained in:
parent
83835009f4
commit
88863838a0
@ -253,7 +253,7 @@ const typescript: PluginImpl<RPT2Options> = (options) =>
|
||||
// note that result.code is non-existent if emitDeclarationOnly per https://github.com/ezolenko/rollup-plugin-typescript2/issues/268
|
||||
if (parsedConfig.options.emitDeclarationOnly)
|
||||
{
|
||||
context.debug(() => `${blue("emitDeclarationOnly")} enabled, not transforming TS'`);
|
||||
context.debug(() => `${blue("emitDeclarationOnly")} enabled, not transforming TS`);
|
||||
return undefined;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user