Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ola@Olas-personal-MBP simple % ./node_modules/.bin/tspath
TSPath 1.3.7
? Process project at: </Users/ola/code/ent/ts/examples/simple/> ? true
Parsing project: simple /Users/ola/code/ent/ts/examples/simple/
Unable to parse file: /Users/ola/code/ent/ts/examples/simple/dist/examples/simple/src/ent/address.js
Error: Error: Line 1: Unexpected token
at ErrorHandler.constructError (/Users/ola/code/ent/ts/examples/simple/node_modules/esprima/dist/esprima.js:5012:22)
at ErrorHandler.createError (/Users/ola/code/ent/ts/examples/simple/node_modules/esprima/dist/esprima.js:5028:27)
at Parser.unexpectedTokenError (/Users/ola/code/ent/ts/examples/simple/node_modules/esprima/dist/esprima.js:1985:39)
at Parser.tolerateUnexpectedToken (/Users/ola/code/ent/ts/examples/simple/node_modules/esprima/dist/esprima.js:1998:42)
at Parser.parseStatementListItem (/Users/ola/code/ent/ts/examples/simple/node_modules/esprima/dist/esprima.js:3371:31)
at Parser.parseScript (/Users/ola/code/ent/ts/examples/simple/node_modules/esprima/dist/esprima.js:4723:29)
at Object.parse (/Users/ola/code/ent/ts/examples/simple/node_modules/esprima/dist/esprima.js:122:61)
at ParserEngine.processFile (/Users/ola/code/ent/ts/examples/simple/node_modules/tspath/src/parser-engine.js:170:27)
at ParserEngine.execute (/Users/ola/code/ent/ts/examples/simple/node_modules/tspath/src/parser-engine.js:104:18)
at TSPath.processPath (/Users/ola/code/ent/ts/examples/simple/node_modules/tspath/src/tspath.js:39:25) {
index: 0,
lineNumber: 1,
description: 'Unexpected token'
}
Terminating...
failed