mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-06-27 23:01:33 +00:00
Fluence.parseAIR function to return AST as JSON (#994)
This commit is contained in:
@ -14,7 +14,13 @@ const config = {
|
||||
test: /\.tsx?$/,
|
||||
loader: 'ts-loader',
|
||||
exclude: /node_modules/
|
||||
}
|
||||
},
|
||||
{
|
||||
test: /\.spec\.ts$/,
|
||||
use: 'mocha-loader',
|
||||
exclude: /node_modules/,
|
||||
},
|
||||
|
||||
]
|
||||
},
|
||||
resolve: {
|
||||
|
Reference in New Issue
Block a user