w-mesh-tecplot 1.0.1 → 1.0.2
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/.github/workflows/ci-test.yml +24 -0
- package/dist/w-mesh-tecplot.umd.js +1 -1
- package/docs/WMeshTecplot.mjs.html +5 -5
- package/docs/global.html +1 -1
- package/docs/index.html +1 -1
- package/g.read.mjs +0 -1
- package/package.json +1 -1
- package/script.txt +20 -0
- package/src/WMeshTecplot.mjs +4 -4
- package/test/read.test.mjs +11 -0
- package/test/write.test.mjs +11 -0
- package/test/all.test.mjs +0 -10
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
name: Node.js CI
|
|
2
|
+
|
|
3
|
+
on: [push]
|
|
4
|
+
|
|
5
|
+
jobs:
|
|
6
|
+
build:
|
|
7
|
+
|
|
8
|
+
runs-on: ubuntu-latest
|
|
9
|
+
|
|
10
|
+
strategy:
|
|
11
|
+
matrix:
|
|
12
|
+
node-version: [20.x]
|
|
13
|
+
|
|
14
|
+
steps:
|
|
15
|
+
- uses: actions/checkout@v2
|
|
16
|
+
- name: Use Node.js ${{ matrix.node-version }}
|
|
17
|
+
uses: actions/setup-node@v1
|
|
18
|
+
with:
|
|
19
|
+
node-version: ${{ matrix.node-version }}
|
|
20
|
+
- run: npm cache clean -f
|
|
21
|
+
- run: npm install
|
|
22
|
+
- run: npm test
|
|
23
|
+
env:
|
|
24
|
+
CI: true
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
<section>
|
|
47
47
|
<article>
|
|
48
48
|
<pre class="prettyprint source linenums"><code>import fs from 'fs'
|
|
49
|
-
import get from 'lodash-es/get'
|
|
50
|
-
import each from 'lodash-es/each'
|
|
51
|
-
import size from 'lodash-es/size'
|
|
52
|
-
import join from 'lodash-es/join'
|
|
49
|
+
import get from 'lodash-es/get.js'
|
|
50
|
+
import each from 'lodash-es/each.js'
|
|
51
|
+
import size from 'lodash-es/size.js'
|
|
52
|
+
import join from 'lodash-es/join.js'
|
|
53
53
|
|
|
54
54
|
|
|
55
55
|
/**
|
|
@@ -171,7 +171,7 @@ export default WMeshTecplot
|
|
|
171
171
|
<br class="clear">
|
|
172
172
|
|
|
173
173
|
<footer>
|
|
174
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on
|
|
174
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sat Mar 23 2024 21:35:41 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
175
175
|
</footer>
|
|
176
176
|
|
|
177
177
|
<script>prettyPrint();</script>
|
package/docs/global.html
CHANGED
|
@@ -789,7 +789,7 @@
|
|
|
789
789
|
<br class="clear">
|
|
790
790
|
|
|
791
791
|
<footer>
|
|
792
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on
|
|
792
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sat Mar 23 2024 21:35:41 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
793
793
|
</footer>
|
|
794
794
|
|
|
795
795
|
<script>prettyPrint();</script>
|
package/docs/index.html
CHANGED
|
@@ -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
|
|
74
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sat Mar 23 2024 21:35:41 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
75
75
|
</footer>
|
|
76
76
|
|
|
77
77
|
<script>prettyPrint();</script>
|
package/g.read.mjs
CHANGED
package/package.json
CHANGED
package/script.txt
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
#node --experimental-modules --es-module-specifier-resolution=node toolg/addVersion.mjs
|
|
2
|
+
node --experimental-modules --es-module-specifier-resolution=node toolg/modifyReadme.mjs
|
|
3
|
+
|
|
4
|
+
node --experimental-modules --es-module-specifier-resolution=node toolg/cleanFolder.mjs
|
|
5
|
+
./node_modules/.bin/jsdoc -c .jsdoc
|
|
6
|
+
|
|
7
|
+
node --experimental-modules --es-module-specifier-resolution=node toolg/gDocsExams.mjs
|
|
8
|
+
|
|
9
|
+
node --experimental-modules --es-module-specifier-resolution=node toolg/gDistRollup.mjs
|
|
10
|
+
|
|
11
|
+
git add . -A
|
|
12
|
+
git commit -m 'modify: '
|
|
13
|
+
git push origin master:master
|
|
14
|
+
|
|
15
|
+
npm run deploy
|
|
16
|
+
|
|
17
|
+
#npm test
|
|
18
|
+
|
|
19
|
+
#npm publish
|
|
20
|
+
|
package/src/WMeshTecplot.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import fs from 'fs'
|
|
2
|
-
import get from 'lodash-es/get'
|
|
3
|
-
import each from 'lodash-es/each'
|
|
4
|
-
import size from 'lodash-es/size'
|
|
5
|
-
import join from 'lodash-es/join'
|
|
2
|
+
import get from 'lodash-es/get.js'
|
|
3
|
+
import each from 'lodash-es/each.js'
|
|
4
|
+
import size from 'lodash-es/size.js'
|
|
5
|
+
import join from 'lodash-es/join.js'
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
/**
|