[JS IR] Access with exported properties by its name, not accessor

[JS IR] Export properties to ts as getter/setter, not fields

[JS IR] Fix typescript tests



Merge-request: KT-MR-5074
This commit is contained in:
Ilya Goncharov
2021-11-26 09:18:12 +00:00
committed by Space
parent 353f82f9e6
commit cac286c915
21 changed files with 228 additions and 145 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"devDependencies": {
"mocha": "3.2.0",
"mocha-teamcity-reporter": "1.1.1",
"typescript": "^3.5.3"
"typescript": "^4.5.2"
},
"scripts": {
"runOnTeamcity": "mocha --reporter mocha-teamcity-reporter",