Skip to content

Commit dd9ce35

Browse files
committed
add comment about normalization
1 parent 1cfdbd8 commit dd9ce35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
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)