Skip to content

Commit

Permalink
Export functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed Jun 25, 2024
1 parent 29c3478 commit f907d3b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/sourcemap-codec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ import {
write,
resetPos,
} from './vlq';
// export { decodeOriginalScopes } from './scopes';

export {
decodeOriginalScopes,
encodeOriginalScopes,
decodeGeneratedRanges,
encodeGeneratedRanges,
} from './scopes';
export type { OriginalScope, GeneratedRange, CallSite, ExpressionBinding } from './scopes';

export type SourceMapSegment =
| [number]
Expand Down

0 comments on commit f907d3b

Please sign in to comment.