-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
60 changed files
with
741 additions
and
533 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ | |
"nanoservice", | ||
"preconnect", | ||
"preload", | ||
"roundot", | ||
"Superfast", | ||
"tnum", | ||
"tsbuildinfo", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,24 @@ | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>One</title> | ||
</head> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Alwatr</title> | ||
<style> | ||
html { | ||
color-scheme: light dark; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<ol> | ||
<li><a href="./logger/">Logger</a></li> | ||
<li><a href="./fetch/">Fetch</a></li> | ||
<li><a href="./signal/">Signal</a></li> | ||
<li><a href="./router/">Router</a></li> | ||
<li><a href="./font/">Font</a></li> | ||
<li><a href="./math/">Math</a></li> | ||
</ol> | ||
</body> | ||
<body> | ||
<ol> | ||
<li><a href="./logger/">Logger</a></li> | ||
<li><a href="./fetch/">Fetch</a></li> | ||
<li><a href="./signal/">Signal</a></li> | ||
<li><a href="./router/">Router</a></li> | ||
<li><a href="./font/">Font</a></li> | ||
<li><a href="./math/">Math</a></li> | ||
</ol> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>@alwatr/logger</title> | ||
<script type="module" src="./index.js"></script> | ||
</head> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>@alwatr/logger</title> | ||
<script type="module" src="./index.js"></script> | ||
<style> | ||
html { | ||
color-scheme: light dark; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<h3>Check the console</h3> | ||
</body> | ||
<body> | ||
<h3>Check the console</h3> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>@alwatr/math</title> | ||
<script type="module" src="./translate-unicode-digits.js"></script> | ||
</head> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>@alwatr/math</title> | ||
<script type="module" src="./translate-unicode-digits.js"></script> | ||
<style> | ||
html { | ||
color-scheme: light dark; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<h3>Check the console</h3> | ||
</body> | ||
<body> | ||
<h3>Check the console</h3> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@alwatr/demo", | ||
"version": "0.18.0", | ||
"version": "0.19.0", | ||
"main": "index.js", | ||
"author": "S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com)", | ||
"type": "module", | ||
|
@@ -9,7 +9,7 @@ | |
"MohammadMahdi Zamanian <[email protected]>" | ||
], | ||
"dependencies": { | ||
"@alwatr/logger": "^0.18.0", | ||
"@alwatr/logger": "^0.19.0", | ||
"tslib": "^2.4.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,39 @@ | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>@alwatr/router</title> | ||
<script type="module" src="./index.js"></script> | ||
</head> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>@alwatr/router</title> | ||
<script type="module" src="./index.js"></script> | ||
<style> | ||
html { | ||
color-scheme: light dark; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<h3>Check the console</h3> | ||
<ol> | ||
<ul> | ||
<a href="/home">Home</a> | ||
</ul> | ||
<ul> | ||
<a href="/about">About</a> | ||
</ul> | ||
<ul> | ||
<a href="/product-list">Products</a> | ||
</ul> | ||
<ul> | ||
<a href="/product/1">Product 1</a> | ||
</ul> | ||
<ul> | ||
<a href="/contact">Contact</a> | ||
</ul> | ||
</ol> | ||
<body> | ||
<h3>Check the console</h3> | ||
<ol> | ||
<ul> | ||
<a href="/home">Home</a> | ||
</ul> | ||
<ul> | ||
<a href="/about">About</a> | ||
</ul> | ||
<ul> | ||
<a href="/product-list">Products</a> | ||
</ul> | ||
<ul> | ||
<a href="/product/1">Product 1</a> | ||
</ul> | ||
<ul> | ||
<a href="/contact">Contact</a> | ||
</ul> | ||
</ol> | ||
|
||
<div class="render"></div> | ||
<div class="render"></div> | ||
|
||
<textarea cols="50" rows="10"></textarea> | ||
</body> | ||
<textarea cols="50" rows="10"></textarea> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>@alwatr/signal</title> | ||
<script type="module" src="./index.js"></script> | ||
</head> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>@alwatr/signal</title> | ||
<script type="module" src="./index.js"></script> | ||
<style> | ||
html { | ||
color-scheme: light dark; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<h3>Check the console</h3> | ||
<button id="requestButton">Request Signal</button> | ||
<button id="requestButton2">3x Request Signal</button> | ||
</body> | ||
<body> | ||
<h3>Check the console</h3> | ||
<button id="requestButton">Request Signal</button> | ||
<button id="requestButton2">3x Request Signal</button> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.