Skip to content

Commit

Permalink
add NodeJS/modules support
Browse files Browse the repository at this point in the history
module.exports = function () {}
братва.предъявляет внатуре йопта () {}

export default function () {}
предъява пахану йопта () {}

global.типа = спиздили()
общак.типа внатуре спиздили()
  • Loading branch information
alexander-shvets authored Dec 7, 2016
1 parent a3f3c06 commit 69295cb
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 @@ -641,6 +641,12 @@ var dictionary = [
// RegExp methods
, ["exec", "работайМразь"]
, ["test", "ответыБудутЭээ"]
// NodeJS/modules support
, ["module", "братва"]
, ["exports", "предъявляет"]
, ["export", "предъявa"]
, ["default", "пахану"]
, ["global", "общак"]
];

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

0 comments on commit 69295cb

Please sign in to comment.