Skip to content

Commit c086a63

Browse files
committed
v3.0.5
1 parent fbb869b commit c086a63

8 files changed

+0
-8
lines changed

lib/cjs/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ const SaxWasm = require("./saxWasm.js");
2020
__exportStar(require("./saxWasm.js"), exports);
2121
// Export everything as the default export
2222
exports.default = SaxWasm;
23-
//# sourceMappingURL=index.js.map

lib/cjs/index.js.map

-1
This file was deleted.

lib/cjs/saxWasm.js

-1
Original file line numberDiff line numberDiff line change
@@ -643,4 +643,3 @@ const readPosition = (uint8Array, ptr = 0) => {
643643
return new Position(line, character);
644644
};
645645
exports.readPosition = readPosition;
646-
//# sourceMappingURL=saxWasm.js.map

lib/cjs/saxWasm.js.map

-1
This file was deleted.

lib/esm/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ import * as SaxWasm from './saxWasm.js';
44
export * from './saxWasm.js';
55
// Export everything as the default export
66
export default SaxWasm;
7-
//# sourceMappingURL=index.js.map

lib/esm/index.js.map

-1
This file was deleted.

lib/esm/saxWasm.js

-1
Original file line numberDiff line numberDiff line change
@@ -630,4 +630,3 @@ export const readPosition = (uint8Array, ptr = 0) => {
630630
const character = readU64(uint8Array, ptr + 8);
631631
return new Position(line, character);
632632
};
633-
//# sourceMappingURL=saxWasm.js.map

0 commit comments

Comments
 (0)