constructor()
in
lib/lexer.js [33:36]
4
lines of code
1
McCabe index (conditional complexity)
constructor(text) { super(Tag.TEXT); this.text = text; }