@tsrx/core 0.1.2 → 0.1.4

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Core compiler infrastructure for TSRX syntax",
4
4
  "license": "MIT",
5
5
  "author": "Dominic Gannaway",
6
- "version": "0.1.2",
6
+ "version": "0.1.4",
7
7
  "type": "module",
8
8
  "repository": {
9
9
  "type": "git",
package/src/index.js CHANGED
@@ -149,6 +149,7 @@ export {
149
149
  MERGE_REFS_INTERNAL_NAME,
150
150
  merge_duplicate_refs as mergeDuplicateRefs,
151
151
  NORMALIZE_SPREAD_PROPS_INTERNAL_NAME,
152
+ return_value_body_to_expression as returnValueBodyToExpression,
152
153
  rewrite_loop_continues_to_bare_returns as rewriteLoopContinuesToBareReturns,
153
154
  to_jsx_attribute as toJsxAttribute,
154
155
  validate_at_most_one_ref_attribute as validateAtMostOneRefAttribute,