Skip to content

Commit 3f1dfd8

Browse files
committed
add comment about normalization
1 parent 56e6ce8 commit 3f1dfd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ const typescript: PluginImpl<RPT2Options> = (options) =>
211211

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

216216
if (!filter(id))
217217
return undefined;

0 commit comments

Comments
 (0)