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 25, 2022
1 parent 1cfdbd8 commit dd9ce35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,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 dd9ce35

Please sign in to comment.