Intermediate commit detect duplicate

This commit is contained in:
Giuseppe
2018-09-26 16:53:04 +02:00
parent b67984be8f
commit 618e689258
15 changed files with 277 additions and 191 deletions

View File

@@ -18,6 +18,8 @@ export class JsonPatchOperationPathCombiner {
constructor(rootElement, ...subRootElements: string[]) {
this._rootElement = rootElement;
this._subRootElement = subRootElements.join('/');
console.log(subRootElements);
console.log(this._subRootElement);
}
get rootElement(): string {