src/service.ts (6 lines): - line 137: /** TODO: Look for way to make hpm private without sacrificing ease of maintenance. This should be private but in embed needs to call methods. - line 142: /** TODO: Look for way to make wpmp private. This is only public to allow stopping the wpmp in tests - line 253: // TODO: Change when Object.assign is available. - line 279: * TODO: Add a description here - line 411: // TODO: Multiple embedding to the same iframe is not supported in QnA - line 417: * TODO: Dynamic embed type switching could be supported but there is work needed to prepare the service state and DOM cleanup. src/util.ts (1 line): - line 75: // TODO: replace in favor of using polyfill src/embed.ts (1 line): - line 38: // TODO: Re-use ILoadConfiguration interface to prevent duplicating properties. src/factories.ts (1 line): - line 5: * TODO: Need to find better place for these factory functions or refactor how we handle dependency injection src/visual.ts (1 line): - line 169: // TODO: Use the Array.find method when ES6 is available