unplugin-stylex 0.4.0 → 0.4.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.
@@ -0,0 +1,12 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+ var _chunk6L2G6TUNcjs = require('./chunk-6L2G6TUN.cjs');
4
+ require('./chunk-ZBPRDZS4.cjs');
5
+
6
+ // src/rolldown.ts
7
+ var _unplugin = require('unplugin');
8
+ var rolldownPlugin = _unplugin.createRolldownPlugin.call(void 0, _chunk6L2G6TUNcjs.unpluginFactory);
9
+ var rolldown_default = rolldownPlugin;
10
+
11
+
12
+ exports.default = rolldown_default;
@@ -0,0 +1,10 @@
1
+ import { UnpluginStylexOptions } from './types.cjs';
2
+
3
+ /**
4
+ * This entry file is for rolldown plugin.
5
+ *
6
+ * @module
7
+ */
8
+ declare const rolldownPlugin: (options?: UnpluginStylexOptions) => any;
9
+
10
+ export { rolldownPlugin as default };
@@ -0,0 +1,10 @@
1
+ import { UnpluginStylexOptions } from './types.js';
2
+
3
+ /**
4
+ * This entry file is for rolldown plugin.
5
+ *
6
+ * @module
7
+ */
8
+ declare const rolldownPlugin: (options?: UnpluginStylexOptions) => any;
9
+
10
+ export { rolldownPlugin as default };
@@ -0,0 +1,12 @@
1
+ import {
2
+ unpluginFactory
3
+ } from "./chunk-3YBPBWJO.js";
4
+ import "./chunk-6F4PWJZI.js";
5
+
6
+ // src/rolldown.ts
7
+ import { createRolldownPlugin } from "unplugin";
8
+ var rolldownPlugin = createRolldownPlugin(unpluginFactory);
9
+ var rolldown_default = rolldownPlugin;
10
+ export {
11
+ rolldown_default as default
12
+ };
package/jsr.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eryue0220/unplugin-stylex",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "exports": {
5
5
  "./index": "./src/index.ts",
6
6
  "./esbuild": "./src/esbuild.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unplugin-stylex",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "packageManager": "pnpm@8.11.0",
5
5
  "description": "Unplugin for stylex",
6
6
  "repository": "https://github.com/eryue0220/unplugin-stylex",