UNPKG

101 BJavaScriptView Raw
1'use strict'
2
3// Reserved keywords not allowed to use in the parser
4module.exports = {
5 end: true
6}