@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 +1 -1
- package/src/index.js +1 -0
- package/src/plugin.js +423 -234
- package/src/transform/jsx/index.js +1166 -108
package/package.json
CHANGED
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,
|