w-data-html-minify 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/w-data-html-minify.umd.js +1 -1
- package/docs/WDataHtmlMinify.mjs.html +2 -2
- package/docs/examples/ex-html-minify.html +1 -1
- package/docs/global.html +2 -84
- package/docs/importHtmlminify.mjs.html +2 -2
- package/docs/index.html +2 -2
- package/package.json +1 -1
- package/docs/htmlminifier.js.html +0 -26278
- package/src/htmlminifier.js +0 -26206
package/README.md
CHANGED
|
@@ -21,7 +21,9 @@ npm i w-data-html-minify
|
|
|
21
21
|
#### Example:
|
|
22
22
|
> **Link:** [[dev source code](https://github.com/yuda-lyu/w-data-html-minify/blob/master/g.test.minify.mjs)]
|
|
23
23
|
```alias
|
|
24
|
-
import
|
|
24
|
+
import wdhm from './src/WDataHtmlMinify.mjs'
|
|
25
|
+
// import wdhm from './dist/w-data-html-minify.umd.js'
|
|
26
|
+
// import wdhm from 'w-data-html-minify'
|
|
25
27
|
|
|
26
28
|
let hin = `
|
|
27
29
|
<html>
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<nav >
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
<h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.html#WDataHtmlMinify">WDataHtmlMinify</a></li
|
|
32
|
+
<h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.html#WDataHtmlMinify">WDataHtmlMinify</a></li></ul>
|
|
33
33
|
|
|
34
34
|
</nav>
|
|
35
35
|
|
|
@@ -121,7 +121,7 @@ export default WDataHtmlMinify
|
|
|
121
121
|
<br class="clear">
|
|
122
122
|
|
|
123
123
|
<footer>
|
|
124
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Oct 31 2023
|
|
124
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Oct 31 2023 20:45:31 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
125
125
|
</footer>
|
|
126
126
|
|
|
127
127
|
<script>prettyPrint();</script>
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<script src="https://cdn.jsdelivr.net/npm/wsemi/dist/wsemi.umd.js"></script>
|
|
12
12
|
|
|
13
13
|
<script _src="../src/htmlminifier.min.js"></script>
|
|
14
|
-
<script src="https://cdn.jsdelivr.net/npm/w-data-html-minify@1.0.
|
|
14
|
+
<script src="https://cdn.jsdelivr.net/npm/w-data-html-minify@1.0.3/dist/w-data-html-minify.umd.js"></script>
|
|
15
15
|
|
|
16
16
|
</head>
|
|
17
17
|
|
package/docs/global.html
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<nav >
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
<h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.html#WDataHtmlMinify">WDataHtmlMinify</a></li
|
|
32
|
+
<h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.html#WDataHtmlMinify">WDataHtmlMinify</a></li></ul>
|
|
33
33
|
|
|
34
34
|
</nav>
|
|
35
35
|
|
|
@@ -121,88 +121,6 @@
|
|
|
121
121
|
|
|
122
122
|
|
|
123
123
|
|
|
124
|
-
<h3 class="subsection-title">Members</h3>
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
<h4 class="name" id="punycode"><span class="type-signature"></span>punycode<span class="type-signature"> :Object</span></h4>
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
<dl class="details">
|
|
135
|
-
|
|
136
|
-
<dt class="tag-description">Description:</dt>
|
|
137
|
-
<dd class="tag-description"><ul class="dummy"><li><p>The <code>punycode</code> object.</p></li></ul></dd>
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
<dt class="tag-source">Source:</dt>
|
|
142
|
-
<dd class="tag-source"><ul class="dummy"><li>
|
|
143
|
-
<a href="htmlminifier.js.html">htmlminifier.js</a>, <a href="htmlminifier.js.html#line14883">line 14883</a>
|
|
144
|
-
</li></ul></dd>
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
</dl>
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
<div class="description usertext">
|
|
183
|
-
<p>The <code>punycode</code> object.</p>
|
|
184
|
-
</div>
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
<h5 class="h5-types">Type:</h5>
|
|
189
|
-
<ul>
|
|
190
|
-
<li>
|
|
191
|
-
|
|
192
|
-
<span class="param-type">Object</span>
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
</li>
|
|
197
|
-
</ul>
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
124
|
|
|
207
125
|
|
|
208
126
|
<h3 class="subsection-title">Methods</h3>
|
|
@@ -446,7 +364,7 @@
|
|
|
446
364
|
<br class="clear">
|
|
447
365
|
|
|
448
366
|
<footer>
|
|
449
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Oct 31 2023
|
|
367
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Oct 31 2023 20:45:31 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
450
368
|
</footer>
|
|
451
369
|
|
|
452
370
|
<script>prettyPrint();</script>
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<nav >
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
<h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.html#WDataHtmlMinify">WDataHtmlMinify</a></li
|
|
32
|
+
<h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.html#WDataHtmlMinify">WDataHtmlMinify</a></li></ul>
|
|
33
33
|
|
|
34
34
|
</nav>
|
|
35
35
|
|
|
@@ -94,7 +94,7 @@ export default htmlminifier
|
|
|
94
94
|
<br class="clear">
|
|
95
95
|
|
|
96
96
|
<footer>
|
|
97
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Oct 31 2023
|
|
97
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Oct 31 2023 20:45:31 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
98
98
|
</footer>
|
|
99
99
|
|
|
100
100
|
<script>prettyPrint();</script>
|
package/docs/index.html
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<nav >
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
<h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.html#WDataHtmlMinify">WDataHtmlMinify</a></li
|
|
32
|
+
<h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.html#WDataHtmlMinify">WDataHtmlMinify</a></li></ul>
|
|
33
33
|
|
|
34
34
|
</nav>
|
|
35
35
|
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
<br class="clear">
|
|
72
72
|
|
|
73
73
|
<footer>
|
|
74
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Oct 31 2023
|
|
74
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Oct 31 2023 20:45:31 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
75
75
|
</footer>
|
|
76
76
|
|
|
77
77
|
<script>prettyPrint();</script>
|