BBob
BBob copied to clipboard
img tag cannot be parsed
As title implies, adding any img tag will produce an error.
Behaviour arises immediately upon typing a 'g' after [im and before ]
Looks like bug. Will be fixed soon
My investigation revealed that esm.sh has caching issues. esm.sh is used to import modules in the demo.
/* esm.sh - @bbob/[email protected] */
import "/v135/@bbob/[email protected]/es2022/preset.mjs";
import "/v135/@bbob/[email protected]/es2022/plugin-helper.mjs";
export * from "/v135/@bbob/[email protected]/es2022/preset-html5.mjs";
export { default } from "/v135/@bbob/[email protected]/es2022/preset-html5.mjs";
It seems that esm.sh incorrectly pointed to version 3.0.2 of @bbob/preset while importing @bbob/[email protected].
I will look for an alternative service to handle ESM imports in the demo.
All tests that were causing the demo to break are now passing: https://github.com/JiLiZART/BBob/pull/263.