@thi.ng/shader-ast-optimize 1.0.21 → 1.0.23
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/CHANGELOG.md +1 -1
- package/README.md +1 -1
- package/package.json +8 -5
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
|
|
29
29
|
## About
|
|
30
30
|
|
|
31
|
-
Shader AST code optimization passes/strategies. This is a support package for [@thi.ng/shader-ast](https://github.com/thi-ng/umbrella/tree/develop/packages/shader-ast).
|
|
31
|
+
Shader AST code/tree optimization passes/strategies. This is a support package for [@thi.ng/shader-ast](https://github.com/thi-ng/umbrella/tree/develop/packages/shader-ast).
|
|
32
32
|
|
|
33
33
|
### defOptimized()
|
|
34
34
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/shader-ast-optimize",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Shader AST code optimization passes/strategies",
|
|
3
|
+
"version": "1.0.23",
|
|
4
|
+
"description": "Shader AST code/tree optimization passes/strategies",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
7
7
|
"typings": "./index.d.ts",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@thi.ng/errors": "^2.5.35",
|
|
45
45
|
"@thi.ng/logger": "^3.1.10",
|
|
46
46
|
"@thi.ng/math": "^5.11.29",
|
|
47
|
-
"@thi.ng/shader-ast": "^1.1.
|
|
47
|
+
"@thi.ng/shader-ast": "^1.1.4"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"esbuild": "^0.25.5",
|
|
@@ -53,12 +53,15 @@
|
|
|
53
53
|
},
|
|
54
54
|
"keywords": [
|
|
55
55
|
"ast",
|
|
56
|
+
"compiler",
|
|
56
57
|
"constant-folding",
|
|
57
58
|
"optimization",
|
|
58
59
|
"rewrite",
|
|
59
60
|
"shader",
|
|
60
61
|
"shader-ast",
|
|
61
|
-
"
|
|
62
|
+
"tree",
|
|
63
|
+
"typescript",
|
|
64
|
+
"webgl"
|
|
62
65
|
],
|
|
63
66
|
"publishConfig": {
|
|
64
67
|
"access": "public"
|
|
@@ -90,5 +93,5 @@
|
|
|
90
93
|
"parent": "@thi.ng/shader-ast",
|
|
91
94
|
"year": 2019
|
|
92
95
|
},
|
|
93
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "b076434a497b291ad33e81b1a15f6a71e2c82cc2\n"
|
|
94
97
|
}
|