Use word methods in random.word()
#129
Labels
m: word
Something is referring to the word module
s: awaiting more info
Additional information are requested
Clear and concise description of the problem
As a developer, I want
random.word()
to draw from the entire pool of appropriate words.Suggested solution
Add the word methods (
word.noun
,word.verb
, etc.) to the pool from whichrandom.word()
pulls.faker/lib/random.js
Lines 150 to 182 in 9506122
Alternative
These words might be transitively included via some other method, I'm not sure.
Additional context
No response
The text was updated successfully, but these errors were encountered: