@sdeverywhere/parse 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -442,4 +442,4 @@ declare function parseVensimEquation(input: string): Equation;
442
442
  */
443
443
  declare function parseVensimModel(input: string, context?: VensimParseContext, sort?: boolean): Model;
444
444
 
445
- export { BinaryOp, BinaryOpExpr, DimId, DimName, DimOrSubId, DimOrSubName, DimensionDef, Equation, EquationLhs, EquationRhs, EquationRhsConstList, EquationRhsData, EquationRhsExpr, EquationRhsLookup, Expr, FormatVariableRefFunc, FunctionCall, FunctionId, FunctionName, Keyword, LookupCall, LookupDef, LookupPoint, LookupRange, Model, NumberLiteral, ParensExpr, PrettyOpts, ReduceExprOptions, StringLiteral, SubId, SubName, SubscriptMapping, SubscriptRef, UnaryOp, UnaryOpExpr, VariableDef, VariableId, VariableName, VariableRef, VensimParseContext, debugPrintExpr, parseVensimEquation, parseVensimExpr, parseVensimModel, parseVensimSubscriptRange, prettyPrintExpr, printExprStats, reduceConditionals, reduceExpr, toPrettyString };
445
+ export { type BinaryOp, type BinaryOpExpr, type DimId, type DimName, type DimOrSubId, type DimOrSubName, type DimensionDef, type Equation, type EquationLhs, type EquationRhs, type EquationRhsConstList, type EquationRhsData, type EquationRhsExpr, type EquationRhsLookup, type Expr, type FormatVariableRefFunc, type FunctionCall, type FunctionId, type FunctionName, type Keyword, type LookupCall, type LookupDef, type LookupPoint, type LookupRange, type Model, type NumberLiteral, type ParensExpr, type PrettyOpts, type ReduceExprOptions, type StringLiteral, type SubId, type SubName, type SubscriptMapping, type SubscriptRef, type UnaryOp, type UnaryOpExpr, type VariableDef, type VariableId, type VariableName, type VariableRef, type VensimParseContext, debugPrintExpr, parseVensimEquation, parseVensimExpr, parseVensimModel, parseVensimSubscriptRange, prettyPrintExpr, printExprStats, reduceConditionals, reduceExpr, toPrettyString };
package/dist/index.d.ts CHANGED
@@ -442,4 +442,4 @@ declare function parseVensimEquation(input: string): Equation;
442
442
  */
443
443
  declare function parseVensimModel(input: string, context?: VensimParseContext, sort?: boolean): Model;
444
444
 
445
- export { BinaryOp, BinaryOpExpr, DimId, DimName, DimOrSubId, DimOrSubName, DimensionDef, Equation, EquationLhs, EquationRhs, EquationRhsConstList, EquationRhsData, EquationRhsExpr, EquationRhsLookup, Expr, FormatVariableRefFunc, FunctionCall, FunctionId, FunctionName, Keyword, LookupCall, LookupDef, LookupPoint, LookupRange, Model, NumberLiteral, ParensExpr, PrettyOpts, ReduceExprOptions, StringLiteral, SubId, SubName, SubscriptMapping, SubscriptRef, UnaryOp, UnaryOpExpr, VariableDef, VariableId, VariableName, VariableRef, VensimParseContext, debugPrintExpr, parseVensimEquation, parseVensimExpr, parseVensimModel, parseVensimSubscriptRange, prettyPrintExpr, printExprStats, reduceConditionals, reduceExpr, toPrettyString };
445
+ export { type BinaryOp, type BinaryOpExpr, type DimId, type DimName, type DimOrSubId, type DimOrSubName, type DimensionDef, type Equation, type EquationLhs, type EquationRhs, type EquationRhsConstList, type EquationRhsData, type EquationRhsExpr, type EquationRhsLookup, type Expr, type FormatVariableRefFunc, type FunctionCall, type FunctionId, type FunctionName, type Keyword, type LookupCall, type LookupDef, type LookupPoint, type LookupRange, type Model, type NumberLiteral, type ParensExpr, type PrettyOpts, type ReduceExprOptions, type StringLiteral, type SubId, type SubName, type SubscriptMapping, type SubscriptRef, type UnaryOp, type UnaryOpExpr, type VariableDef, type VariableId, type VariableName, type VariableRef, type VensimParseContext, debugPrintExpr, parseVensimEquation, parseVensimExpr, parseVensimModel, parseVensimSubscriptRange, prettyPrintExpr, printExprStats, reduceConditionals, reduceExpr, toPrettyString };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sdeverywhere/parse",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "files": [
5
5
  "dist/**"
6
6
  ],
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "antlr4": "4.12.0",
20
- "antlr4-vensim": "0.6.2",
20
+ "antlr4-vensim": "0.6.3",
21
21
  "assert-never": "^1.2.1",
22
22
  "split-string": "^6.1.0"
23
23
  },