Closed bpstrngr closed 1 year ago
another example (src/Module.ts):
export default class Module {
readonly alternativeReexportModules = new Map<Variable, Module>();
readonly chunkFileNames = new Set<string>();
declare namespace: NamespaceVariable;
needsExportShim = false;
declare originalCode: string;
declare originalSourcemap: ExistingDecodedSourceMap | null;
preserveSignature: PreserveEntrySignaturesOption;
readonly sourcesWithAssertions = new Map<string, Record<string, string>>();
declare transformFiles?: EmittedFile[];
}
^
Had been fixed in version 1.4.3
Another error coming from parsing Rollup's src/Graph.ts:
throwing: