Skip to content

Instantly share code, notes, and snippets.

@evanxg852000
Created December 24, 2018 10:21
Show Gist options
  • Save evanxg852000/f99ce6d16163e1b0c31522dff2d09164 to your computer and use it in GitHub Desktop.
Save evanxg852000/f99ce6d16163e1b0c31522dff2d09164 to your computer and use it in GitHub Desktop.
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