[JS IR BE] Initial export generation

This commit is contained in:
Svyatoslav Kuzmich
2019-08-05 17:38:18 +03:00
parent 6670180782
commit 9594e9b3b1
53 changed files with 2063 additions and 155 deletions
+6 -4
View File
@@ -1,14 +1,16 @@
{
"dependencies" : {
"dependencies": {
"require-from-string": "1.2.0"
},
"devDependencies" : {
"devDependencies": {
"mocha": "3.2.0",
"mocha-teamcity-reporter": "1.1.1"
"mocha-teamcity-reporter": "1.1.1",
"typescript": "^3.5.3"
},
"scripts": {
"runOnTeamcity": "mocha --reporter mocha-teamcity-reporter",
"test": "mocha",
"runIrTestInNode" : "node $NODE_DEBUG_OPTION runIrTestInNode.js"
"runIrTestInNode": "node $NODE_DEBUG_OPTION runIrTestInNode.js",
"generateTypeScriptTests": "tsc --build typescript-export/*/"
}
}