JS: add support of JsQualifier annotation. See KT-15905
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
define("libjs", ["exports"], function(exports) {
|
||||
exports.a = {
|
||||
b: {
|
||||
c: function () {
|
||||
return "OK";
|
||||
}
|
||||
}
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user