mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-19 15:54:09 +02:00
CODEBASE: Expand lint rules, and Aliases are stored as maps (#501)
This commit is contained in:
@@ -4,7 +4,7 @@ import type { ScriptFilePath } from "../../Paths/ScriptFilePath";
|
||||
// This needs to be high in the dependency graph, with few/no dependencies of
|
||||
// its own, since many key modules depend on it.
|
||||
|
||||
export type ScriptKey = string /*& { __type: "ScriptKey" }*/;
|
||||
export type ScriptKey = string & { __type: "ScriptKey" };
|
||||
|
||||
// The key used to lookup worker scripts in their map.
|
||||
export function scriptKey(path: ScriptFilePath, args: ScriptArg[]): ScriptKey {
|
||||
|
||||
Reference in New Issue
Block a user