@visulima/packem-rollup 1.0.0-alpha.1

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 (61) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/LICENSE.md +890 -0
  3. package/README.md +71 -0
  4. package/dist/index.d.mts +56 -0
  5. package/dist/index.d.ts +56 -0
  6. package/dist/index.mjs +1 -0
  7. package/dist/packem_shared/browserslist-to-esbuild-DY9HwYtp.d.mts +3 -0
  8. package/dist/packem_shared/browserslist-to-esbuild-DY9HwYtp.d.ts +3 -0
  9. package/dist/packem_shared/browserslistToEsbuild-C0IWmbNe.mjs +1 -0
  10. package/dist/packem_shared/cachingPlugin-D0BBFJPD.mjs +1 -0
  11. package/dist/packem_shared/chunkSplitter-DWAy1JkE.mjs +1 -0
  12. package/dist/packem_shared/cjsInteropPlugin-D5wyoQ_B.mjs +2 -0
  13. package/dist/packem_shared/copyPlugin--6RITp1-.mjs +1 -0
  14. package/dist/packem_shared/createSplitChunks-CGDk55G3.mjs +1 -0
  15. package/dist/packem_shared/esbuildPlugin-BAwyhG6L.mjs +1 -0
  16. package/dist/packem_shared/esmShimCjsSyntaxPlugin-DjKqX4DE.mjs +11 -0
  17. package/dist/packem_shared/fix-dts-default-cjs-exports-BQc0nwIG.mjs +26 -0
  18. package/dist/packem_shared/fixDtsDefaultCjsExportsPlugin-Dp1UcHVR.mjs +1 -0
  19. package/dist/packem_shared/fixDynamicImportExtension-BBGNRniz.mjs +1 -0
  20. package/dist/packem_shared/getCustomModuleLayer-d8i66lfh.mjs +1 -0
  21. package/dist/packem_shared/getModuleLayer-rF9RxnJ5.mjs +1 -0
  22. package/dist/packem_shared/index-Dq8IUFTs.mjs +1 -0
  23. package/dist/packem_shared/index-IiwweiIe.d.mts +4538 -0
  24. package/dist/packem_shared/index-IiwweiIe.d.ts +4538 -0
  25. package/dist/packem_shared/isolatedDeclarationsOxcTransformer-WbfE6cGu.mjs +1 -0
  26. package/dist/packem_shared/isolatedDeclarationsPlugin-BqP17nSP.mjs +3 -0
  27. package/dist/packem_shared/isolatedDeclarationsSwcTransformer-Ch2AgtWC.mjs +1 -0
  28. package/dist/packem_shared/isolatedDeclarationsTypescriptTransformer-DkuEkofo.mjs +3 -0
  29. package/dist/packem_shared/jsonPlugin-BAi3Da-h.mjs +1 -0
  30. package/dist/packem_shared/jsxRemoveAttributes-B1PLPffj.mjs +1 -0
  31. package/dist/packem_shared/licensePlugin-C5yzUqe-.mjs +13 -0
  32. package/dist/packem_shared/makeExecutable-6aOVHoJR.mjs +4 -0
  33. package/dist/packem_shared/metafilePlugin-ObS4J7mO.mjs +1 -0
  34. package/dist/packem_shared/oxcResolvePlugin-BJpi-eSG.mjs +1 -0
  35. package/dist/packem_shared/oxcTransformPlugin-DfVQouIB.mjs +4 -0
  36. package/dist/packem_shared/patchTypescriptTypes-BEdkvKxL.mjs +6 -0
  37. package/dist/packem_shared/preserveDirectivesPlugin-B49Cbykd.mjs +4 -0
  38. package/dist/packem_shared/rawPlugin-BqlR6ZOI.mjs +1 -0
  39. package/dist/packem_shared/resolveFileUrl-BkpjVHeK.mjs +1 -0
  40. package/dist/packem_shared/resolveTsconfigPathsPlugin-Crf4lzxq.mjs +1 -0
  41. package/dist/packem_shared/resolveTsconfigRootDirectoriesPlugin-_93afm2q.mjs +1 -0
  42. package/dist/packem_shared/resolveTypescriptMjsCtsPlugin-DcZrZTmM.mjs +1 -0
  43. package/dist/packem_shared/sourcemapsPlugin-B4W3J79w.mjs +1 -0
  44. package/dist/packem_shared/swcPlugin-Boip4lWG.mjs +1 -0
  45. package/dist/packem_shared/urlPlugin-DBgFIkTc.mjs +1 -0
  46. package/dist/plugins/esbuild/index.d.mts +24 -0
  47. package/dist/plugins/esbuild/index.d.ts +24 -0
  48. package/dist/plugins/esbuild/index.mjs +1 -0
  49. package/dist/plugins/oxc/index.d.mts +27 -0
  50. package/dist/plugins/oxc/index.d.ts +27 -0
  51. package/dist/plugins/oxc/index.mjs +1 -0
  52. package/dist/plugins/sucrase/index.d.mts +18 -0
  53. package/dist/plugins/sucrase/index.d.ts +18 -0
  54. package/dist/plugins/sucrase/index.mjs +1 -0
  55. package/dist/plugins/swc/index.d.mts +25 -0
  56. package/dist/plugins/swc/index.d.ts +25 -0
  57. package/dist/plugins/swc/index.mjs +1 -0
  58. package/dist/plugins/typescript/index.d.mts +28 -0
  59. package/dist/plugins/typescript/index.d.ts +28 -0
  60. package/dist/plugins/typescript/index.mjs +1 -0
  61. package/package.json +133 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,24 @@
1
+ ## @visulima/packem-rollup 1.0.0-alpha.1 (2025-07-02)
2
+
3
+ ### ⚠ BREAKING CHANGES
4
+
5
+ * changed node from 18 to 20, split packem in reusable packages
6
+
7
+ ### Features
8
+
9
+ * introduce @visulima/packem-share package for shared utilities a… ([#157](https://github.com/visulima/packem/issues/157)) ([99e977a](https://github.com/visulima/packem/commit/99e977a8f62021c9ac286fc0c9b184b96bce88f1))
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * add browserslist dependency version 4.25.1 ([caaf641](https://github.com/visulima/packem/commit/caaf6418b4638af4c1cf9039e0992a8f44e09cb2))
14
+ * update dependencies and refactor build scripts ([14da1f7](https://github.com/visulima/packem/commit/14da1f7d9f8af619401ec0926df516092e870a75))
15
+ * update multi-semantic-release command to ignore @visulima/packem package ([fa85b28](https://github.com/visulima/packem/commit/fa85b283a5b2cbd15d2b52c09c2db2b2d2c6c65d))
16
+
17
+ ### Tests
18
+
19
+ * add integration and unit tests for file extension handling ([0536e8a](https://github.com/visulima/packem/commit/0536e8a2cb4c7cddf01d66864e0fdbe3912b256c))
20
+
21
+
22
+ ### Dependencies
23
+
24
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.1