JuliaPluto/Pluto.jl

Explicit macro prefix is not used for reactivity

オープン

#1,586 opened on 2021/10/21

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Julia (329 件のフォーク)batch import
backendgood first issuereactivity

Repository metrics

Stars
 (5,295 個のスター)
PR merge metrics
 (PR metrics pending)

説明

When calling a macro pkg.@macro the cell is reactive to import pkg.

julia> Pluto.ReactiveNode("pkg.@macro").references
Set{Symbol} with 1 element:
  Symbol("pkg.@macro")

julia> Pluto.ReactiveNode("pkg.function").references
Set{Symbol} with 1 element:
  :pkg

コントリビューターガイド