@rsbuild/core 1.1.0 → 1.1.2

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 (54) hide show
  1. package/compiled/chokidar/index.d.ts +318 -189
  2. package/compiled/chokidar/index.js +1069 -4439
  3. package/compiled/chokidar/license +1 -1
  4. package/compiled/chokidar/package.json +1 -1
  5. package/compiled/css-loader/index.js +46 -46
  6. package/compiled/html-rspack-plugin/index.js +14 -14
  7. package/compiled/http-proxy-middleware/index.d.ts +4 -3
  8. package/compiled/postcss/index.js +120 -114
  9. package/compiled/postcss/package.json +1 -1
  10. package/compiled/postcss-load-config/index.js +10 -10
  11. package/compiled/postcss-loader/index.js +11 -11
  12. package/compiled/rsbuild-dev-middleware/index.js +64 -101
  13. package/compiled/rsbuild-dev-middleware/package.json +1 -1
  14. package/compiled/rspack-manifest-plugin/index.js +4 -4
  15. package/compiled/tinyglobby/index.d.ts +25 -0
  16. package/compiled/tinyglobby/index.js +2749 -0
  17. package/compiled/tinyglobby/index1.js +17 -0
  18. package/compiled/tinyglobby/license +21 -0
  19. package/compiled/tinyglobby/package.json +1 -0
  20. package/dist/client/hmr.js +195 -213
  21. package/dist/client/overlay.js +88 -90
  22. package/dist/ignoreCssLoader.cjs +43 -29
  23. package/dist/index.cjs +6931 -13749
  24. package/dist/index.cjs.LICENSE.txt +13 -0
  25. package/dist/index.js +6754 -13826
  26. package/dist/index.js.LICENSE.txt +13 -0
  27. package/dist/transformLoader.cjs +59 -51
  28. package/dist/transformRawLoader.cjs +78 -60
  29. package/dist-types/cli/init.d.ts +2 -1
  30. package/dist-types/config.d.ts +2 -2
  31. package/dist-types/configChain.d.ts +1 -1
  32. package/dist-types/helpers/index.d.ts +3 -1
  33. package/dist-types/index.d.ts +1 -1
  34. package/dist-types/internal.d.ts +1 -13
  35. package/dist-types/logger.d.ts +1 -1
  36. package/dist-types/plugins/css.d.ts +1 -2
  37. package/dist-types/plugins/lazyCompilation.d.ts +1 -1
  38. package/dist-types/provider/createCompiler.d.ts +1 -1
  39. package/dist-types/provider/helpers.d.ts +12 -0
  40. package/dist-types/server/compilerDevMiddleware.d.ts +4 -3
  41. package/dist-types/server/devServer.d.ts +1 -1
  42. package/dist-types/server/helper.d.ts +1 -0
  43. package/dist-types/server/httpServer.d.ts +1 -1
  44. package/dist-types/server/middlewares.d.ts +2 -2
  45. package/dist-types/server/prodServer.d.ts +1 -1
  46. package/dist-types/server/restart.d.ts +4 -0
  47. package/dist-types/server/watchFiles.d.ts +4 -1
  48. package/dist-types/types/config.d.ts +20 -12
  49. package/dist-types/types/hooks.d.ts +1 -1
  50. package/dist-types/types/plugin.d.ts +2 -2
  51. package/dist-types/types/rsbuild.d.ts +3 -1
  52. package/dist-types/types/rspack.d.ts +1 -1
  53. package/dist-types/types/thirdParty.d.ts +1 -1
  54. package/package.json +15 -14
@@ -0,0 +1,13 @@
1
+ /*!
2
+ * is-extglob <https://github.com/jonschlinkert/is-extglob>
3
+ *
4
+ * Copyright (c) 2014-2016, Jon Schlinkert.
5
+ * Licensed under the MIT License.
6
+ */
7
+
8
+ /*!
9
+ * is-glob <https://github.com/jonschlinkert/is-glob>
10
+ *
11
+ * Copyright (c) 2014-2017, Jon Schlinkert.
12
+ * Released under the MIT License.
13
+ */