A number of function already support returning their results instead of passing it to callbacks. However, the xliff to json functions - xliff12ToJs and xliffToJs - do not. I cannot see any async operations and would suggest to add the same pattern for these.
A number of function already support returning their results instead of passing it to callbacks. However, the xliff to json functions -
xliff12ToJs
andxliffToJs
- do not. I cannot see any async operations and would suggest to add the same pattern for these.