Skip to content

Commit

Permalink
Feature/clear (#55)
Browse files Browse the repository at this point in the history
* Clear values in domdom when old value is array or object

* Fix lints

* New era

* Cleaner

* <script> -> <script type="module">

* Wops

* Wops dep

* Wops dep
  • Loading branch information
eirikb authored Sep 28, 2021
1 parent 231255f commit 346dea4
Show file tree
Hide file tree
Showing 29 changed files with 13,251 additions and 832 deletions.
2 changes: 1 addition & 1 deletion examples/data-attributes/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<body>
<script src="app.tsx"></script>
<script type="module" src="app.tsx"></script>
</body>
2 changes: 1 addition & 1 deletion examples/data-set/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<body>
<script src="app.tsx"></script>
<script type="module" src="app.tsx"></script>
</body>
2 changes: 1 addition & 1 deletion examples/dd-model/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<body>
<script src="app.tsx"></script>
<script type="module" src="app.tsx"></script>
</body>
2 changes: 1 addition & 1 deletion examples/domponents-options/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<body>
<script src="app.tsx"></script>
<script type="module" src="app.tsx"></script>
</body>
2 changes: 1 addition & 1 deletion examples/domponents/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<body>
<script src="app.tsx"></script>
<script type="module" src="app.tsx"></script>
</body>
2 changes: 1 addition & 1 deletion examples/don-children/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<body>
<script src="app.tsx"></script>
<script type="module" src="app.tsx"></script>
</body>
2 changes: 1 addition & 1 deletion examples/don-wildcard/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<body>
<script src="app.tsx"></script>
<script type="module" src="app.tsx"></script>
</body>
2 changes: 1 addition & 1 deletion examples/don/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<body>
<script src="app.tsx"></script>
<script type="module" src="app.tsx"></script>
</body>
2 changes: 1 addition & 1 deletion examples/events/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<body>
<script src="app.tsx"></script>
<script type="module" src="app.tsx"></script>
</body>
2 changes: 1 addition & 1 deletion examples/hello-world/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<body>
<script src="app.tsx"></script>
<script type="module" src="app.tsx"></script>
</body>
2 changes: 1 addition & 1 deletion examples/pathifier-on/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<body>
<script src="app.tsx"></script>
<script type="module" src="app.tsx"></script>
</body>
2 changes: 1 addition & 1 deletion examples/pathifier/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<body>
<script src="app.tsx"></script>
<script type="module" src="app.tsx"></script>
</body>
2 changes: 1 addition & 1 deletion examples/pure-elements/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<body>
<script src="app.tsx"></script>
<script type="module" src="app.tsx"></script>
</body>
2 changes: 1 addition & 1 deletion examples/routing/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<body>
<script src="app.tsx"></script>
<script type="module" src="app.tsx"></script>
</body>
2 changes: 1 addition & 1 deletion examples/structure/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<body>
<script src="app.tsx"></script>
<script type="module" src="app.tsx"></script>
</body>
2 changes: 1 addition & 1 deletion examples/ticks/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<body>
<script src="app.tsx"></script>
<script type="module" src="app.tsx"></script>
</body>
Loading

0 comments on commit 346dea4

Please sign in to comment.