ng-implementation/implem/.angular/cache/20.1.4/babel-webpack/4a930401e78d8068c329ba2d74a84024.json
2025-08-19 12:05:42 +02:00

1 line
No EOL
1.3 KiB
JSON

{"ast":null,"code":"import { distinctUntilChanged } from './distinctUntilChanged';\nexport function distinctUntilKeyChanged(key, compare) {\n return distinctUntilChanged(function (x, y) {\n return compare ? compare(x[key], y[key]) : x[key] === y[key];\n });\n}\n//# sourceMappingURL=distinctUntilKeyChanged.js.map","map":{"version":3,"names":["distinctUntilChanged","distinctUntilKeyChanged","key","compare","x","y"],"sources":["/home/poule/encrypted/stockage-syncable/www/development/html/ng-implementation/implem/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilKeyChanged.js"],"sourcesContent":["import { distinctUntilChanged } from './distinctUntilChanged';\nexport function distinctUntilKeyChanged(key, compare) {\n return distinctUntilChanged(function (x, y) { return (compare ? compare(x[key], y[key]) : x[key] === y[key]); });\n}\n//# sourceMappingURL=distinctUntilKeyChanged.js.map"],"mappings":"AAAA,SAASA,oBAAoB,QAAQ,wBAAwB;AAC7D,OAAO,SAASC,uBAAuBA,CAACC,GAAG,EAAEC,OAAO,EAAE;EAClD,OAAOH,oBAAoB,CAAC,UAAUI,CAAC,EAAEC,CAAC,EAAE;IAAE,OAAQF,OAAO,GAAGA,OAAO,CAACC,CAAC,CAACF,GAAG,CAAC,EAAEG,CAAC,CAACH,GAAG,CAAC,CAAC,GAAGE,CAAC,CAACF,GAAG,CAAC,KAAKG,CAAC,CAACH,GAAG,CAAC;EAAG,CAAC,CAAC;AACpH;AACA","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}