efront 4.20.2 → 4.21.0

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.
Files changed (39) hide show
  1. package/#/345/233/275/351/231/205/345/214/226.yml +3 -0
  2. package/coms/basic/#loader.js +4 -4
  3. package/coms/basic/ArrayFill.js +1 -5
  4. package/coms/basic/extend.js +1 -17
  5. package/coms/basic/isSubpath.js +2 -0
  6. package/coms/basic_/{Array2.js → &Array.js} +2 -1
  7. package/coms/basic_/&ArrayFill.js +5 -0
  8. package/coms/basic_/{aster_.js → &aster.js} +3 -2
  9. package/coms/basic_/&async.js +5 -0
  10. package/coms/basic_/{asyncAster_.js → &asyncAster.js} +3 -2
  11. package/coms/basic_/&async_test.js +15 -0
  12. package/coms/basic_/{exec_.js → &exec.js} +2 -1
  13. package/coms/basic_/&extend.js +18 -0
  14. package/coms/basic_/{extends_.js → &extends.js} +2 -1
  15. package/coms/basic_/readme-en.md +3 -3
  16. package/coms/basic_/readme.md +3 -3
  17. package/coms/compile/Javascript.js +2 -2
  18. package/coms/compile/Program.js +20 -4
  19. package/coms/compile/downLevel.js +20 -20
  20. package/coms/compile/downLevel_test.js +91 -91
  21. package/coms/compile/nametill.js +13 -0
  22. package/coms/compile/polyfill.js +1 -1
  23. package/coms/compile/run-test262.js +8 -8
  24. package/coms/compile/scanner2.js +22 -3
  25. package/coms/compile/unstruct.js +3 -3
  26. package/coms/compile/unstruct_test.js +1 -1
  27. package/coms/reptile/colored_console.js +1 -1
  28. package/coms/zimoli/XMLHttpRequest.js +29 -25
  29. package/package.json +1 -1
  30. package/public/efront.js +1 -1
  31. package/coms/basic_/async_.js +0 -4
  32. package/coms/basic_/async_test.js +0 -11
  33. /package/coms/basic_/{exec_test.js → &exec_test.js} +0 -0
  34. /package/coms/basic_/{nullish_.js → &nullish.js} +0 -0
  35. /package/coms/basic_/{power_.js → &power.js} +0 -0
  36. /package/coms/basic_/{rest_.js → &rest.js} +0 -0
  37. /package/coms/basic_/{restIter_.js → &restIter.js} +0 -0
  38. /package/coms/basic_/{withget_.js → &wget.js} +0 -0
  39. /package/coms/basic_/{with_.js → &with.js} +0 -0
@@ -1,4 +0,0 @@
1
-
2
- function async_() {
3
- return new Promise(exec_.bind(this, arguments));
4
- }
@@ -1,11 +0,0 @@
1
- var test = async function (queue, expect) {
2
- var res = await async_.apply(null, queue);
3
- assert(res, expect);
4
- }
5
- test([function () {
6
- return [1, 0]
7
- }, function () {
8
- return [, 2];
9
- }], 2);
10
-
11
- test(compile$unstruct(compile$scanner2(`1+2`)), 3);
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes