Skip to content

Commit

Permalink
Merge pull request samgozman#22 from alexander-shvets/patch-2
Browse files Browse the repository at this point in the history
add NodeJS/modules support
  • Loading branch information
samgozman authored Dec 7, 2016
2 parents a2d20d4 + 69295cb commit b441cc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/dictionary/dictionary.js
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,12 @@ var dictionary = [
// RegExp methods
, ["exec", "работайМразь"]
, ["test", "ответыБудутЭээ"]
// NodeJS/modules support
, ["module", "братва"]
, ["exports", "предъявляет"]
, ["export", "предъявa"]
, ["default", "пахану"]
, ["global", "общак"]
];

//Для сортировки по количеству символов
Expand Down

0 comments on commit b441cc8

Please sign in to comment.