Skip to content

Commit 51ecd1d

Browse files
committed
More post-rebase cleanup
1 parent 333d206 commit 51ecd1d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/core/source-map/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
2222
},
2323
"dependencies": {
24-
"@atlaspack/rust": "3.8.1"
24+
"@atlaspack/rust": "3.8.2"
2525
}
2626
}

packages/packagers/js/src/ScopeHoistingPackager.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ export class ScopeHoistingPackager {
179179
let [content, map, lines] = this.visitAsset(asset);
180180

181181
if (sourceMap && map) {
182-
// @ts-expect-error TS2551 - addSourceMap method exists but missing from @parcel/source-map type definitions
183182
sourceMap.addSourceMap(map, lineCount);
184183
} else if (this.bundle.env.sourceMap) {
185184
sourceMap = map;

0 commit comments

Comments
 (0)