malloydata / malloy

Malloy is an experimental language for describing data relationships and transformations.
http://www.malloydata.dev
MIT License
2.01k stars 76 forks source link

fix: warn when malloy-render already exists #1786

Closed skokenes closed 4 months ago

skokenes commented 4 months ago

Throw a warning when malloy-render is accidentally loaded twice, instead of throwing an error. Developers should avoid situations where the component library is instantiated twice but its not always a show stopper