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 71e51d9 commit a119d18Copy full SHA for a119d18
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@moonlight-mod/moonmap",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"license": "MIT",
5
"repository": {
6
"type": "git",
src/index.ts
@@ -61,11 +61,11 @@ export default class Moonmap {
61
private processors: MappingProcessor[];
62
private successful: Set<string>;
63
private getModuleSource?: (id: string) => string;
64
-
65
- private modules: Record<string, string>;
66
- private exports: Record<string, Record<string, ModuleExport>>;
67
private sentModules: Set<string>;
68
+ modules: Record<string, string>;
+ exports: Record<string, Record<string, ModuleExport>>;
+
69
elapsed: number;
70
71
constructor() {
0 commit comments