You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically allow the library user to choose whether to tokenize according to the set of tokens used by TwigPHP or according to the twig-lexer set of tokens that is a superset of the TwigPHP tokens.
public tokenize(source: string, extended:boolean = true): Token[]
The text was updated successfully, but these errors were encountered:
Basically allow the library user to choose whether to tokenize according to the set of tokens used by TwigPHP or according to the twig-lexer set of tokens that is a superset of the TwigPHP tokens.
public tokenize(source: string, extended:boolean = true): Token[]
The text was updated successfully, but these errors were encountered: