You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lossless-cut/public/preload
Mikael Finstad c9066c3743
test contextIsolation
UNFINISHED!

todo:

move from devdeps to deps
import pMap from 'p-map';
import flatMap from 'lodash/flatMap';
import sortBy from 'lodash/sortBy';
import moment from 'moment';
import i18n from 'i18next';
import Timecode from 'smpte-timecode';

test this!!!!
const isMasBuild = process.mas;
const isWindowsStoreBuild = process.windowsStore;
const isStoreBuild = isMasBuild || isWindowsStoreBuild;

test file open from command line
5 years ago
..
ffmpeg.js test contextIsolation 5 years ago
util.js test contextIsolation 5 years ago