baja-lite 1.1.3 → 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 (76) 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 +6 -6
  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/test.json +0 -0
  32. package/tsconfig.base.json +80 -0
  33. package/tsconfig.cjs.json +42 -0
  34. package/tsconfig.json +44 -0
  35. package/xml/event-report.xml +13 -0
  36. package/yarn.lock +1493 -0
  37. package/boot-remote.d.ts +0 -2
  38. package/boot.d.ts +0 -2
  39. package/code.d.ts +0 -2
  40. package/convert-xml.d.ts +0 -10
  41. package/enum.d.ts +0 -18
  42. package/enum.js +0 -59
  43. package/error.d.ts +0 -5
  44. package/error.js +0 -13
  45. package/fn.d.ts +0 -128
  46. package/fn.js +0 -172
  47. package/index.js +0 -11
  48. package/list.d.ts +0 -10
  49. package/math.d.ts +0 -83
  50. package/math.js +0 -451
  51. package/object.d.ts +0 -83
  52. package/object.js +0 -222
  53. package/set-ex.d.ts +0 -198
  54. package/set-ex.js +0 -338
  55. package/sql.d.ts +0 -1858
  56. package/sql.js +0 -5025
  57. package/sqlite.d.ts +0 -32
  58. package/string.d.ts +0 -17
  59. package/string.js +0 -105
  60. package/test-mysql.d.ts +0 -2
  61. package/test-postgresql.d.ts +0 -2
  62. package/test-postgresql.js +0 -90
  63. package/test-sqlite.d.ts +0 -1
  64. package/test-xml.d.ts +0 -1
  65. package/test.d.ts +0 -1
  66. package/test.js +0 -2
  67. package/wx/base.d.ts +0 -11
  68. package/wx/base.js +0 -78
  69. package/wx/mini.d.ts +0 -45
  70. package/wx/mini.js +0 -102
  71. package/wx/organ.d.ts +0 -65
  72. package/wx/organ.js +0 -171
  73. package/wx/types.js +0 -1
  74. package/wx.js +0 -3
  75. /package/{README.md → Readme.md} +0 -0
  76. /package/{wx.d.ts → src/wx.ts} +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.