Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
200 changes: 0 additions & 200 deletions cjs/index.js

This file was deleted.

1 change: 0 additions & 1 deletion cjs/package.json

This file was deleted.

4 changes: 2 additions & 2 deletions esm/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {render, html, svg} from 'uhtml';
import {render, html, svg, unsafe, Hole, signal, computed, effect, untracked, batch, fragment} from 'uhtml';
import umap from 'umap';
import css from 'plain-tag';

Expand Down Expand Up @@ -170,7 +170,7 @@ const define = (tagName, definition) => {
return MicroElement;
};

export {define, render, html, svg, css};
export {define, render, html, svg, css, unsafe, Hole, signal, computed, effect, untracked, batch, fragment};

/* istanbul ignore else */
if (!CE.get('uce-lib'))
Expand Down
Loading