jsx-async-runtime
Advanced tools
Comparing version 0.5.2 to 0.6.0
@@ -191,4 +191,3 @@ // src/jsx/jsx-runtime.ts | ||
escapeEntities, | ||
jsxToString, | ||
jsxToString as renderToString | ||
jsxToString | ||
}; |
export * from "./jsx/jsx.types"; | ||
export { createElement } from "./jsx/jsx-runtime"; | ||
export { escapeEntities } from "./render/escape-entities"; | ||
export { jsxToString, | ||
/** @deprecated */ | ||
jsxToString as renderToString, } from "./render/jsx-to-string"; | ||
export { jsxToString } from "./render/jsx-to-string"; |
{ | ||
"name": "jsx-async-runtime", | ||
"version": "0.5.2", | ||
"version": "0.6.0", | ||
"description": "An asynchronous JSX runtime without dependencies to be used as html template engine.", | ||
@@ -22,4 +22,4 @@ "keywords": [ | ||
"author": { | ||
"name": "Maik Jablonski (Neoskop GmbH)", | ||
"email": "jeasx@neoskop.de" | ||
"name": "Maik Jablonski", | ||
"email": "mail@jeasx.dev" | ||
}, | ||
@@ -52,4 +52,4 @@ "type": "module", | ||
"nodemon": "3.1.7", | ||
"typescript": "5.6.2" | ||
"typescript": "5.7.2" | ||
} | ||
} |
@@ -5,2 +5,4 @@ # jsx-async-runtime | ||
This runtime was initially developed for [Jeasx](https://www.jeasx.dev), but has a value of its own. Its main focus is to keep things simple, reliable and fast. | ||
## Getting started | ||
@@ -7,0 +9,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36712
101
1035