Created
December 24, 2018 10:21
-
-
Save evanxg852000/f99ce6d16163e1b0c31522dff2d09164 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Templater { | |
constructor(dir, cached){} | |
render(file, context){} | |
compile(file){} | |
parse(tokens){} | |
generate(ast){} | |
_tokenize(templateTxt){} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment