Skip to content

Commit

Permalink
export signature
Browse files Browse the repository at this point in the history
+ Signature and Parameter exported
  • Loading branch information
michal-kapala committed Mar 29, 2024
1 parent e2b4ce3 commit 05d21e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jitterbit-script",
"version": "1.0.12",
"version": "1.0.13",
"description": "Static typechecker and interpreter for Jitterbit Script",
"main": "build/index.js",
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Api from "./api";
import { Func } from "./api/types";
import { Func, Parameter, Signature } from "./api/types";
import Parser from "./frontend/parser";
import { Position } from "./frontend/types";
import Diagnostic from "./diagnostic";
Expand Down Expand Up @@ -28,6 +28,8 @@ import {
export {
Api,
Func,
Signature,
Parameter,
Parser,
Scope,
evaluate,
Expand Down

0 comments on commit 05d21e3

Please sign in to comment.