rollup-plugin-solid-styled 0.9.0 → 0.9.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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/index.ts"],
|
|
4
|
-
"sourcesContent": ["import
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;
|
|
4
|
+
"sourcesContent": ["import type { SolidStyledPluginOptions } from 'unplugin-solid-styled';\nimport solidStyledUnplugin from 'unplugin-solid-styled';\nimport type { Plugin } from 'rollup';\n\nexport type { SolidStyledPluginFilter, SolidStyledPluginOptions } from 'unplugin-solid-styled';\n\nconst solidStyledPlugin = (\n solidStyledUnplugin.rollup as (options: SolidStyledPluginOptions) => Plugin\n);\n\nexport default solidStyledPlugin;\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,mCAAgC;AAKhC,IAAM,oBACJ,6BAAAA,QAAoB;AAGtB,IAAO,cAAQ;",
|
|
6
6
|
"names": ["solidStyledUnplugin"]
|
|
7
7
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var n=Object.defineProperty;var
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var r=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var y=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var S=(l,i)=>{for(var o in i)n(l,o,{get:i[o],enumerable:!0})},p=(l,i,o,d)=>{if(i&&typeof i=="object"||typeof i=="function")for(let t of s(i))!g.call(l,t)&&t!==o&&n(l,t,{get:()=>i[t],enumerable:!(d=r(i,t))||d.enumerable});return l};var m=(l,i,o)=>(o=l!=null?u(y(l)):{},p(i||!l||!l.__esModule?n(o,"default",{value:l,enumerable:!0}):o,l)),P=l=>p(n({},"__esModule",{value:!0}),l);var a={};S(a,{default:()=>O});module.exports=P(a);var e=m(require("unplugin-solid-styled"),1),f=e.default.rollup,O=f;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/index.ts"],
|
|
4
|
-
"sourcesContent": ["import
|
|
5
|
-
"mappings": ";
|
|
4
|
+
"sourcesContent": ["import type { SolidStyledPluginOptions } from 'unplugin-solid-styled';\nimport solidStyledUnplugin from 'unplugin-solid-styled';\nimport type { Plugin } from 'rollup';\n\nexport type { SolidStyledPluginFilter, SolidStyledPluginOptions } from 'unplugin-solid-styled';\n\nconst solidStyledPlugin = (\n solidStyledUnplugin.rollup as (options: SolidStyledPluginOptions) => Plugin\n);\n\nexport default solidStyledPlugin;\n"],
|
|
5
|
+
"mappings": ";AACA,OAAO,yBAAyB;AAKhC,IAAM,oBACJ,oBAAoB;AAGtB,IAAO,cAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import l from"unplugin-solid-styled";var i=l.rollup,
|
|
1
|
+
import l from"unplugin-solid-styled";var i=l.rollup,t=i;export{t as default};
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { SolidStyledPluginOptions } from 'unplugin-solid-styled';
|
|
2
|
-
import { Plugin } from 'rollup';
|
|
3
|
-
export type { SolidStyledPluginFilter, SolidStyledPluginOptions } from 'unplugin-solid-styled';
|
|
4
|
-
declare const solidStyledPlugin: (options: SolidStyledPluginOptions) => Plugin;
|
|
5
|
-
export default solidStyledPlugin;
|
|
1
|
+
import type { SolidStyledPluginOptions } from 'unplugin-solid-styled';
|
|
2
|
+
import type { Plugin } from 'rollup';
|
|
3
|
+
export type { SolidStyledPluginFilter, SolidStyledPluginOptions } from 'unplugin-solid-styled';
|
|
4
|
+
declare const solidStyledPlugin: (options: SolidStyledPluginOptions) => Plugin;
|
|
5
|
+
export default solidStyledPlugin;
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAErC,YAAY,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAE/F,QAAA,MAAM,iBAAiB,YACmB,wBAAwB,KAAK,MACtE,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rollup-plugin-solid-styled",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -15,18 +15,18 @@
|
|
|
15
15
|
"pridepack"
|
|
16
16
|
],
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@types/node": "^
|
|
19
|
-
"eslint": "^8.
|
|
20
|
-
"eslint-config-lxsmnsyc": "^0.5
|
|
21
|
-
"pridepack": "2.
|
|
18
|
+
"@types/node": "^20.8.7",
|
|
19
|
+
"eslint": "^8.51.0",
|
|
20
|
+
"eslint-config-lxsmnsyc": "^0.6.5",
|
|
21
|
+
"pridepack": "2.5.1",
|
|
22
22
|
"rollup": "^3.5.1",
|
|
23
|
-
"solid-styled": "0.9.
|
|
24
|
-
"tslib": "^2.
|
|
25
|
-
"typescript": "^
|
|
23
|
+
"solid-styled": "0.9.2",
|
|
24
|
+
"tslib": "^2.6.2",
|
|
25
|
+
"typescript": "^5.2.2"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@rollup/pluginutils": "^5.0.2",
|
|
29
|
-
"unplugin-solid-styled": "0.9.
|
|
29
|
+
"unplugin-solid-styled": "0.9.2"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"rollup": "^3",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"typesVersions": {
|
|
74
74
|
"*": {}
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "8c0a3d584852b7fa1ee521524928e8b0f2e4ca85"
|
|
77
77
|
}
|