UNPKG

sfdx-git-delta

Version:

Generate the sfdx content in source format and destructive change from two git commits

7 lines 241 B
'use strict'; export const DOT = '.'; export const EXTENSION_SUFFIX_REGEX = /\.[^/.]+$/; export const PATH_SEP = '/'; export const PATH_SEPARATOR_REGEX = /[/\\]+/g; export const UTF8_ENCODING = 'utf8'; //# sourceMappingURL=fsConstants.js.map