gd2md-html icon indicating copy to clipboard operation
gd2md-html copied to clipboard

DEPRECATED_ES5 runtime required?

Open viktorbrech opened this issue 2 years ago • 1 comments

Thank you for writing this app and open-sourcing it.

I notice it uses the ES5 runtime as per its appsscript.json .

Wondering if anything is expected to break if I change this to V8. The reason is that I use this code in conjunction with a script of my own (i.e. inside the same project), which requires V8.

Thanks!

viktorbrech avatar Feb 08 '23 14:02 viktorbrech

Current code seems to run fine in V8, just a lot slower (not sure exactly why though).

evbacher avatar Oct 15 '24 11:10 evbacher