Skip to content

Commit 2196d7b

Browse files
committed
Lint
1 parent 3314dda commit 2196d7b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/bundler-plugin-core/src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import {
2020
getPackageJson,
2121
parseMajorVersion,
2222
replaceBooleanFlagsInCode,
23-
stringToUUID,
2423
stripQueryAndHashFromPath,
2524
} from "./utils";
2625
import * as dotenv from "dotenv";

packages/bundler-plugin-core/src/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export function getDebugIdFromMagicComment(code: string): string | undefined {
181181

182182
/**
183183
* Gets a debug ID for the passed source code.
184-
*
184+
*
185185
* If the source already contains a debug ID magic comment, that existing debug
186186
* ID is used, otherwise a debug ID is created via hashing
187187
*/

0 commit comments

Comments
 (0)