Files
kotlin-fork/js/js.translator/testData/package.json
T
Ilya Goncharov cac286c915 [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
2021-11-26 09:18:12 +00:00

17 lines
421 B
JSON
Vendored

{
"dependencies": {
"require-from-string": "1.2.0"
},
"devDependencies": {
"mocha": "3.2.0",
"mocha-teamcity-reporter": "1.1.1",
"typescript": "^4.5.2"
},
"scripts": {
"runOnTeamcity": "mocha --reporter mocha-teamcity-reporter",
"test": "mocha",
"runIrTestInNode": "node $NODE_DEBUG_OPTION runIrTestInNode.js",
"generateTypeScriptTests": "tsc --build typescript-export/*/"
}
}