Fluence.parseAIR function to return AST as JSON (#994)

This commit is contained in:
folex
2020-12-07 14:18:42 +03:00
committed by GitHub
parent 957c0f90c1
commit 1da69b1fb9
12 changed files with 725 additions and 179 deletions

View File

@ -14,7 +14,13 @@ const config = {
test: /\.tsx?$/,
loader: 'ts-loader',
exclude: /node_modules/
}
},
{
test: /\.spec\.ts$/,
use: 'mocha-loader',
exclude: /node_modules/,
},
]
},
resolve: {