@tsrx/core 0.0.10 → 0.0.11
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/README.md +1 -1
- package/package.json +1 -1
- package/src/transform/jsx/helpers.js +1 -0
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @tsrx/core
|
|
2
2
|
|
|
3
|
-
**TypeScript
|
|
3
|
+
**TypeScript Render Extensions (TSRX)** — the shared parser and compiler
|
|
4
4
|
infrastructure that powers TypeScript UI frameworks.
|
|
5
5
|
|
|
6
6
|
`@tsrx/core` is framework-agnostic. It provides the parser, AST definitions, scope
|
package/package.json
CHANGED
|
@@ -104,6 +104,7 @@ export function tsx_with_ts_locations() {
|
|
|
104
104
|
// JS nodes whose esrap printer emits no location marker, causing
|
|
105
105
|
// segments.js get_mapping_from_node() to throw when it asks for the
|
|
106
106
|
// generated position of the node's start (or end).
|
|
107
|
+
'IfStatement',
|
|
107
108
|
'NewExpression',
|
|
108
109
|
'MemberExpression',
|
|
109
110
|
'ObjectExpression',
|