mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
fix: pin source-map dependency and clean up website
This commit is contained in:
@@ -178,7 +178,6 @@ export class SourceMapper {
|
||||
// Load up the source map
|
||||
const rawSourceMap: RawSourceMap = JsonFile.load(sourceMapPath) as RawSourceMap;
|
||||
|
||||
// @ts-expect-error: Whatever
|
||||
const sourceMapConsumer: SourceMapConsumer = new SourceMapConsumer(rawSourceMap);
|
||||
const mappingItems: MappingItem[] = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user