more precise (case) allows (or) result for the object being tested
This commit is contained in:
@@ -260,7 +260,7 @@ class SpecialForms {
|
|||||||
default:
|
default:
|
||||||
null;
|
null;
|
||||||
};
|
};
|
||||||
ESwitch(k.forCaseParsing().convert(args[0]), args.slice(1).map(Helpers.makeSwitchCase.bind(_, k)), defaultExpr).withMacroPosOf(wholeExp);
|
ESwitch(k.withoutListWrapping().convert(args[0]), args.slice(1).map(Helpers.makeSwitchCase.bind(_, k)), defaultExpr).withMacroPosOf(wholeExp);
|
||||||
};
|
};
|
||||||
|
|
||||||
// Type check syntax:
|
// Type check syntax:
|
||||||
|
|||||||
Reference in New Issue
Block a user