t2ym / gulp-i18n-leverage

Merge changes in default JSON into localized JSON for Polymer I18N with i18n-behavior
Other
0 stars 0 forks source link

todo items for removed strings are not removed when their parent objects are removed #9

Closed t2ym closed 8 years ago

t2ym commented 8 years ago

todo items for removed strings are not removed when their parent objects are removed.

When /extra-array is removed, all the children including the following todo operation have to be removed as well.

Original todo:

   "todo": [
     {
       "op": "add",
       "path": "/extra-array/4",
       "value": "array 4"
     }
   ]