Skip to content

Commit daf6a67

Browse files
authored
Merge pull request #587 from dev-five-git/support-stylex
Support stylex
2 parents 16fb13b + 2313679 commit daf6a67

File tree

96 files changed

+5596
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+5596
-3
lines changed

libs/extractor/src/extractor/extract_style_from_stylex.rs

Lines changed: 412 additions & 0 deletions
Large diffs are not rendered by default.

libs/extractor/src/extractor/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ pub(super) mod extract_style_from_expression;
88
pub(super) mod extract_style_from_jsx;
99
pub(super) mod extract_style_from_member_expression;
1010
pub(super) mod extract_style_from_styled;
11+
pub(super) mod extract_style_from_stylex;
1112

1213
/**
1314
* type

0 commit comments

Comments
 (0)