cheng-alvin / durian.js

Durian.js is a lightweight Javascript framework that allows for custom HTML tag to create interactive components for large applications! Easy to learn, light and fun to develop with!
MIT License
2 stars 2 forks source link

Fixing problems with DOM exposure functions #24

Open cheng-alvin opened 10 months ago

cheng-alvin commented 10 months ago

Welcome to the development branch for fixing the problems and bugs that were addressed in #23. Please see #23's issue description for more information on how the issue is found and reproduced. Anyways, as usual, this Pull request is just normally used for logging the development progress of the feature.

Thank you

cheng-alvin commented 10 months ago

Just note that the test is not passing on commit number 57cacde because this is still In development and some code would be commented out for testing purposes

cheng-alvin commented 9 months ago

We can simply check if the component is called inside another element/component and call the script tags accordingly.