Tokenize this:
returnthis.travelWorld((cell: Cell)=>{cell.live=Math.random()<this.initialLifeProbability;returncell;});Note that cell: Cell is a single token (scope block body decl declaration meta method object ts).
It would be great if it can follow the tokenization for functions
Tokenize this:
Note that
cell: Cellis a single token (scopeblock body decl declaration meta method object ts).It would be great if it can follow the tokenization for functions