Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed Jun 25, 2024
1 parent f907d3b commit 214e9ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/scopes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ export function decodeGeneratedRanges(input: string): GeneratedRange[] {
}

if (hasMoreVlq(input, posOut, semi)) {
debugger;
const bindings: ExpressionBinding[][] = [];
range.bindings = bindings;
do {
Expand Down
2 changes: 1 addition & 1 deletion test/codec.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-env node, mocha */

import { encode, decode, SourceMapMappings } from '../src/sourcemap-codec';
import { encode, decode, type SourceMapMappings } from '../src/sourcemap-codec';
import { strict as assert } from 'assert';
import * as fs from 'fs';
import * as path from 'path';
Expand Down

0 comments on commit 214e9ae

Please sign in to comment.