efront 4.35.2 → 4.35.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.
@@ -40,6 +40,7 @@ gl.straps = gl.straps.concat(
40
40
  "step", "smoothstep",
41
41
  "mix", "clamp"
42
42
  );
43
+ const ms = new compile$算式.MathScript;
43
44
  var rust = new compile$Javascript;
44
45
  rust.powermap = Object.assign({}, rust.powermap);
45
46
  rust.powermap["->"] = 0;
@@ -137,6 +138,9 @@ var 语言 = {
137
138
  json(a) {
138
139
  return 扫描(a, json);
139
140
  },
141
+ mathscript(a) {
142
+ return 扫描(a, ms);
143
+ },
140
144
  less(a) {
141
145
  var c = 扫描(a, 素心);
142
146
  setless(c);
@@ -187,4 +191,5 @@ var 语言 = {
187
191
  语言.tsx = 语言.ts = 语言.typescript;
188
192
  语言.xht = 语言.jsp = 语言.asp = 语言.php = 语言.xml = 语言.html;
189
193
  语言.vue = 语言.xht;
194
+ 语言.ms = 语言.mathscript;
190
195
  return 语言;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "efront",
3
- "version": "4.35.2",
3
+ "version": "4.35.3",
4
4
  "description": "一个开发环境,提供一种自由的前端开发模式,也可作为辅助工具使用。",
5
5
  "main": "public/efront.js",
6
6
  "directories": {