Skip to content

Commit 4cde289

Browse files
committed
add comment about normalization
1 parent b393678 commit 4cde289

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
@@ -209,7 +209,7 @@ const typescript: PluginImpl<RPT2Options> = (options) =>
209209

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

214214
if (!filter(id))
215215
return undefined;

0 commit comments

Comments
 (0)