sanjeev-rajput commented on issue #1255:
URL: https://github.com/apache/royale-asjs/issues/1255#issuecomment-2816490713
I investigated it little more and turn out that issue is with
/**
* @externs
*/
COMPILE::JS
it works fine if we attach script tag manually in html template and access
it with
var hljs:Object = window["hljs"];
hljs["highlightBlock"](block);
--
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]