[WIP] Start implementing support for lambda parsing
This commit is contained in:
@@ -21,7 +21,7 @@ export class Unique extends Command<{}> {
|
||||
destructuredOrLines: sub => {
|
||||
const seen: Record<string, boolean> = {}
|
||||
return sub.filter(part => {
|
||||
const hash = hashStrRVal(wrapString(part.value))
|
||||
const hash = hashStrRVal(part.value)
|
||||
if ( seen[hash] ) {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user