Skip to content

Commit

Permalink
Export all parsing symbols, release
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiostalla committed Aug 2, 2023
1 parent f588d9f commit 60ec774
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project from version 1.2.0 upwards are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [1.3.1] – 2023-08-02

### Added
- Missing parser symbols exports

## [1.3.0] – 2023-08-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "AST building blocks for TypeScript/JavaScript, part of the *lasu family, with optional integrations with ANTLR4 and Ecore.",
"author": "Strumenta s.r.l.",
"publisher": "strumenta",
"version": "1.3.0",
"version": "1.3.1",
"license": "Apache-2.0",
"keywords": [
"antlr",
Expand Down
5 changes: 3 additions & 2 deletions src/parsing/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* a required dependency if you use this module.
* @module
*/
export * from "./parsing";
export * from "./ast-parser";
export * from "./parse-tree";
export {TylasuParser} from "./tylasu-parser";
export * from "./parsing";
export * from "./tylasu-parser";

0 comments on commit 60ec774

Please sign in to comment.