efront 4.0.45 → 4.0.48
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/coms/basic/Table.js +13 -2
- package/coms/basic/concatByte.js +2 -4
- package/coms/compile/Javascript.js +21 -9
- package/coms/compile/downLevel.js +20 -3
- package/coms/compile/downLevel_test.js +16 -13
- package/coms/compile/scanner2.js +4 -2
- package/coms/compile/unstruct.js +67 -29
- package/coms/compile/unstruct_test.js +11 -5
- package/package.json +1 -1
- package/public/efront.js +1 -1
- package/readme-en.md +3 -4
- package/readme.md +2 -2
- package/data/mime.json +0 -848
package/readme-en.md
CHANGED
|
@@ -29,12 +29,11 @@ Global installation of efront from NPM
|
|
|
29
29
|
```bat
|
|
30
30
|
npm install -g efront
|
|
31
31
|
```
|
|
32
|
-
|
|
33
|
-
```
|
|
32
|
+
<!--
|
|
34
33
|
If you just want to test limited efront functions via [deno](https://deno.land/), you may fire your code as bellow:
|
|
35
|
-
```
|
|
34
|
+
```shell
|
|
36
35
|
deno run --allow-all http://efront.cc/ help
|
|
37
|
-
```
|
|
36
|
+
``` -->
|
|
38
37
|
|
|
39
38
|
|
|
40
39
|
## 2. View Help System
|
package/readme.md
CHANGED
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
```bat
|
|
30
30
|
npm install -g efront
|
|
31
31
|
```
|
|
32
|
-
如果要在[deno](https://deno.land/)上运行`efront`,您可以使用如下命令
|
|
32
|
+
<!-- 如果要在[deno](https://deno.land/)上运行`efront`,您可以使用如下命令
|
|
33
33
|
```
|
|
34
34
|
deno run --allow-all http://efront.cc/ help
|
|
35
|
-
```
|
|
35
|
+
``` -->
|
|
36
36
|
|
|
37
37
|
## 2. 查看帮助系统
|
|
38
38
|
|