SmartTokenLabs / TokenScript

TokenScript schema, specs and paper
http://tokenscript.org
MIT License
242 stars 71 forks source link

Bundled dependencies aren't wrapped by CDATA #344

Open bitcoinwarrior1 opened 4 years ago

bitcoinwarrior1 commented 4 years ago

if I have a token class I can manually add the CDATA tag to prevent the XML lint from complaining.

If I use a dependency like ENS name hash and bundle it into my entity, I have to manually copy and paste the CDATA again to include the bundled code.