Sat, 12 Jan 2019 11:26:32 +0100
coverage: updated coverage.py to 4.5.1.
# # Jasy - Web Tooling Framework # Copyright 2010-2012 Zynga Inc. # from __future__ import unicode_literals """JavaScript 1.7 keywords""" keywords = set([ "break", "case", "catch", "const", "continue", "debugger", "default", "delete", "do", "else", "false", "finally", "for", "function", "if", "in", "instanceof", "let", "new", "null", "return", "switch", "this", "throw", "true", "try", "typeof", "var", "void", "yield", "while", "with" ])