issues
search
aFuzzyBear
/
astro-ui
MonoRepo to house the collective distribution for Astro Components, Hoping this turns out to be a community led effort where Astro UI Components can be stored and accessed
astro-ui.vercel.app
MIT License
37
stars
8
forks
source link
Various Improvements
#27
Closed
jonathantneal
closed
2 years ago
jonathantneal
commented
2 years ago
Adds support for functions in
define:vars
(since previously they would become empty values).
Adds support for regex in
define:vars
(since previously they would become empty objects).
Improves JavaScript type checking (since `typeof null === 'object').
Uses consistent indentation throughout (since there were tabs and space intermixed, & empty lines of space).
define:vars
(since previously they would become empty values).define:vars
(since previously they would become empty objects).