Skip to content

Commit 346dea4

Browse files
authored
Feature/clear (#55)
* 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
1 parent 231255f commit 346dea4

File tree

29 files changed

+13251
-832
lines changed

29 files changed

+13251
-832
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<body>
2-
<script src="app.tsx"></script>
2+
<script type="module" src="app.tsx"></script>
33
</body>

examples/data-set/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<body>
2-
<script src="app.tsx"></script>
2+
<script type="module" src="app.tsx"></script>
33
</body>

examples/dd-model/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<body>
2-
<script src="app.tsx"></script>
2+
<script type="module" src="app.tsx"></script>
33
</body>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<body>
2-
<script src="app.tsx"></script>
2+
<script type="module" src="app.tsx"></script>
33
</body>

examples/domponents/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<body>
2-
<script src="app.tsx"></script>
2+
<script type="module" src="app.tsx"></script>
33
</body>

examples/don-children/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<body>
2-
<script src="app.tsx"></script>
2+
<script type="module" src="app.tsx"></script>
33
</body>

examples/don-wildcard/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<body>
2-
<script src="app.tsx"></script>
2+
<script type="module" src="app.tsx"></script>
33
</body>

examples/don/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<body>
2-
<script src="app.tsx"></script>
2+
<script type="module" src="app.tsx"></script>
33
</body>

examples/events/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<body>
2-
<script src="app.tsx"></script>
2+
<script type="module" src="app.tsx"></script>
33
</body>

examples/hello-world/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<body>
2-
<script src="app.tsx"></script>
2+
<script type="module" src="app.tsx"></script>
33
</body>

0 commit comments

Comments
 (0)