We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc89dd commit 5779cd2Copy full SHA for 5779cd2
packages/core/source-map/src/node.ts
@@ -1,8 +1,10 @@
1
import type {VLQMap, GenerateEmptyMapOptions} from './types';
2
import SourceMap, {SOURCE_MAP_VERSION} from './SourceMap';
3
-
4
import {SourceMap as AtlaspackSourceMap} from '@atlaspack/rust';
5
+// Re-export types for consumers
6
+export type * from './types';
7
+
8
export default class NodeSourceMap extends SourceMap {
9
constructor(projectRoot: string = '/', buffer?: Buffer) {
10
super(projectRoot);
0 commit comments