Skip to content

Commit

Permalink
add executeSyncFormula (#3090)
Browse files Browse the repository at this point in the history
* add executeSyncFormula

* update dist

* update pre-release version

* reference executeSyncFormula

* use executeSyncFunction in executeSyncFunctionFromPackDef

---------

Co-authored-by: Lucas Wang <contactlucasw+git@pm.me>
  • Loading branch information
lucas-codaio and Lucas Wang authored Oct 21, 2024
1 parent cecd2a2 commit 1724cb1
Show file tree
Hide file tree
Showing 14 changed files with 220 additions and 82 deletions.
1 change: 1 addition & 0 deletions development.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export type {ExecuteOptions} from './testing/execution';
export {executeFormulaFromPackDef} from './testing/execution';
export {executeMetadataFormula} from './testing/execution';
export {executeSyncFormulaFromPackDef} from './testing/execution';
export {executeSyncFormula} from './testing/execution';
export {executeSyncFormulaFromPackDefSingleIteration} from './testing/execution';

// @hidden
Expand Down
1 change: 1 addition & 0 deletions dist/development.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 10 additions & 8 deletions dist/development.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 16 additions & 1 deletion dist/testing/execution.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 31 additions & 3 deletions dist/testing/execution.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1724cb1

Please sign in to comment.