@stylexswc/postcss-plugin 0.6.1 → 0.6.2-rc.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 +1 @@
1
- {"version":3,"file":"builder.d.ts","sourceRoot":"","sources":["../src/builder.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,EAAE,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AAS1C,OAAO,KAAK,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAkDpE,iBAAS,aAAa;6BAsBY,OAAO,CAAC,IAAI,KAAG,MAAM,GAAG,IAAI;yBAdhC,kBAAkB;0CA0CD,gBAAgB;;;;;;;;;;;;EAsE9D;AAED,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"builder.d.ts","sourceRoot":"","sources":["../src/builder.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,EAAE,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AAS1C,OAAO,KAAK,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAkDpE,iBAAS,aAAa;6BAsBY,OAAO,CAAC,IAAI,KAAG,MAAM,GAAG,IAAI;yBAdhC,kBAAkB;0CA0CD,gBAAgB;;;;;;;;;;;;EAqE9D;AAED,eAAe,aAAa,CAAC"}
package/dist/builder.js CHANGED
@@ -116,7 +116,6 @@ function createBuilder() {
116
116
  const filePath = node_path_1.default.resolve(cwd || '/', file);
117
117
  const contents = node_fs_1.default.readFileSync(filePath, 'utf-8');
118
118
  if (!bundler.shouldTransform(contents)) {
119
- console.log('contents: ', contents);
120
119
  return;
121
120
  }
122
121
  const transformedResult = bundler.transform(file, contents, rsOptions || {}, {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stylexswc/postcss-plugin",
3
3
  "description": "StyleX PostCSS plugin with NAPI-RS compiler",
4
- "version": "0.6.1",
4
+ "version": "0.6.2-rc.2",
5
5
  "config": {
6
6
  "scripty": {
7
7
  "path": "../../scripts/packages"
@@ -16,9 +16,9 @@
16
16
  },
17
17
  "devDependencies": {
18
18
  "@babel/types": "^7.23.9",
19
- "@stylexswc/eslint-config": "0.6.1",
20
- "@stylexswc/rs-compiler": "0.6.1",
21
- "@stylexswc/typescript-config": "0.6.1",
19
+ "@stylexswc/eslint-config": "0.6.2-rc.2",
20
+ "@stylexswc/rs-compiler": "0.6.2-rc.2",
21
+ "@stylexswc/typescript-config": "0.6.2-rc.2",
22
22
  "@types/babel__core": "^7.20.5",
23
23
  "@types/glob-parent": "^5.1.3",
24
24
  "@types/is-glob": "^4.0.4",