UNPKG

94 BJavaScriptView Raw
1// Reserved keywords not allowed to use in the parser
2export const keywords = {
3 end: true
4}