PHP 8.2.30
Preview: array.js Size: 370 B
//opt/alt/alt-nodejs24/root/usr/lib/node_modules/npm/node_modules/diff/libesm/diff/array.js

import Diff from './base.js';
class ArrayDiff extends Diff {
    tokenize(value) {
        return value.slice();
    }
    join(value) {
        return value;
    }
    removeEmpty(value) {
        return value;
    }
}
export const arrayDiff = new ArrayDiff();
export function diffArrays(oldArr, newArr, options) {
    return arrayDiff.diff(oldArr, newArr, options);
}

Directory Contents

Dirs: 0 × Files: 8

Name Size Perms Modified Actions
370 B lrw-r--r-- 2026-02-23 07:38:44
Edit Download
11.72 KB lrw-r--r-- 2026-02-23 07:38:44
Edit Download
228 B lrw-r--r-- 2026-02-23 07:38:44
Edit Download
275 B lrw-r--r-- 2026-02-23 07:38:44
Edit Download
2.85 KB lrw-r--r-- 2026-02-23 07:38:44
Edit Download
2.57 KB lrw-r--r-- 2026-02-23 07:38:44
Edit Download
1.86 KB lrw-r--r-- 2026-02-23 07:38:44
Edit Download
13.03 KB lrw-r--r-- 2026-02-23 07:38:44
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).