Skip to content

Commit

Permalink
add comment about normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
agilgur5 committed Aug 30, 2022
1 parent b393678 commit 4cde289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -209,7 +209,7 @@ const typescript: PluginImpl<RPT2Options> = (options) =>

async transform(code, id)
{
transformedFiles.add(id);
transformedFiles.add(id); // note: this does not need normalization as we only compare Rollup <-> Rollup, and not Rollup <-> TS

if (!filter(id))
return undefined;
Expand Down

0 comments on commit 4cde289

Please sign in to comment.