CartoDB / carto-vl

CARTO VL: a Javascript library to create vector-based visualizations
BSD 3-Clause "New" or "Revised" License
129 stars 26 forks source link

Create an error list #963

Open VictorVelarde opened 6 years ago

VictorVelarde commented 6 years ago

Related to: https://github.com/CartoDB/carto-vl/issues/743

It might be useful to create a list with all the errors in the library. A previous refactoring has been done, regarding to error types and messages composition (see https://github.com/CartoDB/carto-vl/pull/924).

davidmanzanares commented 5 years ago

I think #924 closed this, right?

VictorVelarde commented 5 years ago

Not exactly. The merged commits were a refactoring to organize error types and their messages.

This is the pending request to extract a list from the code itself, using a tool like espree, described in https://github.com/CartoDB/carto-vl/pull/924#issuecomment-419391239