-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feat] add support for custom CLI cache path
- Loading branch information
Showing
8 changed files
with
194 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
/** | ||
* Copyright (c) Meta Platforms, Inc. and affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
* | ||
*/ | ||
|
||
'use strict'; | ||
|
||
import * as stylex from '@stylexjs/stylex'; | ||
import otherStyles from './otherStyles'; | ||
import npmStyles from './npmStyles'; | ||
import "../stylex_bundle.css"; | ||
const fadeAnimation = "xgnty7z-B"; | ||
const styles = { | ||
foo: { | ||
animationName: "xeuoslp", | ||
display: "x78zum5", | ||
marginInlineStart: "x1hm9lzh", | ||
marginLeft: null, | ||
marginRight: null, | ||
marginTop: "xlrshdv", | ||
height: "x1egiwwb", | ||
":hover_background": "x1oz5o6v", | ||
":hover_backgroundAttachment": null, | ||
":hover_backgroundClip": null, | ||
":hover_backgroundColor": null, | ||
":hover_backgroundImage": null, | ||
":hover_backgroundOrigin": null, | ||
":hover_backgroundPosition": null, | ||
":hover_backgroundPositionX": null, | ||
":hover_backgroundPositionY": null, | ||
":hover_backgroundRepeat": null, | ||
":hover_backgroundSize": null, | ||
$$css: true | ||
} | ||
}; | ||
export default function Button() { | ||
return stylex.props(otherStyles.bar, styles.foo, npmStyles.baz).className; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
/** | ||
* Copyright (c) Meta Platforms, Inc. and affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
* | ||
*/ | ||
|
||
'use strict'; | ||
|
||
import * as stylex from '@stylexjs/stylex'; | ||
import otherStyles from './otherStyles'; | ||
import npmStyles from './npmStyles'; | ||
import "./stylex_bundle.css"; | ||
const fadeAnimation = "xgnty7z-B"; | ||
const styles = { | ||
foo: { | ||
animationName: "xeuoslp", | ||
display: "x78zum5", | ||
marginInlineStart: "x1hm9lzh", | ||
marginLeft: null, | ||
marginRight: null, | ||
marginTop: "xlrshdv", | ||
height: "x1egiwwb", | ||
":hover_background": "x1oz5o6v", | ||
":hover_backgroundAttachment": null, | ||
":hover_backgroundClip": null, | ||
":hover_backgroundColor": null, | ||
":hover_backgroundImage": null, | ||
":hover_backgroundOrigin": null, | ||
":hover_backgroundPosition": null, | ||
":hover_backgroundPositionX": null, | ||
":hover_backgroundPositionY": null, | ||
":hover_backgroundRepeat": null, | ||
":hover_backgroundSize": null, | ||
$$css: true | ||
} | ||
}; | ||
export default function App() { | ||
return stylex.props(otherStyles.bar, styles.foo, npmStyles.baz).className; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This is not a javascript file, it should not have changed as a result of compiling the folder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
/** | ||
* Copyright (c) Meta Platforms, Inc. and affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
* | ||
*/ | ||
|
||
'use strict'; | ||
|
||
import * as stylex from '@stylexjs/stylex'; | ||
import otherStyles from './otherStyles'; | ||
import npmStyles from './npmStyles'; | ||
import "../stylex_bundle.css"; | ||
const fadeAnimation = "xgnty7z-B"; | ||
const styles = { | ||
foo: { | ||
animationName: "xeuoslp", | ||
display: "x78zum5", | ||
marginInlineStart: "x1hm9lzh", | ||
marginLeft: null, | ||
marginRight: null, | ||
marginTop: "xlrshdv", | ||
height: "x1egiwwb", | ||
":hover_background": "x1oz5o6v", | ||
":hover_backgroundAttachment": null, | ||
":hover_backgroundClip": null, | ||
":hover_backgroundColor": null, | ||
":hover_backgroundImage": null, | ||
":hover_backgroundOrigin": null, | ||
":hover_backgroundPosition": null, | ||
":hover_backgroundPositionX": null, | ||
":hover_backgroundPositionY": null, | ||
":hover_backgroundRepeat": null, | ||
":hover_backgroundSize": null, | ||
$$css: true | ||
} | ||
}; | ||
export default function Home() { | ||
return stylex.props(otherStyles.bar, styles.foo, npmStyles.baz).className; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
@keyframes xgnty7z-B{0%{opacity:.25;}100%{opacity:1;}} | ||
.x1oz5o6v:hover:not(#\#){background:red} | ||
.xeuoslp:not(#\#):not(#\#){animation-name:xgnty7z-B} | ||
.x78zum5:not(#\#):not(#\#){display:flex} | ||
.x1hm9lzh:not(#\#):not(#\#){margin-inline-start:10px} | ||
.x1egiwwb:not(#\#):not(#\#):not(#\#){height:500px} | ||
.xlrshdv:not(#\#):not(#\#):not(#\#){margin-top:99px} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters