NolanMatt commented on issue #595: URL: https://github.com/apache/daffodil-vscode/issues/595#issuecomment-1845794640
to add to what Mike said, if we remove all imports from our webview.js file, then it will function as expected, but obviously doesn't do anything because its just dispalying raw hardcoded html at that point since we can't do any xml manipulation without importing xml libraries. This applies to any import that is not local to our code (ie we can import the tdmlXmlUtils file, but we cannot import anything from a library) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
