forked from MapComplete/MapComplete
Performance: split validation into multiple files, avoid using 'fixImages' and 'exractImages' into well-known themes as it takes a big chunk of data
This commit is contained in:
parent
ac853ab021
commit
8c779fe09b
16 changed files with 1009 additions and 949 deletions
|
@ -1493,7 +1493,7 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be
|
|||
return true
|
||||
}
|
||||
|
||||
public static SameObject(a: any, b: any) {
|
||||
public static SameObject<T>(a: T, b: T, ignoreKeys?: string[]): boolean {
|
||||
if (a === b) {
|
||||
return true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue