baja-lite 1.1.2 → 1.1.4

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 (77) hide show
  1. package/.eslintignore +7 -0
  2. package/.eslintrc.cjs +89 -0
  3. package/.prettierrc +4 -0
  4. package/ci.js +29 -0
  5. package/package-cjs.json +17 -0
  6. package/package.json +7 -7
  7. package/{boot-remote.js → src/boot-remote.ts} +7 -6
  8. package/{boot.js → src/boot.ts} +39 -32
  9. package/{code.js → src/code.ts} +67 -64
  10. package/{convert-xml.js → src/convert-xml.ts} +155 -105
  11. package/src/enum.ts +71 -0
  12. package/src/error.ts +11 -0
  13. package/src/fn.ts +295 -0
  14. package/{index.d.ts → src/index.ts} +11 -11
  15. package/{list.js → src/list.ts} +9 -8
  16. package/src/math.ts +405 -0
  17. package/src/object.ts +247 -0
  18. package/src/set-ex.ts +374 -0
  19. package/src/sql.ts +5281 -0
  20. package/{sqlite.js → src/sqlite.ts} +52 -53
  21. package/src/string.ts +111 -0
  22. package/{test-mysql.js → src/test-mysql.ts} +126 -135
  23. package/src/test-postgresql.ts +79 -0
  24. package/{test-sqlite.js → src/test-sqlite.ts} +80 -89
  25. package/{test-xml.js → src/test-xml.ts} +1 -1
  26. package/src/test.ts +2 -0
  27. package/src/wx/base.ts +76 -0
  28. package/src/wx/mini.ts +133 -0
  29. package/src/wx/organ.ts +290 -0
  30. package/{wx/types.d.ts → src/wx/types.ts} +10 -21
  31. package/src/wx.ts +3 -0
  32. package/test.json +0 -0
  33. package/tsconfig.base.json +80 -0
  34. package/tsconfig.cjs.json +42 -0
  35. package/tsconfig.json +44 -0
  36. package/xml/event-report.xml +13 -0
  37. package/yarn.lock +1493 -0
  38. package/boot-remote.d.ts +0 -2
  39. package/boot.d.ts +0 -2
  40. package/code.d.ts +0 -2
  41. package/convert-xml.d.ts +0 -10
  42. package/enum.d.ts +0 -18
  43. package/enum.js +0 -59
  44. package/error.d.ts +0 -5
  45. package/error.js +0 -13
  46. package/fn.d.ts +0 -128
  47. package/fn.js +0 -172
  48. package/index.js +0 -11
  49. package/list.d.ts +0 -10
  50. package/math.d.ts +0 -83
  51. package/math.js +0 -451
  52. package/object.d.ts +0 -83
  53. package/object.js +0 -222
  54. package/set-ex.d.ts +0 -198
  55. package/set-ex.js +0 -338
  56. package/sql.d.ts +0 -1858
  57. package/sql.js +0 -5025
  58. package/sqlite.d.ts +0 -32
  59. package/string.d.ts +0 -17
  60. package/string.js +0 -105
  61. package/test-mysql.d.ts +0 -2
  62. package/test-postgresql.d.ts +0 -2
  63. package/test-postgresql.js +0 -90
  64. package/test-sqlite.d.ts +0 -1
  65. package/test-xml.d.ts +0 -1
  66. package/test.d.ts +0 -1
  67. package/test.js +0 -2
  68. package/wx/base.d.ts +0 -11
  69. package/wx/base.js +0 -78
  70. package/wx/index.d.ts +0 -3
  71. package/wx/index.js +0 -3
  72. package/wx/mini.d.ts +0 -45
  73. package/wx/mini.js +0 -102
  74. package/wx/organ.d.ts +0 -65
  75. package/wx/organ.js +0 -171
  76. package/wx/types.js +0 -1
  77. /package/{README.md → Readme.md} +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.