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
{{ message }}
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This is needed to delete MVC's "is it a page or not" functionality.
This will work by replacing the tokenizer with an implementation that will tokenize up to the first directive, and then to the end of the line before ending the token sequence.
This means we don't have to many any modifications to the parser, we just have to decorate the tokenizer.
This is a cheaper plan for implementing this functionality than we earlier planned, and should make it so that MVC deals with important things like a license header, which should be allowed.
The text was updated successfully, but these errors were encountered:
This is needed to delete MVC's "is it a page or not" functionality.
This will work by replacing the tokenizer with an implementation that will tokenize up to the first directive, and then to the end of the line before ending the token sequence.
This means we don't have to many any modifications to the parser, we just have to decorate the tokenizer.
This is a cheaper plan for implementing this functionality than we earlier planned, and should make it so that MVC deals with important things like a license header, which should be allowed.
The text was updated successfully, but these errors were encountered: