PaulTaykalo / objc-dependency-visualizer

Objective-C and Swift dependency visualizer. It's tool that helps to visualize current state of your project. It's really easy to see how tight your classes are coupled.
MIT License
1.84k stars 99 forks source link

It's not possible to see graph in Safari #18

Closed PaulTaykalo closed 8 years ago

PaulTaykalo commented 8 years ago

Since Safari doesn't support arrow functions, it's not possible to see graph in it https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions#Browser_compatibility

PaulTaykalo commented 8 years ago

From what I see here, Safari will support Arrow Functions in future, so https://www.webkit.org/blog/4054/es6-in-webkit/

“If you wait by the river long enough, the bodies of your enemies will float by.”

Let's wait :))