Comparing version 1.0.0 to 1.0.1
@@ -42,3 +42,3 @@ var Generator = require('generate-js'), | ||
if (_.scope.length) { | ||
throw code.makeError( | ||
throw _.codeBuffer.makeError( | ||
'Unexpected End Of Input.' | ||
@@ -141,3 +141,6 @@ ); | ||
'ILLEGAL Token: ' + | ||
JSON.stringify(token.source(code)) | ||
JSON.stringify( | ||
token.source(code) | ||
) | ||
.slice(1, -1) | ||
); | ||
@@ -144,0 +147,0 @@ } |
{ | ||
"name": "compileit", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A simple parse cycle compiler.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,4 +0,4 @@ | ||
# compileit | ||
# CompileIt | ||
[![GitHub release](https://img.shields.io/github/release/Mike96angelo/compileit.svg?maxAge=21600)](https://github.com/Mike96Angelo/compileit) | ||
[![GitHub release](https://img.shields.io/github/release/Mike96angelo/compileit.svg?maxAge=21600)](https://github.com/Mike96Angelo/compileit/releases) | ||
[![npm version](https://img.shields.io/npm/v/compileit.svg?maxAge=21600)](https://www.npmjs.com/package/compileit) | ||
@@ -5,0 +5,0 @@ [![npm downloads](https://img.shields.io/npm/dm/compileit.svg?maxAge=604800)](https://npm-stat.com/charts.html?package=compileit&from=2016-10-01) |
18367
538