eclipse-archived / ceylon

The Ceylon compiler, language module, and command line tools
http://ceylon-lang.org
Apache License 2.0
399 stars 62 forks source link

metamodel for static members on JS #7422

Open gavinking opened 6 years ago

gavinking commented 6 years ago

It seems that proper support for static members in the metamodel was simply never implemented properly on JS.

We've got some truly great code like:

function staticGet(cont) {
  console.log("OpenValueConstructor.staticGet PENDING...");
}

for in some other cases methods like staticGet() are simply missing completely.

cc @chochos.