UNPKG

code-migration-helpers

Version:

Provides useful (but currently not thorough) code migration helpers

12 lines 392 B
export const kAddIndexFileConstants = { maxEntriesToWriteCount: 50, defaultIncludeStrOrRegex: ['\\.(ts|mts|cts|js|mjs|cjs|d\\.ts)$'], defaultExcludeStrOrRegex: [ '__test__', '__tests__', '\\.test\\.(ts|mts|cts|js|mjs|cjs|d\\.ts)$', '\\.spec\\.(ts|mts|cts|js|mjs|cjs|d\\.ts)$', 'node_modules', ], }; //# sourceMappingURL=constants.js.map