-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added caching for faster style construction
- Loading branch information
1 parent
00eb9ab
commit f800955
Showing
6 changed files
with
78 additions
and
31 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -2,6 +2,11 @@ | |
# It is not intended for manual editing. | ||
registry = "test" | ||
|
||
[[package]] | ||
name = "boatbomber/hashlib" | ||
version = "1.0.0" | ||
dependencies = [] | ||
|
||
[[package]] | ||
name = "core-packages/boolean" | ||
version = "0.0.1" | ||
|
@@ -72,16 +77,6 @@ name = "elttob/fusion" | |
version = "0.2.0" | ||
dependencies = [] | ||
|
||
[[package]] | ||
name = "evaera/promise" | ||
version = "4.0.0" | ||
dependencies = [] | ||
|
||
[[package]] | ||
name = "littensy/ripple" | ||
version = "0.7.1" | ||
dependencies = [["Promise", "evaera/[email protected]"]] | ||
|
||
[[package]] | ||
name = "nightcycle/cold-fusion" | ||
version = "9.0.7" | ||
|
@@ -135,7 +130,7 @@ dependencies = [] | |
[[package]] | ||
name = "nightcycle/synthetic" | ||
version = "5.0.0" | ||
dependencies = [["ColdFusion", "nightcycle/[email protected]"], ["CurveUtil", "nightcycle/[email protected]"], ["Format", "nightcycle/[email protected]"], ["Fusion", "elttob/[email protected]"], ["Maid", "nightcycle/[email protected]"], ["MaterialIcons", "nightcycle/[email protected]"], ["MeshUtil", "nightcycle/[email protected]"], ["React", "core-packages/[email protected].1"], ["Ripple", "littensy/[email protected].1"], ["Roact", "roblox/[email protected]"], ["Signal", "nightcycle/[email protected]"], ["TableUtil", "nightcycle/[email protected]"]] | ||
dependencies = [["ColdFusion", "nightcycle/[email protected]"], ["CurveUtil", "nightcycle/[email protected]"], ["Format", "nightcycle/[email protected]"], ["Fusion", "elttob/[email protected]"], ["HashUtil", "boatbomber/[email protected]"], ["Maid", "nightcycle/[email protected]"], ["MaterialIcons", "nightcycle/[email protected]"], ["MeshUtil", "nightcycle/[email protected]"], ["React", "core-packages/[email protected]"], ["Roact", "roblox/[email protected]"], ["Signal", "nightcycle/[email protected]"], ["TableUtil", "nightcycle/[email protected]"]] | ||
|
||
[[package]] | ||
name = "nightcycle/table-util" | ||
|
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 |
---|---|---|
|
@@ -19,3 +19,4 @@ React = "core-packages/[email protected]" | |
MaterialIcons = "nightcycle/[email protected]" | ||
CurveUtil = "nightcycle/[email protected]" | ||
TableUtil = "nightcycle/[email protected]" | ||
HashUtil = "boatbomber/[email protected]" |