in lib/object-path.ts [15:17]
export function unescapePathPart(pathPart: string): string { return pathPart.replace(/^\["/, '').replace(/"]$/, '').replace(/\\/, ''); }