Skip to content

Commit

Permalink
Remove exceptions to wrapper generator
Browse files Browse the repository at this point in the history
  • Loading branch information
lm-sousa committed Aug 22, 2023
1 parent c41578e commit af1ab2e
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions Lara-JS/scripts/generate-ts-joinpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,28 +132,7 @@ function parseExceptions(actionName) {
const originalActionName =
actionName.slice(3, 4).toLowerCase() + actionName.slice(4);
switch (originalActionName) {
case "arg":
case "ancestor":
case "astAncestor":
case "child":
case "astChild":
case "astIsInstance":
case "declaration":
case "descendants":
case "descendantsAndSelf":
case "laraDescendants":
case "firstJp":
case "getValue":
case "instanceOf":
case "hasClause":
case "isClauseLegal":
case "reduction":
case "destinationFilepath":
case "numStatements":
case "targetNodes":
case "userField":
case "getUserField":
case "hasNode":
return originalActionName;
default:
return actionName;
Expand Down

0 comments on commit af1ab2e

Please sign in to comment.