Closed zhangsanshi closed 7 years ago
Are you trying to use an octal literal there? It would be swell if the source parser supported that I suppose, but if you're not actually trying to use octals (the leading 0
), then just fix up your integer.
you are right.
The source code is contain
console.log(011)
The error iserror: couldn't process source due to parse error
Then I remove it, It work.