Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add scalar and @spawm/resource #1068

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
16 changes: 16 additions & 0 deletions atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6152,5 +6152,21 @@
<summary>1kb JavaScript Identify Number Validater.</summary>
</entry>

<entry>
<title>spawm/resource</title>
<link href="https://github.com/mirdware/resource" />
<id>urn:uuid:e768cb60-6de0-11ed-ba2c-73838a323d7f</id>
<updated>2022-11-26'T'23:19:19+00:00</updated>
<summary>Async resources with webworkers</summary>
</entry>

<entry>
<title>scalar</title>
<link href="https://github.com/mirdware/scalar" />
<id>urn:uuid:69727a60-6de2-11ed-a01c-1bc80891dcba</id>
<updated>2022-11-26'T'23:30:06+00:00</updated>
<summary>Javascript scalable and not intrusive</summary>
</entry>


</feed>
Expand Down
2 changes: 1 addition & 1 deletion data-min.js

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions data.js
Original file line number Diff line number Diff line change
Expand Up @@ -5601,6 +5601,14 @@ module.exports = [
url: "https://github.com/tiaanduplessis/dont-go",
source: "https://raw.githubusercontent.com/tiaanduplessis/dont-go/master/lib/dont-go.js"
},
{
name: "scalar",
github: "mirdware/scalar",
tags: ["webcomponent", "data-binding", "template", "component", "dom", "events", "two way"],
description: "Javascript scalable and not intrusive",
url: "https://github.com/mirdware/scalar",
source: "https://unpkg.com/scalar"
},
{
name: "Browser Storage JS",
github: "lcavadas/browser-storage-js",
Expand All @@ -5625,6 +5633,14 @@ module.exports = [
url: "https://github.com/Holixus/nano-markdown",
source: "https://raw.githubusercontent.com/Holixus/nano-markdown/master/index.js"
},
{
name: "spawm/resource",
github: "mirdware/resource",
tags: ["ajax", "promise", "json", "xhr", "rest", "webworker"],
description: "Async resources with webworkers",
url: "https://github.com/mirdware/resource",
source: "https://unpkg.com/@spawm/resource"
},
{
name: "SimpleScrollbar",
github: "buzinas/simple-scrollbar",
Expand Down