feat(parser): handle multi-file solutions
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
a959d462e9
commit
063145fe90
@@ -20,8 +20,6 @@ function defaultFile(lang) {
|
||||
};
|
||||
}
|
||||
function createCodeGetter(key, regEx, seeds) {
|
||||
console.log('seeds');
|
||||
console.log(seeds);
|
||||
return container => {
|
||||
const {
|
||||
properties: { id }
|
||||
@@ -122,4 +120,5 @@ function createPlugin() {
|
||||
};
|
||||
}
|
||||
|
||||
module.exports = createPlugin;
|
||||
exports.challengeSeedToData = createPlugin;
|
||||
exports.createCodeGetter = createCodeGetter;
|
||||
|
Reference in New Issue
Block a user