Skip to content

Commit

Permalink
chore: rebase and update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
nmn committed Oct 31, 2024
1 parent 3355938 commit cce5a8b
Show file tree
Hide file tree
Showing 2 changed files with 1,050 additions and 1,048 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ exports[`esbuild-plugin-stylex extracts and bundles CSS without inject calls, bu
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
}) : x)(function(x) {
if (typeof require !== "undefined") return require.apply(this, arguments);
if (typeof require !== "undefined")
return require.apply(this, arguments);
throw Error('Dynamic require of "' + x + '" is not supported');
});
var __copyProps = (to, from, except, desc) => {
Expand Down Expand Up @@ -105,7 +106,7 @@ exports[`esbuild-plugin-stylex extracts and bundles CSS without inject calls, bu
// __tests__/__fixtures__/index.ts
function App() {
return {
className: "xktrvhi xthc9sq"
className: "xlu94hl xgbg9yd"
};
}
})();
Expand All @@ -116,12 +117,12 @@ exports[`esbuild-plugin-stylex extracts and bundles CSS without inject calls, bu
"
@layer priority1, priority2;
@layer priority1{
:root, .xokpgiz{--xx1oc6k:white;--x14p2zvc:pink;--xdr2u03:green;}
:root, .xokpgiz{--x1b96qz0:white;--x1cpylmt:pink;--xr6c0rs:green;}
}
@layer priority2{
.xktrvhi{background-color:var(--xx1oc6k)}
.xiz802d{color:var(--x14p2zvc)}
.xthc9sq{color:var(--xdr2u03)}
.xlu94hl{background-color:var(--x1b96qz0)}
.xfpfjxz{color:var(--x1cpylmt)}
.xgbg9yd{color:var(--xr6c0rs)}
}"
`;

Expand All @@ -137,7 +138,8 @@ exports[`esbuild-plugin-stylex preserves stylex.inject calls and does not extrac
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
}) : x)(function(x) {
if (typeof require !== "undefined") return require.apply(this, arguments);
if (typeof require !== "undefined")
return require.apply(this, arguments);
throw Error('Dynamic require of "' + x + '" is not supported');
});
var __copyProps = (to, from, except, desc) => {
Expand Down
Loading

0 comments on commit cce5a8b

Please sign in to comment.