bafolts / tplant

Typescript to plantuml
https://segmentationfaults.com/tplant/default.html
GNU General Public License v3.0
267 stars 34 forks source link

Doesn't understand default exports #66

Open dustinlacewell opened 3 years ago

dustinlacewell commented 3 years ago

Just ran tplant on my project, got strange results. It doesn't seem to understand that default is a keyword, and not the name of the class. Here are some examples:

class default extends Error {
class default {
class default extends Client
class default {
abstract class default {
class default extends Parser {

And so on.