Ts Pegjs Versions Save

Plugin for pegjs to generate TypeScript parsers.

v3.0.0

1 year ago

Version 3.0.0

  • Breaking change: Default for errorName changed from SyntaxError to PeggySyntaxError from #86
  • Breaking change: Exported Interfaces now does not have the I prefix from #75
    Interface Renamed to
    IParseOptions ParseOptions
    ICached Cached
    ITraceEvent TraceEvent
    IEndExpectation EndExpectation
    IOtherExpectation OtherExpectation
    IAnyExpectation AnyExpectation
    IClassExpectation ClassExpectation
    IClassParts ClassParts
    ILiteralExpectation LiteralExpectation
    IFileRange FileRange
    IFilePosition FilePosition

v2.0.1

1 year ago

Added support for Peggy 2.0.1

v0.3.1

3 years ago
  • Fixed #53
  • Refactored npm run test:cli to use eslint.

v0.3.0

3 years ago
  • Remove support for TSLint (deprecated)
  • Replaced by ESLint with standard rules for TypeScript.