Skip to content

Commit

Permalink
Change HTLScript
Browse files Browse the repository at this point in the history
- renamed old HTLScript to HTLScriptPart
- Made a new HTLScript struct to combine body and invalidation parts of scripts
- Made this a separate submodule of PlutoDevMacros not exported by default
  • Loading branch information
disberd committed Nov 11, 2022
1 parent 4a0a594 commit 97164cd
Show file tree
Hide file tree
Showing 4 changed files with 709 additions and 94 deletions.
4 changes: 2 additions & 2 deletions Manifest.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file is machine-generated - editing it directly is not advised

julia_version = "1.8.0-rc3"
julia_version = "1.8.2"
manifest_format = "2.0"
project_hash = "adcfb6b64f79f43cf91aefd1ca6c45fae20f7875"
project_hash = "92c355de71adfcdcf0027fd6af9ea1fa2315b995"

[[deps.Base64]]
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ HypertextLiteral = "ac1192a8-f4b3-4bfe-ba22-af5b92cd3ab2"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"

[compat]
Expand Down
Loading

0 comments on commit 97164cd

Please sign in to comment.