From dfbe6ca62253536a9841623f578aaf03a755d474 Mon Sep 17 00:00:00 2001 From: tiye Date: Wed, 29 Nov 2023 01:41:43 +0800 Subject: [PATCH] change snapshot format; trying css in calcit --- .github/workflows/upload.yaml | 36 +- assets/play-azure.mjs | 2 +- calcit.cirru | 4585 ++++++++++++++-------------- compact.cirru | 864 +++--- data/2019-07-02-yield-syntax.cirru | 2 +- package.cirru | 10 + package.json | 14 +- yarn.lock | 753 ++--- 8 files changed, 3150 insertions(+), 3116 deletions(-) create mode 100644 package.cirru diff --git a/.github/workflows/upload.yaml b/.github/workflows/upload.yaml index 3ecc321..79110a0 100644 --- a/.github/workflows/upload.yaml +++ b/.github/workflows/upload.yaml @@ -10,38 +10,28 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 cache: 'yarn' - - name: ACTIONS_ALLOW_UNSECURE_COMMANDS - id: ACTIONS_ALLOW_UNSECURE_COMMANDS - run: echo 'ACTIONS_ALLOW_UNSECURE_COMMANDS=true' >> $GITHUB_ENV - - - name: add cr - run: | - mkdir -p $GITHUB_WORKSPACE/bin - wget -O $GITHUB_WORKSPACE/bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.20/cr - chmod +x $GITHUB_WORKSPACE/bin/cr - echo "::add-path::$GITHUB_WORKSPACE/bin" + - uses: supplypike/setup-bin@v3 + with: + uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.13/cr' + name: 'cr' + version: '0.8.13' - - name: "prepare modules" - run: > - mkdir -p ~/.config/calcit/modules/ && cd ~/.config/calcit/modules/ - && git clone https://github.com/calcit-lang/lilac.git - && git clone https://github.com/calcit-lang/memof.git - && git clone https://github.com/Respo/respo.calcit.git - && git clone https://github.com/Respo/reel.calcit.git - && git clone https://github.com/Respo/respo-markdown.calcit.git - && git clone https://github.com/Respo/respo-ui.calcit.git - && git clone https://github.com/Respo/respo-feather.calcit.git + - uses: supplypike/setup-bin@v3 + with: + uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.13/caps' + name: 'caps' + version: '0.8.13' - name: "compiles to js" run: > - cr --emit-js --once + caps --ci && cr --emit-js --once && yarn && yarn vite build --base=./ - name: Deploy to server diff --git a/assets/play-azure.mjs b/assets/play-azure.mjs index 70744e3..2bda3ff 100644 --- a/assets/play-azure.mjs +++ b/assets/play-azure.mjs @@ -1,5 +1,5 @@ // import * as sdk from "microsoft-cognitiveservices-speech-sdk"; -import * as bundle from "microsoft-cognitiveservices-speech-sdk/distrib/es2015/microsoft.cognitiveservices.speech.sdk.js"; +import * as bundle from "microsoft-cognitiveservices-speech-sdk/distrib/lib/microsoft.cognitiveservices.speech.sdk.js"; console.log("speechsdk", bundle); diff --git a/calcit.cirru b/calcit.cirru index d2a4aa8..2d6251d 100644 --- a/calcit.cirru +++ b/calcit.cirru @@ -1,2865 +1,2994 @@ -{} +{} (:package |app) :configs $ {} (:compact-output? true) (:extension |.cljs) (:init-fn |app.main/main!) (:output |src) (:port 6001) (:reload-fn |app.main/reload!) (:storage-key |calcit.cirru) (:version |0.0.1) :modules $ [] |respo.calcit/compact.cirru |lilac/compact.cirru |memof/compact.cirru |respo-ui.calcit/compact.cirru |respo-markdown.calcit/compact.cirru |reel.calcit/compact.cirru |respo-feather.calcit/ :entries $ {} - :ir $ {} (:package |app) - :files $ {} - |app.comp.container $ {} - :defs $ {} - |at-pattern $ {} (:at 1628187142771) (:by |rJG4IHzWf) (:type :expr) + :files $ {} + |app.comp.container $ %{} :FileEntry + :defs $ {} + |at-pattern $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1628187142771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187142771) (:by |rJG4IHzWf) (:text |def) (:type :leaf) - |j $ {} (:at 1628187142771) (:by |rJG4IHzWf) (:text |at-pattern) (:type :leaf) - |r $ {} (:at 1628187142771) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628187144751) (:by |rJG4IHzWf) (:text |new) (:type :leaf) - |j $ {} (:at 1628187147068) (:by |rJG4IHzWf) (:text |js/RegExp) (:type :leaf) - |r $ {} (:at 1628187152184) (:by |rJG4IHzWf) (:text "|\"@") (:type :leaf) - |comp-avatar $ {} (:at 1627828808237) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187142771) (:by |rJG4IHzWf) (:text |def) + |j $ %{} :Leaf (:at 1628187142771) (:by |rJG4IHzWf) (:text |at-pattern) + |r $ %{} :Expr (:at 1628187142771) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1628187144751) (:by |rJG4IHzWf) (:text |new) + |j $ %{} :Leaf (:at 1628187147068) (:by |rJG4IHzWf) (:text |js/RegExp) + |r $ %{} :Leaf (:at 1628187152184) (:by |rJG4IHzWf) (:text "|\"@") + |comp-avatar $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1627828808237) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627828810025) (:by |rJG4IHzWf) (:text |defcomp) (:type :leaf) - |j $ {} (:at 1627828808237) (:by |rJG4IHzWf) (:text |comp-avatar) (:type :leaf) - |n $ {} (:at 1627828811352) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627828810025) (:by |rJG4IHzWf) (:text |defcomp) + |j $ %{} :Leaf (:at 1627828808237) (:by |rJG4IHzWf) (:text |comp-avatar) + |n $ %{} :Expr (:at 1627828811352) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627828816760) (:by |rJG4IHzWf) (:text |label) (:type :leaf) - |r $ {} (:at 1627828828884) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627828816760) (:by |rJG4IHzWf) (:text |label) + |r $ %{} :Expr (:at 1627828828884) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1627828830131) (:by |rJG4IHzWf) (:text |[]) (:type :leaf) - |L $ {} (:at 1627828830733) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1627828830131) (:by |rJG4IHzWf) (:text |[]) + |L $ %{} :Expr (:at 1627828830733) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627828838533) (:by |rJG4IHzWf) (:text |effect-render-icon) (:type :leaf) - |j $ {} (:at 1627829031504) (:by |rJG4IHzWf) (:text |label) (:type :leaf) - |T $ {} (:at 1627829173711) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627828838533) (:by |rJG4IHzWf) (:text |effect-render-icon) + |j $ %{} :Leaf (:at 1627829031504) (:by |rJG4IHzWf) (:text |label) + |T $ %{} :Expr (:at 1627829173711) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1627829176157) (:by |rJG4IHzWf) (:text |div) (:type :leaf) - |L $ {} (:at 1627829176639) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1627829176157) (:by |rJG4IHzWf) (:text |div) + |L $ %{} :Expr (:at 1627829176639) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627829176957) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627829491458) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627829176957) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1627829491458) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627829491458) (:by |rJG4IHzWf) (:text |:style) (:type :leaf) - |j $ {} (:at 1627829491458) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627829491458) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627829491458) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627829491458) (:by |rJG4IHzWf) (:text |:width) (:type :leaf) - |j $ {} (:at 1627829491458) (:by |rJG4IHzWf) (:text |40) (:type :leaf) - |r $ {} (:at 1627829491458) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627829491458) (:by |rJG4IHzWf) (:text |:height) (:type :leaf) - |j $ {} (:at 1627829491458) (:by |rJG4IHzWf) (:text |40) (:type :leaf) - |v $ {} (:at 1627829491458) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628187641266) (:by |rJG4IHzWf) (:text |:border) (:type :leaf) - |j $ {} (:at 1628187643101) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |D $ {} (:at 1628187645564) (:by |rJG4IHzWf) (:text |str) (:type :leaf) - |L $ {} (:at 1628187648867) (:by |rJG4IHzWf) (:text "|\"1px solid ") (:type :leaf) - |T $ {} (:at 1627829491458) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627829491458) (:by |rJG4IHzWf) (:text |hsl) (:type :leaf) - |j $ {} (:at 1627829491458) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |r $ {} (:at 1627829491458) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |v $ {} (:at 1628187662195) (:by |rJG4IHzWf) (:text |90) (:type :leaf) - |x $ {} (:at 1627829491458) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627829491458) (:by |rJG4IHzWf) (:text |:border-radius) (:type :leaf) - |j $ {} (:at 1628187655211) (:by |rJG4IHzWf) (:text "|\"2px") (:type :leaf) - |comp-container $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1701193077586) (:by |rJG4IHzWf) (:text |:class-name) + |b $ %{} :Leaf (:at 1701193080210) (:by |rJG4IHzWf) (:text |style-avatar) + |comp-container $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1499755354983) (:by |root) (:text |defcomp) (:type :leaf) - |j $ {} (:at 1499755354983) (:by |root) (:text |comp-container) (:type :leaf) - |r $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |defcomp) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |comp-container) + |r $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1507461830530) (:by |root) (:text |reel) (:type :leaf) - |v $ {} (:at 1507461832154) (:by |root) (:type :expr) + |T $ %{} :Leaf (:at 1507461830530) (:by |root) (:text |reel) + |v $ %{} :Expr (:at 1507461832154) (:by |root) :data $ {} - |D $ {} (:at 1507461833421) (:by |root) (:text |let) (:type :leaf) - |L $ {} (:at 1507461834351) (:by |root) (:type :expr) + |D $ %{} :Leaf (:at 1507461833421) (:by |root) (:text |let) + |L $ %{} :Expr (:at 1507461834351) (:by |root) :data $ {} - |T $ {} (:at 1507461834650) (:by |root) (:type :expr) + |T $ %{} :Expr (:at 1507461834650) (:by |root) :data $ {} - |T $ {} (:at 1507461835738) (:by |root) (:text |store) (:type :leaf) - |j $ {} (:at 1507461836110) (:by |root) (:type :expr) + |T $ %{} :Leaf (:at 1507461835738) (:by |root) (:text |store) + |j $ %{} :Expr (:at 1507461836110) (:by |root) :data $ {} - |T $ {} (:at 1507461837276) (:by |root) (:text |:store) (:type :leaf) - |j $ {} (:at 1507461838285) (:by |root) (:text |reel) (:type :leaf) - |j $ {} (:at 1509727104820) (:by |root) (:type :expr) + |T $ %{} :Leaf (:at 1507461837276) (:by |root) (:text |:store) + |j $ %{} :Leaf (:at 1507461838285) (:by |root) (:text |reel) + |j $ %{} :Expr (:at 1509727104820) (:by |root) :data $ {} - |T $ {} (:at 1509727105928) (:by |root) (:text |states) (:type :leaf) - |j $ {} (:at 1509727106316) (:by |root) (:type :expr) + |T $ %{} :Leaf (:at 1509727105928) (:by |root) (:text |states) + |j $ %{} :Expr (:at 1509727106316) (:by |root) :data $ {} - |T $ {} (:at 1509727107223) (:by |root) (:text |:states) (:type :leaf) - |j $ {} (:at 1626777497473) (:by |rJG4IHzWf) (:text |store) (:type :leaf) - |n $ {} (:at 1584780921790) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1509727107223) (:by |root) (:text |:states) + |j $ %{} :Leaf (:at 1626777497473) (:by |rJG4IHzWf) (:text |store) + |n $ %{} :Expr (:at 1584780921790) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1584780923771) (:by |rJG4IHzWf) (:text |cursor) (:type :leaf) - |j $ {} (:at 1584780991636) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1584780923771) (:by |rJG4IHzWf) (:text |cursor) + |j $ %{} :Expr (:at 1584780991636) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1610793422595) (:by |rJG4IHzWf) (:text |either) (:type :leaf) - |T $ {} (:at 1584780923944) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1610793422595) (:by |rJG4IHzWf) (:text |either) + |T $ %{} :Expr (:at 1584780923944) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1584780925829) (:by |rJG4IHzWf) (:text |:cursor) (:type :leaf) - |j $ {} (:at 1584780926681) (:by |rJG4IHzWf) (:text |states) (:type :leaf) - |j $ {} (:at 1584780993270) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1584780925829) (:by |rJG4IHzWf) (:text |:cursor) + |j $ %{} :Leaf (:at 1584780926681) (:by |rJG4IHzWf) (:text |states) + |j $ %{} :Expr (:at 1584780993270) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1584780994497) (:by |rJG4IHzWf) (:text |[]) (:type :leaf) - |r $ {} (:at 1584780887905) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1584780994497) (:by |rJG4IHzWf) (:text |[]) + |r $ %{} :Expr (:at 1584780887905) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1584780889620) (:by |rJG4IHzWf) (:text |state) (:type :leaf) - |j $ {} (:at 1584780889933) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1584780889620) (:by |rJG4IHzWf) (:text |state) + |j $ %{} :Expr (:at 1584780889933) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1610793424867) (:by |rJG4IHzWf) (:text |either) (:type :leaf) - |j $ {} (:at 1584780894090) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1610793424867) (:by |rJG4IHzWf) (:text |either) + |j $ %{} :Expr (:at 1584780894090) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1584780894689) (:by |rJG4IHzWf) (:text |:data) (:type :leaf) - |j $ {} (:at 1584780900314) (:by |rJG4IHzWf) (:text |states) (:type :leaf) - |r $ {} (:at 1584780901014) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1584780894689) (:by |rJG4IHzWf) (:text |:data) + |j $ %{} :Leaf (:at 1584780900314) (:by |rJG4IHzWf) (:text |states) + |r $ %{} :Expr (:at 1584780901014) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1584780901408) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1584780901741) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1584780901408) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1584780901741) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1584780906050) (:by |rJG4IHzWf) (:text |:content) (:type :leaf) - |j $ {} (:at 1584780907617) (:by |rJG4IHzWf) (:text "|\"") (:type :leaf) - |r $ {} (:at 1628703427975) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1584780906050) (:by |rJG4IHzWf) (:text |:content) + |j $ %{} :Leaf (:at 1584780907617) (:by |rJG4IHzWf) (:text "|\"") + |r $ %{} :Expr (:at 1628703427975) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703432299) (:by |rJG4IHzWf) (:text |:voice?) (:type :leaf) - |j $ {} (:at 1628703456389) (:by |rJG4IHzWf) (:text |false) (:type :leaf) - |T $ {} (:at 1627814310861) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703432299) (:by |rJG4IHzWf) (:text |:voice?) + |j $ %{} :Leaf (:at 1628703456389) (:by |rJG4IHzWf) (:text |false) + |T $ %{} :Expr (:at 1627814310861) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1627814311595) (:by |rJG4IHzWf) (:text |div) (:type :leaf) - |L $ {} (:at 1627814317111) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1627814311595) (:by |rJG4IHzWf) (:text |div) + |L $ %{} :Expr (:at 1627814317111) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627814317111) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627814317111) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627814317111) (:by |rJG4IHzWf) (:text |{}) + |b $ %{} :Expr (:at 1701192779354) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701192782256) (:by |rJG4IHzWf) (:text |:class-name) + |b $ %{} :Expr (:at 1701192783508) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701192784902) (:by |rJG4IHzWf) (:text |str-spaced) + |b $ %{} :Leaf (:at 1701192788470) (:by |rJG4IHzWf) (:text |css/global) + |h $ %{} :Leaf (:at 1701192791465) (:by |rJG4IHzWf) (:text |css/fullscreen) + |l $ %{} :Leaf (:at 1701192795088) (:by |rJG4IHzWf) (:text |css/row) + |j $ %{} :Expr (:at 1627814317111) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627814317111) (:by |rJG4IHzWf) (:text |:style) (:type :leaf) - |j $ {} (:at 1627814317111) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627814317111) (:by |rJG4IHzWf) (:text |:style) + |j $ %{} :Expr (:at 1627819120492) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627814317111) (:by |rJG4IHzWf) (:text |merge) (:type :leaf) - |j $ {} (:at 1627814317111) (:by |rJG4IHzWf) (:text |ui/global) (:type :leaf) - |r $ {} (:at 1627814317111) (:by |rJG4IHzWf) (:text |ui/fullscreen) (:type :leaf) - |v $ {} (:at 1627814339632) (:by |rJG4IHzWf) (:text |ui/row) (:type :leaf) - |x $ {} (:at 1627819120492) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627819120810) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1627819121119) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627819120810) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627819121119) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627819124262) (:by |rJG4IHzWf) (:text |:background-color) (:type :leaf) - |j $ {} (:at 1627819125061) (:by |rJG4IHzWf) (:text |:white) (:type :leaf) - |r $ {} (:at 1627906326527) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627906327929) (:by |rJG4IHzWf) (:text |:font-size) (:type :leaf) - |j $ {} (:at 1627906328460) (:by |rJG4IHzWf) (:text |16) (:type :leaf) - |P $ {} (:at 1627814318592) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627819124262) (:by |rJG4IHzWf) (:text |:background-color) + |j $ %{} :Leaf (:at 1627819125061) (:by |rJG4IHzWf) (:text |:white) + |r $ %{} :Expr (:at 1627906326527) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627906327929) (:by |rJG4IHzWf) (:text |:font-size) + |j $ %{} :Leaf (:at 1627906328460) (:by |rJG4IHzWf) (:text |16) + |P $ %{} :Expr (:at 1627814318592) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627814319663) (:by |rJG4IHzWf) (:text |div) (:type :leaf) - |j $ {} (:at 1627814319923) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627814319663) (:by |rJG4IHzWf) (:text |div) + |j $ %{} :Expr (:at 1627814319923) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627814320262) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627814326726) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627814320262) (:by |rJG4IHzWf) (:text |{}) + |b $ %{} :Expr (:at 1701192801418) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627814327737) (:by |rJG4IHzWf) (:text |:style) (:type :leaf) - |j $ {} (:at 1627906677891) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701192803448) (:by |rJG4IHzWf) (:text |:class-name) + |b $ %{} :Leaf (:at 1701192806626) (:by |rJG4IHzWf) (:text |css/column) + |j $ %{} :Expr (:at 1627814326726) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627814327737) (:by |rJG4IHzWf) (:text |:style) + |j $ %{} :Expr (:at 1627814329557) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1627906678649) (:by |rJG4IHzWf) (:text |merge) (:type :leaf) - |L $ {} (:at 1627906683119) (:by |rJG4IHzWf) (:text |ui/column) (:type :leaf) - |T $ {} (:at 1627814329557) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627814329875) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1627814330162) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627814329875) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627814330162) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627814331624) (:by |rJG4IHzWf) (:text |:width) (:type :leaf) - |j $ {} (:at 1628189039937) (:by |rJG4IHzWf) (:text "|\"28%") (:type :leaf) - |v $ {} (:at 1628188945878) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627814331624) (:by |rJG4IHzWf) (:text |:width) + |j $ %{} :Leaf (:at 1628189039937) (:by |rJG4IHzWf) (:text "|\"28%") + |v $ %{} :Expr (:at 1628188945878) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1628188948998) (:by |rJG4IHzWf) (:text |:background-color) + |j $ %{} :Expr (:at 1628188949623) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628188948998) (:by |rJG4IHzWf) (:text |:background-color) (:type :leaf) - |j $ {} (:at 1628188949623) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628188950657) (:by |rJG4IHzWf) (:text |hsl) (:type :leaf) - |j $ {} (:at 1628188950984) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |r $ {} (:at 1628188951303) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |v $ {} (:at 1628188998232) (:by |rJG4IHzWf) (:text |94) (:type :leaf) - |r $ {} (:at 1628703421794) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628188950657) (:by |rJG4IHzWf) (:text |hsl) + |j $ %{} :Leaf (:at 1628188950984) (:by |rJG4IHzWf) (:text |0) + |r $ %{} :Leaf (:at 1628188951303) (:by |rJG4IHzWf) (:text |0) + |v $ %{} :Leaf (:at 1628188998232) (:by |rJG4IHzWf) (:text |94) + |r $ %{} :Expr (:at 1628703421794) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703421794) (:by |rJG4IHzWf) (:text |memof-call) (:type :leaf) - |j $ {} (:at 1628703421794) (:by |rJG4IHzWf) (:text |comp-menu) (:type :leaf) - |r $ {} (:at 1628703421794) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701192385889) (:by |rJG4IHzWf) (:text |memof1-call) + |j $ %{} :Leaf (:at 1628703421794) (:by |rJG4IHzWf) (:text |comp-menu) + |r $ %{} :Expr (:at 1628703421794) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703421794) (:by |rJG4IHzWf) (:text |:voice?) (:type :leaf) - |j $ {} (:at 1628703421794) (:by |rJG4IHzWf) (:text |state) (:type :leaf) - |v $ {} (:at 1627906647015) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703421794) (:by |rJG4IHzWf) (:text |:voice?) + |j $ %{} :Leaf (:at 1628703421794) (:by |rJG4IHzWf) (:text |state) + |v $ %{} :Expr (:at 1627906647015) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627906647425) (:by |rJG4IHzWf) (:text |div) (:type :leaf) - |j $ {} (:at 1627906647698) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627906647425) (:by |rJG4IHzWf) (:text |div) + |j $ %{} :Expr (:at 1627906647698) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627906648024) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627906697173) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627906648024) (:by |rJG4IHzWf) (:text |{}) + |b $ %{} :Expr (:at 1701192954787) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701192957342) (:by |rJG4IHzWf) (:text |:class-name) + |b $ %{} :Leaf (:at 1701192961019) (:by |rJG4IHzWf) (:text |css/row-parted) + |j $ %{} :Expr (:at 1627906697173) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627906698772) (:by |rJG4IHzWf) (:text |:style) (:type :leaf) - |j $ {} (:at 1628703548480) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627906698772) (:by |rJG4IHzWf) (:text |:style) + |j $ %{} :Expr (:at 1628703548480) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703548480) (:by |rJG4IHzWf) (:text |merge) (:type :leaf) - |j $ {} (:at 1628703548480) (:by |rJG4IHzWf) (:text |ui/row-parted) (:type :leaf) - |r $ {} (:at 1628703548480) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703548480) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1628703548480) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703548480) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1628703548480) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703548480) (:by |rJG4IHzWf) (:text |:padding) (:type :leaf) - |j $ {} (:at 1628703548480) (:by |rJG4IHzWf) (:text "|\"0 8px") (:type :leaf) - |r $ {} (:at 1628703548480) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703548480) (:by |rJG4IHzWf) (:text |:user-select) (:type :leaf) - |j $ {} (:at 1628703548480) (:by |rJG4IHzWf) (:text |:none) (:type :leaf) - |r $ {} (:at 1627906660068) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703548480) (:by |rJG4IHzWf) (:text |:padding) + |j $ %{} :Leaf (:at 1628703548480) (:by |rJG4IHzWf) (:text "|\"0 8px") + |r $ %{} :Expr (:at 1628703548480) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1628703548480) (:by |rJG4IHzWf) (:text |:user-select) + |j $ %{} :Leaf (:at 1628703548480) (:by |rJG4IHzWf) (:text |:none) + |r $ %{} :Expr (:at 1627906660068) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627906661623) (:by |rJG4IHzWf) (:text |a) (:type :leaf) - |j $ {} (:at 1627906665156) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627906661623) (:by |rJG4IHzWf) (:text |a) + |j $ %{} :Expr (:at 1627906665156) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627906665468) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627906665758) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627906665468) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1627906665758) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627906666688) (:by |rJG4IHzWf) (:text |:href) (:type :leaf) - |j $ {} (:at 1627906667538) (:by |rJG4IHzWf) (:text "|\"https://github.com/b-conf/hestory") (:type :leaf) - |n $ {} (:at 1627906785110) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627906666688) (:by |rJG4IHzWf) (:text |:href) + |j $ %{} :Leaf (:at 1627906667538) (:by |rJG4IHzWf) (:text "|\"https://github.com/b-conf/hestory") + |n $ %{} :Expr (:at 1627906785110) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627906786198) (:by |rJG4IHzWf) (:text |:target) (:type :leaf) - |j $ {} (:at 1627906788325) (:by |rJG4IHzWf) (:text "|\"_blank") (:type :leaf) - |r $ {} (:at 1627906669352) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627906786198) (:by |rJG4IHzWf) (:text |:target) + |j $ %{} :Leaf (:at 1627906788325) (:by |rJG4IHzWf) (:text "|\"_blank") + |r $ %{} :Expr (:at 1627906669352) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627906671983) (:by |rJG4IHzWf) (:text |:inner-text) (:type :leaf) - |j $ {} (:at 1627906750978) (:by |rJG4IHzWf) (:text "|\"源码查看 GitHub.") (:type :leaf) - |t $ {} (:at 1648118604095) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627906671983) (:by |rJG4IHzWf) (:text |:inner-text) + |j $ %{} :Leaf (:at 1627906750978) (:by |rJG4IHzWf) (:text "|\"源码查看 GitHub.") + |t $ %{} :Expr (:at 1648118604095) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1648118604095) (:by |rJG4IHzWf) (:text |:style) (:type :leaf) - |b $ {} (:at 1648118604095) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1648118604095) (:by |rJG4IHzWf) (:text |:style) + |b $ %{} :Expr (:at 1648118604095) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1648118604095) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |b $ {} (:at 1648118604095) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1648118604095) (:by |rJG4IHzWf) (:text |{}) + |b $ %{} :Expr (:at 1648118604095) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1648118604095) (:by |rJG4IHzWf) (:text |:font-size) (:type :leaf) - |b $ {} (:at 1648118604095) (:by |rJG4IHzWf) (:text |14) (:type :leaf) - |v $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1648118604095) (:by |rJG4IHzWf) (:text |:font-size) + |b $ %{} :Leaf (:at 1648118604095) (:by |rJG4IHzWf) (:text |14) + |v $ %{} :Expr (:at 1628703387960) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:text |span) (:type :leaf) - |j $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703387960) (:by |rJG4IHzWf) (:text |span) + |j $ %{} :Expr (:at 1628703387960) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703387960) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1628703387960) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:text |:inner-text) (:type :leaf) - |j $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:text "|\"Voice") (:type :leaf) - |r $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703387960) (:by |rJG4IHzWf) (:text |:inner-text) + |j $ %{} :Leaf (:at 1628703387960) (:by |rJG4IHzWf) (:text "|\"Voice") + |r $ %{} :Expr (:at 1628703387960) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:text |:style) (:type :leaf) - |j $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703387960) (:by |rJG4IHzWf) (:text |:style) + |j $ %{} :Expr (:at 1628703387960) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |r $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703387960) (:by |rJG4IHzWf) (:text |{}) + |r $ %{} :Expr (:at 1628703387960) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:text |:cursor) (:type :leaf) - |j $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:text |:pointer) (:type :leaf) - |v $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703387960) (:by |rJG4IHzWf) (:text |:cursor) + |j $ %{} :Leaf (:at 1628703387960) (:by |rJG4IHzWf) (:text |:pointer) + |v $ %{} :Expr (:at 1628703387960) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:text |:font-family) (:type :leaf) - |j $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:text |ui/font-fancy) (:type :leaf) - |w $ {} (:at 1648118608678) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703387960) (:by |rJG4IHzWf) (:text |:font-family) + |j $ %{} :Leaf (:at 1628703387960) (:by |rJG4IHzWf) (:text |ui/font-fancy) + |w $ %{} :Expr (:at 1648118608678) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1648118608678) (:by |rJG4IHzWf) (:text |:color) (:type :leaf) - |b $ {} (:at 1648118608678) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1648118608678) (:by |rJG4IHzWf) (:text |:color) + |b $ %{} :Expr (:at 1648118608678) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1648118608678) (:by |rJG4IHzWf) (:text |if) (:type :leaf) - |b $ {} (:at 1648118608678) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1648118608678) (:by |rJG4IHzWf) (:text |if) + |b $ %{} :Expr (:at 1648118608678) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1648118608678) (:by |rJG4IHzWf) (:text |:voice?) (:type :leaf) - |b $ {} (:at 1648118608678) (:by |rJG4IHzWf) (:text |state) (:type :leaf) - |h $ {} (:at 1648118608678) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1648118608678) (:by |rJG4IHzWf) (:text |:voice?) + |b $ %{} :Leaf (:at 1648118608678) (:by |rJG4IHzWf) (:text |state) + |h $ %{} :Expr (:at 1648118608678) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1648118608678) (:by |rJG4IHzWf) (:text |hsl) (:type :leaf) - |b $ {} (:at 1648118608678) (:by |rJG4IHzWf) (:text |240) (:type :leaf) - |h $ {} (:at 1648118608678) (:by |rJG4IHzWf) (:text |60) (:type :leaf) - |l $ {} (:at 1648118608678) (:by |rJG4IHzWf) (:text |60) (:type :leaf) - |l $ {} (:at 1648118608678) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1648118608678) (:by |rJG4IHzWf) (:text |hsl) + |b $ %{} :Leaf (:at 1648118608678) (:by |rJG4IHzWf) (:text |240) + |h $ %{} :Leaf (:at 1648118608678) (:by |rJG4IHzWf) (:text |60) + |l $ %{} :Leaf (:at 1648118608678) (:by |rJG4IHzWf) (:text |60) + |l $ %{} :Expr (:at 1648118608678) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1648118608678) (:by |rJG4IHzWf) (:text |hsl) (:type :leaf) - |b $ {} (:at 1648118608678) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |h $ {} (:at 1648118608678) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |l $ {} (:at 1648118608678) (:by |rJG4IHzWf) (:text |80) (:type :leaf) - |v $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1648118608678) (:by |rJG4IHzWf) (:text |hsl) + |b $ %{} :Leaf (:at 1648118608678) (:by |rJG4IHzWf) (:text |0) + |h $ %{} :Leaf (:at 1648118608678) (:by |rJG4IHzWf) (:text |0) + |l $ %{} :Leaf (:at 1648118608678) (:by |rJG4IHzWf) (:text |80) + |v $ %{} :Expr (:at 1628703387960) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:text |:on-click) (:type :leaf) - |j $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703387960) (:by |rJG4IHzWf) (:text |:on-click) + |j $ %{} :Expr (:at 1628703387960) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |j $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703387960) (:by |rJG4IHzWf) (:text |fn) + |j $ %{} :Expr (:at 1628703387960) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:text |e) (:type :leaf) - |j $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:text |d!) (:type :leaf) - |r $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703387960) (:by |rJG4IHzWf) (:text |e) + |j $ %{} :Leaf (:at 1628703387960) (:by |rJG4IHzWf) (:text |d!) + |r $ %{} :Expr (:at 1628703387960) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:text |d!) (:type :leaf) - |j $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:text |cursor) (:type :leaf) - |r $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703387960) (:by |rJG4IHzWf) (:text |d!) + |j $ %{} :Leaf (:at 1628703387960) (:by |rJG4IHzWf) (:text |cursor) + |r $ %{} :Expr (:at 1628703387960) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:text |update) (:type :leaf) - |j $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:text |state) (:type :leaf) - |r $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:text |:voice?) (:type :leaf) - |v $ {} (:at 1628703387960) (:by |rJG4IHzWf) (:text |not) (:type :leaf) - |T $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:text |div) (:type :leaf) - |j $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:text |:style) (:type :leaf) - |j $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:text |merge) (:type :leaf) - |h $ {} (:at 1627814385536) (:by |rJG4IHzWf) (:text |ui/expand) (:type :leaf) - |v $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:text |ui/column) (:type :leaf) - |r $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:text |memof-call) (:type :leaf) - |j $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:text |comp-header) (:type :leaf) - |v $ {} (:at 1627800814515) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:text |comp-messages) (:type :leaf) - |j $ {} (:at 1627800818061) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800818061) (:by |rJG4IHzWf) (:text |:messages) (:type :leaf) - |j $ {} (:at 1627800818061) (:by |rJG4IHzWf) (:text |store) (:type :leaf) - |x $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:text |memof-call) (:type :leaf) - |j $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:text |comp-input) (:type :leaf) - |r $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:text |>>) (:type :leaf) - |j $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:text |states) (:type :leaf) - |r $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:text |:input) (:type :leaf) - |y $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:text |when) (:type :leaf) - |j $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:text |dev?) (:type :leaf) - |r $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:text |comp-reel) (:type :leaf) - |j $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:text |>>) (:type :leaf) - |j $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:text |states) (:type :leaf) - |r $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:text |:reel) (:type :leaf) - |r $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:text |reel) (:type :leaf) - |v $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800801544) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |comp-header $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703387960) (:by |rJG4IHzWf) (:text |update) + |j $ %{} :Leaf (:at 1628703387960) (:by |rJG4IHzWf) (:text |state) + |r $ %{} :Leaf (:at 1628703387960) (:by |rJG4IHzWf) (:text |:voice?) + |v $ %{} :Leaf (:at 1628703387960) (:by |rJG4IHzWf) (:text |not) + |T $ %{} :Expr (:at 1627800801544) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627800801544) (:by |rJG4IHzWf) (:text |div) + |j $ %{} :Expr (:at 1627800801544) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627800801544) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1627800801544) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701192970110) (:by |rJG4IHzWf) (:text |:class-name) + |j $ %{} :Expr (:at 1627800801544) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701192973168) (:by |rJG4IHzWf) (:text |str-spaced) + |h $ %{} :Leaf (:at 1701192976573) (:by |rJG4IHzWf) (:text |css/expand) + |v $ %{} :Leaf (:at 1701192978576) (:by |rJG4IHzWf) (:text |css/column) + |r $ %{} :Expr (:at 1627800801544) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701192387649) (:by |rJG4IHzWf) (:text |memof1-call) + |j $ %{} :Leaf (:at 1627800801544) (:by |rJG4IHzWf) (:text |comp-header) + |v $ %{} :Expr (:at 1627800814515) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627800801544) (:by |rJG4IHzWf) (:text |comp-messages) + |j $ %{} :Expr (:at 1627800818061) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627800818061) (:by |rJG4IHzWf) (:text |:messages) + |j $ %{} :Leaf (:at 1627800818061) (:by |rJG4IHzWf) (:text |store) + |x $ %{} :Expr (:at 1627800801544) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701192388796) (:by |rJG4IHzWf) (:text |memof1-call) + |j $ %{} :Leaf (:at 1627800801544) (:by |rJG4IHzWf) (:text |comp-input) + |r $ %{} :Expr (:at 1627800801544) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627800801544) (:by |rJG4IHzWf) (:text |>>) + |j $ %{} :Leaf (:at 1627800801544) (:by |rJG4IHzWf) (:text |states) + |r $ %{} :Leaf (:at 1627800801544) (:by |rJG4IHzWf) (:text |:input) + |y $ %{} :Expr (:at 1627800801544) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627800801544) (:by |rJG4IHzWf) (:text |when) + |j $ %{} :Leaf (:at 1627800801544) (:by |rJG4IHzWf) (:text |dev?) + |r $ %{} :Expr (:at 1627800801544) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627800801544) (:by |rJG4IHzWf) (:text |comp-reel) + |j $ %{} :Expr (:at 1627800801544) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627800801544) (:by |rJG4IHzWf) (:text |>>) + |j $ %{} :Leaf (:at 1627800801544) (:by |rJG4IHzWf) (:text |states) + |r $ %{} :Leaf (:at 1627800801544) (:by |rJG4IHzWf) (:text |:reel) + |r $ %{} :Leaf (:at 1627800801544) (:by |rJG4IHzWf) (:text |reel) + |v $ %{} :Expr (:at 1627800801544) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627800801544) (:by |rJG4IHzWf) (:text |{}) + |comp-header $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1627800935973) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text |defcomp) (:type :leaf) - |j $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text |comp-header) (:type :leaf) - |r $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800935973) (:by |rJG4IHzWf) (:text |defcomp) + |j $ %{} :Leaf (:at 1627800935973) (:by |rJG4IHzWf) (:text |comp-header) + |r $ %{} :Expr (:at 1627800935973) (:by |rJG4IHzWf) :data $ {} - |v $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:type :expr) + |v $ %{} :Expr (:at 1627800935973) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text |div) (:type :leaf) - |j $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800935973) (:by |rJG4IHzWf) (:text |div) + |j $ %{} :Expr (:at 1627800935973) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800935973) (:by |rJG4IHzWf) (:text |{}) + |b $ %{} :Expr (:at 1701192982915) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text |:style) (:type :leaf) - |j $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701192988341) (:by |rJG4IHzWf) (:text |:class-name) + |b $ %{} :Expr (:at 1701192989041) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text |merge) (:type :leaf) - |j $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text |ui/row-parted) (:type :leaf) - |r $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text |:padding) (:type :leaf) - |j $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text "|\"4px 6px") (:type :leaf) - |r $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text |:font-weight) (:type :leaf) - |j $ {} (:at 1627902035992) (:by |rJG4IHzWf) (:text |300) (:type :leaf) - |v $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text |:font-size) (:type :leaf) - |j $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text |16) (:type :leaf) - |x $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text |:background-color) (:type :leaf) - |j $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text |hsl) (:type :leaf) - |j $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |r $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |v $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text |97) (:type :leaf) - |y $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text |:border-bottom) (:type :leaf) - |j $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text |str) (:type :leaf) - |j $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text "|\"1px solid ") (:type :leaf) - |r $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text |hsl) (:type :leaf) - |j $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |r $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |v $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text |90) (:type :leaf) - |p $ {} (:at 1627905424008) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701192990844) (:by |rJG4IHzWf) (:text |str-spaced) + |b $ %{} :Leaf (:at 1701192993427) (:by |rJG4IHzWf) (:text |css/row-parted) + |h $ %{} :Leaf (:at 1701192999965) (:by |rJG4IHzWf) (:text |style-header) + |p $ %{} :Expr (:at 1627905424008) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627905435721) (:by |rJG4IHzWf) (:text |span) (:type :leaf) - |j $ {} (:at 1627905436398) (:by |rJG4IHzWf) (:text |nil) (:type :leaf) - |v $ {} (:at 1627902047125) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627905435721) (:by |rJG4IHzWf) (:text |span) + |j $ %{} :Leaf (:at 1627905436398) (:by |rJG4IHzWf) (:text |nil) + |v $ %{} :Expr (:at 1627902047125) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1627902048074) (:by |rJG4IHzWf) (:text |span) (:type :leaf) - |L $ {} (:at 1627902049081) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1627902048074) (:by |rJG4IHzWf) (:text |span) + |L $ %{} :Expr (:at 1627902049081) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627902049369) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627902049987) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627902049369) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1627902049987) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627902049987) (:by |rJG4IHzWf) (:text |:on-click) (:type :leaf) - |j $ {} (:at 1627902049987) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627902049987) (:by |rJG4IHzWf) (:text |:on-click) + |j $ %{} :Expr (:at 1627902049987) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627902049987) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |j $ {} (:at 1627902049987) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627902049987) (:by |rJG4IHzWf) (:text |fn) + |j $ %{} :Expr (:at 1627902049987) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627902049987) (:by |rJG4IHzWf) (:text |e) (:type :leaf) - |j $ {} (:at 1627902049987) (:by |rJG4IHzWf) (:text |d!) (:type :leaf) - |r $ {} (:at 1627902049987) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627902049987) (:by |rJG4IHzWf) (:text |e) + |j $ %{} :Leaf (:at 1627902049987) (:by |rJG4IHzWf) (:text |d!) + |r $ %{} :Expr (:at 1627902049987) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627902049987) (:by |rJG4IHzWf) (:text |js/document.body.requestFullscreen) (:type :leaf) - |T $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627902049987) (:by |rJG4IHzWf) (:text |js/document.body.requestFullscreen) + |T $ %{} :Expr (:at 1627800935973) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800935973) (:by |rJG4IHzWf) (:text |<>) (:type :leaf) - |j $ {} (:at 1627818911973) (:by |rJG4IHzWf) (:text "|\"Hestory") (:type :leaf) - |r $ {} (:at 1627902003576) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800935973) (:by |rJG4IHzWf) (:text |<>) + |j $ %{} :Leaf (:at 1627818911973) (:by |rJG4IHzWf) (:text "|\"Hestory") + |r $ %{} :Expr (:at 1627902003576) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627902003929) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627902004291) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627902003929) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1627902004291) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627902006605) (:by |rJG4IHzWf) (:text |:font-family) (:type :leaf) - |j $ {} (:at 1627902010550) (:by |rJG4IHzWf) (:text |ui/font-fancy) (:type :leaf) - |x $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627902006605) (:by |rJG4IHzWf) (:text |:font-family) + |j $ %{} :Leaf (:at 1627902010550) (:by |rJG4IHzWf) (:text |ui/font-fancy) + |x $ %{} :Expr (:at 1628187535823) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |comp-icon) (:type :leaf) - |j $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |:trash) (:type :leaf) - |r $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |comp-icon) + |j $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |:trash) + |r $ %{} :Expr (:at 1628187535823) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1628187535823) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |:font-size) (:type :leaf) - |j $ {} (:at 1628187541987) (:by |rJG4IHzWf) (:text |20) (:type :leaf) - |r $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |:font-size) + |j $ %{} :Leaf (:at 1628187541987) (:by |rJG4IHzWf) (:text |20) + |r $ %{} :Expr (:at 1628187535823) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |:color) (:type :leaf) - |j $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |:color) + |j $ %{} :Expr (:at 1628187535823) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |hsl) (:type :leaf) - |j $ {} (:at 1628187548114) (:by |rJG4IHzWf) (:text |320) (:type :leaf) - |r $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |80) (:type :leaf) - |v $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |70) (:type :leaf) - |v $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |hsl) + |j $ %{} :Leaf (:at 1628187548114) (:by |rJG4IHzWf) (:text |320) + |r $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |80) + |v $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |70) + |v $ %{} :Expr (:at 1628187535823) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |:line-height) (:type :leaf) - |j $ {} (:at 1628187823939) (:by |rJG4IHzWf) (:text "|\"20px") (:type :leaf) - |w $ {} (:at 1628187831638) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |:line-height) + |j $ %{} :Leaf (:at 1628187823939) (:by |rJG4IHzWf) (:text "|\"20px") + |w $ %{} :Expr (:at 1628187831638) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187835853) (:by |rJG4IHzWf) (:text |:vertical-align) (:type :leaf) - |j $ {} (:at 1628187837561) (:by |rJG4IHzWf) (:text |:middle) (:type :leaf) - |x $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187835853) (:by |rJG4IHzWf) (:text |:vertical-align) + |j $ %{} :Leaf (:at 1628187837561) (:by |rJG4IHzWf) (:text |:middle) + |x $ %{} :Expr (:at 1628187535823) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |:cursor) (:type :leaf) - |j $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |:pointer) (:type :leaf) - |v $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |:cursor) + |j $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |:pointer) + |v $ %{} :Expr (:at 1628187535823) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |j $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |fn) + |j $ %{} :Expr (:at 1628187535823) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |e) (:type :leaf) - |j $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |d!) (:type :leaf) - |r $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |e) + |j $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |d!) + |r $ %{} :Expr (:at 1628187535823) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |d!) (:type :leaf) - |j $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |:clear) (:type :leaf) - |r $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |nil) (:type :leaf) - |v $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |d!) + |j $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |:clear) + |r $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |nil) + |v $ %{} :Expr (:at 1628187535823) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |let) (:type :leaf) - |j $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |let) + |j $ %{} :Expr (:at 1628187535823) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Expr (:at 1628187535823) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |xs) (:type :leaf) - |j $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |xs) + |j $ %{} :Expr (:at 1628187535823) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |js/document.querySelectorAll) (:type :leaf) - |j $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text "|\"audio") (:type :leaf) - |r $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |js/document.querySelectorAll) + |j $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text "|\"audio") + |r $ %{} :Expr (:at 1628187535823) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |.!forEach) (:type :leaf) - |j $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |xs) (:type :leaf) - |r $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |.!forEach) + |j $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |xs) + |r $ %{} :Expr (:at 1628187535823) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |j $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |fn) + |j $ %{} :Expr (:at 1628187535823) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |x) (:type :leaf) - |j $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |i) (:type :leaf) - |r $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |?) (:type :leaf) - |v $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |n) (:type :leaf) - |r $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |x) + |j $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |i) + |r $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |?) + |v $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |n) + |r $ %{} :Expr (:at 1628187535823) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |.!remove) (:type :leaf) - |j $ {} (:at 1628187535823) (:by |rJG4IHzWf) (:text |x) (:type :leaf) - |x $ {} (:at 1628235170161) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |.!remove) + |j $ %{} :Leaf (:at 1628187535823) (:by |rJG4IHzWf) (:text |x) + |x $ %{} :Expr (:at 1628235170161) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628235170161) (:by |rJG4IHzWf) (:text |js/window.speechSynthesis.cancel) (:type :leaf) - |comp-input $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628235170161) (:by |rJG4IHzWf) (:text |js/window.speechSynthesis.cancel) + |comp-input $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |defcomp) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |comp-input) (:type :leaf) - |r $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |defcomp) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |comp-input) + |r $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |states) (:type :leaf) - |v $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |states) + |v $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |let) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |let) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |cursor) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |cursor) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |:cursor) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |states) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |:cursor) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |states) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |state) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |state) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |either) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |either) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |:data) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |states) (:type :leaf) - |r $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |:data) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |states) + |r $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |:content) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text "|\"") (:type :leaf) - |r $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |:content) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text "|\"") + |r $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |div) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |div) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |:style) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |:style) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |merge) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |ui/row-middle) (:type :leaf) - |r $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |merge) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |ui/row-middle) + |r $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |:padding) (:type :leaf) - |j $ {} (:at 1628189143522) (:by |rJG4IHzWf) (:text "|\"6px 10px") (:type :leaf) - |r $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |:padding) + |j $ %{} :Leaf (:at 1628189143522) (:by |rJG4IHzWf) (:text "|\"6px 10px") + |r $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |:background-color) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |:background-color) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |hsl) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |r $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |v $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |97) (:type :leaf) - |v $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |hsl) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |0) + |r $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |0) + |v $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |97) + |v $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |:border-top) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |:border-top) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |str) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text "|\"1px solid ") (:type :leaf) - |r $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |str) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text "|\"1px solid ") + |r $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |hsl) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |r $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |v $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |90) (:type :leaf) - |r $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |hsl) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |0) + |r $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |0) + |v $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |90) + |r $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |textarea) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |textarea) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |:value) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |:value) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |:content) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |state) (:type :leaf) - |r $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |:content) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |state) + |r $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |:placeholder) (:type :leaf) - |j $ {} (:at 1628188731741) (:by |rJG4IHzWf) (:text "|\"Reply...") (:type :leaf) - |v $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |:placeholder) + |j $ %{} :Leaf (:at 1628188731741) (:by |rJG4IHzWf) (:text "|\"Reply...") + |v $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |:style) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |:style) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |merge) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |ui/textarea) (:type :leaf) - |r $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |ui/expand) (:type :leaf) - |v $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |merge) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |ui/textarea) + |r $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |ui/expand) + |v $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |:height) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |40) (:type :leaf) - |r $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |:height) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |40) + |r $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |:line-height) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text "|\"24px") (:type :leaf) - |v $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |:line-height) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text "|\"24px") + |v $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |:border) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |:none) (:type :leaf) - |x $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |:border) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |:none) + |x $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |:on-input) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |:on-input) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |fn) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |e) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |d!) (:type :leaf) - |r $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |e) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |d!) + |r $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |d!) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |cursor) (:type :leaf) - |r $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |d!) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |cursor) + |r $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |assoc) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |state) (:type :leaf) - |r $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |:content) (:type :leaf) - |v $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |assoc) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |state) + |r $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |:content) + |v $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |:value) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |e) (:type :leaf) - |y $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |:value) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |e) + |y $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |:autofocus) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |true) (:type :leaf) - |yT $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |:autofocus) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |true) + |yT $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |:on-keydown) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |:on-keydown) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |fn) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |e) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |d!) (:type :leaf) - |r $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |e) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |d!) + |r $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |let) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |let) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |event) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |event) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |:event) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |e) (:type :leaf) - |r $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |:event) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |e) + |r $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |when) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |when) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |=) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text "|\"Enter") (:type :leaf) - |r $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |=) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text "|\"Enter") + |r $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |.-key) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |event) (:type :leaf) - |r $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |.-key) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |event) + |r $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |.!preventDefault) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |.!preventDefault) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |:event) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |e) (:type :leaf) - |v $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |:event) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |e) + |v $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |d!) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |:message) (:type :leaf) - |r $ {} (:at 1627905287853) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |d!) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |:message) + |r $ %{} :Expr (:at 1627905287853) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1627905288479) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |L $ {} (:at 1627905292213) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1627905288479) (:by |rJG4IHzWf) (:text |{}) + |L $ %{} :Expr (:at 1627905292213) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627905294096) (:by |rJG4IHzWf) (:text |:author) (:type :leaf) - |j $ {} (:at 1627905295956) (:by |rJG4IHzWf) (:text "|\"Me") (:type :leaf) - |T $ {} (:at 1627905290131) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627905294096) (:by |rJG4IHzWf) (:text |:author) + |j $ %{} :Leaf (:at 1627905295956) (:by |rJG4IHzWf) (:text "|\"Me") + |T $ %{} :Expr (:at 1627905290131) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1627905291536) (:by |rJG4IHzWf) (:text |:text) (:type :leaf) - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1627905291536) (:by |rJG4IHzWf) (:text |:text) + |T $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |.-value) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |.-value) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |.-target) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |.-target) + |j $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |:event) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |e) (:type :leaf) - |x $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |:event) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |e) + |x $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |d!) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |cursor) (:type :leaf) - |r $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |d!) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |cursor) + |r $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |assoc) (:type :leaf) - |j $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |state) (:type :leaf) - |r $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |:content) (:type :leaf) - |v $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text "|\"") (:type :leaf) - |y $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |assoc) + |j $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |state) + |r $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |:content) + |v $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text "|\"") + |y $ %{} :Expr (:at 1627800983771) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800983771) (:by |rJG4IHzWf) (:text |scroll-view!) (:type :leaf) - |comp-menu $ {} (:at 1628703364592) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800983771) (:by |rJG4IHzWf) (:text |scroll-view!) + |comp-menu $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1628703364592) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |defcomp) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |comp-menu) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |defcomp) + |j $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |comp-menu) + |r $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |voice?) (:type :leaf) - |v $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |voice?) + |v $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |div) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |div) + |j $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:style) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |:style) + |j $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |merge) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |ui/expand) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:padding) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text "|\"16px 0") (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:line-height) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text "|\"36px") (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |:padding) + |j $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text "|\"16px 0") + |r $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |:line-height) + |j $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text "|\"36px") + |n $ %{} :Expr (:at 1701192823660) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701192825900) (:by |rJG4IHzWf) (:text |:class-name) + |b $ %{} :Leaf (:at 1701192827501) (:by |rJG4IHzWf) (:text |css/expand) + |r $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |list->) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |list->) + |j $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |{}) + |r $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |->) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |reading-list) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |->) + |j $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |reading-list) + |r $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |map) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |map) + |j $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |fn) + |j $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |info) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |info) + |r $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |[]) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |[]) + |j $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:idx) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |info) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |:idx) + |j $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |info) + |r $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |div) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |div) + |j $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:class-name) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text "|\"hover-item") (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:style) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |:class-name) + |j $ %{} :Expr (:at 1701192834687) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |merge) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |ui/row-middle) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:cursor) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:pointer) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:padding) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text "|\"0 8px") (:type :leaf) - |v $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1701192837910) (:by |rJG4IHzWf) (:text |str-spaced) + |L $ %{} :Leaf (:at 1701192841322) (:by |rJG4IHzWf) (:text |css/row-middle) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text "|\"hover-item") + |b $ %{} :Leaf (:at 1701192884342) (:by |rJG4IHzWf) (:text |style-entry) + |v $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:on-click) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |:on-click) + |j $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |fn) + |j $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |e) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |d!) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |e) + |j $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |d!) + |r $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |js/window.speechSynthesis.cancel) (:type :leaf) - |v $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |js/window.speechSynthesis.cancel) + |v $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |if) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |voice?) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |if) + |j $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |voice?) + |r $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |read-content) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |read-content) + |j $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:messages) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |info) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |v $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |d!) (:type :leaf) - |v $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |:messages) + |j $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |info) + |r $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |0) + |v $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |d!) + |v $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |swap-messages) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |swap-messages) + |j $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:messages) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |info) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |d!) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |:messages) + |j $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |info) + |r $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |d!) + |r $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |comp-icon) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:link) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |comp-icon) + |j $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |:link) + |r $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:font-size) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |14) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |:font-size) + |j $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |14) + |r $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:color) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |:color) + |j $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |hsl) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |230) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |70) (:type :leaf) - |v $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |70) (:type :leaf) - |v $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |hsl) + |j $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |230) + |r $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |70) + |v $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |70) + |v $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:line-height) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text "|\"14px") (:type :leaf) - |v $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |nil) (:type :leaf) - |v $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |:line-height) + |j $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text "|\"14px") + |v $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |nil) + |v $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |=<) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |2) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |nil) (:type :leaf) - |x $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |=<) + |j $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |2) + |r $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |nil) + |x $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |<>) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:idx) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |info) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |<>) + |j $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:color) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |hsl) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |v $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |70) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:font-size) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |12) (:type :leaf) - |v $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:font-family) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |ui/font-code) (:type :leaf) - |y $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |:idx) + |j $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |info) + |n $ %{} :Leaf (:at 1701193291214) (:by |rJG4IHzWf) (:text |style-ep-no) + |y $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |=<) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |8) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |nil) (:type :leaf) - |yT $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |=<) + |j $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |8) + |r $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |nil) + |yT $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |<>) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |<>) + |j $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:title) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |info) (:type :leaf) - |yj $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |:title) + |j $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |info) + |yj $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |=<) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |8) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |nil) (:type :leaf) - |yr $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |=<) + |j $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |8) + |r $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |nil) + |yr $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |<>) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |str) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |count) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:messages) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |info) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |<>) + |j $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:font-size) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |12) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |str) + |j $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:background-color) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |count) + |j $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |hsl) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |200) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |60) (:type :leaf) - |v $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |85) (:type :leaf) - |v $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:color) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:white) (:type :leaf) - |x $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:padding) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text "|\"0px 5px") (:type :leaf) - |y $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:border-radius) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text "|\"8px") (:type :leaf) - |yT $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |:line-height) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text "|\"16px") (:type :leaf) - |v $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |=<) (:type :leaf) - |j $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |nil) (:type :leaf) - |r $ {} (:at 1628703371109) (:by |rJG4IHzWf) (:text |80) (:type :leaf) - |comp-message $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |:messages) + |j $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |info) + |n $ %{} :Leaf (:at 1701192858499) (:by |rJG4IHzWf) (:text |style-message-count) + |v $ %{} :Expr (:at 1628703371109) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |=<) + |j $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |nil) + |r $ %{} :Leaf (:at 1628703371109) (:by |rJG4IHzWf) (:text |80) + |comp-message $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1627800855755) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |defcomp) (:type :leaf) - |j $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |comp-message) (:type :leaf) - |r $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800855755) (:by |rJG4IHzWf) (:text |defcomp) + |j $ %{} :Leaf (:at 1627800855755) (:by |rJG4IHzWf) (:text |comp-message) + |r $ %{} :Expr (:at 1627800855755) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |content) (:type :leaf) - |v $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800855755) (:by |rJG4IHzWf) (:text |content) + |v $ %{} :Expr (:at 1627800855755) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |div) (:type :leaf) - |j $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800855755) (:by |rJG4IHzWf) (:text |div) + |j $ %{} :Expr (:at 1627800855755) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800855755) (:by |rJG4IHzWf) (:text |{}) + |b $ %{} :Expr (:at 1701193057187) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193059927) (:by |rJG4IHzWf) (:text |:class-name) + |b $ %{} :Leaf (:at 1701193061750) (:by |rJG4IHzWf) (:text |css/row) + |j $ %{} :Expr (:at 1627800855755) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |:style) (:type :leaf) - |j $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800855755) (:by |rJG4IHzWf) (:text |:style) + |j $ %{} :Expr (:at 1627800855755) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |merge) (:type :leaf) - |j $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |ui/row) (:type :leaf) - |r $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800855755) (:by |rJG4IHzWf) (:text |{}) + |f $ %{} :Expr (:at 1628187689446) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |f $ {} (:at 1628187689446) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628187690461) (:by |rJG4IHzWf) (:text |:width) (:type :leaf) - |j $ {} (:at 1628187699976) (:by |rJG4IHzWf) (:text "|\"98%") (:type :leaf) - |r $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |:padding) (:type :leaf) - |j $ {} (:at 1628189146428) (:by |rJG4IHzWf) (:text "|\"4px 10px") (:type :leaf) - |r $ {} (:at 1627828818594) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187690461) (:by |rJG4IHzWf) (:text |:width) + |j $ %{} :Leaf (:at 1628187699976) (:by |rJG4IHzWf) (:text "|\"98%") + |r $ %{} :Expr (:at 1627800855755) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627800855755) (:by |rJG4IHzWf) (:text |:padding) + |j $ %{} :Leaf (:at 1628189146428) (:by |rJG4IHzWf) (:text "|\"4px 10px") + |r $ %{} :Expr (:at 1627828818594) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627828808237) (:by |rJG4IHzWf) (:text |comp-avatar) (:type :leaf) - |j $ {} (:at 1627828819662) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627828808237) (:by |rJG4IHzWf) (:text |comp-avatar) + |j $ %{} :Expr (:at 1627828819662) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627828824095) (:by |rJG4IHzWf) (:text |:author) (:type :leaf) - |j $ {} (:at 1627828825190) (:by |rJG4IHzWf) (:text |content) (:type :leaf) - |v $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627828824095) (:by |rJG4IHzWf) (:text |:author) + |j $ %{} :Leaf (:at 1627828825190) (:by |rJG4IHzWf) (:text |content) + |v $ %{} :Expr (:at 1627800855755) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |=<) (:type :leaf) - |j $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |8) (:type :leaf) - |r $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |nil) (:type :leaf) - |x $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800855755) (:by |rJG4IHzWf) (:text |=<) + |j $ %{} :Leaf (:at 1627800855755) (:by |rJG4IHzWf) (:text |8) + |r $ %{} :Leaf (:at 1627800855755) (:by |rJG4IHzWf) (:text |nil) + |x $ %{} :Expr (:at 1627800855755) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |div) (:type :leaf) - |j $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800855755) (:by |rJG4IHzWf) (:text |div) + |j $ %{} :Expr (:at 1627800855755) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800855755) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1627800855755) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |:style) (:type :leaf) - |j $ {} (:at 1627905383890) (:by |rJG4IHzWf) (:text |ui/flex) (:type :leaf) - |r $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701193093456) (:by |rJG4IHzWf) (:text |:class-name) + |j $ %{} :Leaf (:at 1701193094862) (:by |rJG4IHzWf) (:text |css/flex) + |r $ %{} :Expr (:at 1627800855755) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |div) (:type :leaf) - |j $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800855755) (:by |rJG4IHzWf) (:text |div) + |j $ %{} :Expr (:at 1627800855755) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800855755) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1627800855755) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |:style) (:type :leaf) - |j $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |:color) (:type :leaf) - |j $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |hsl) (:type :leaf) - |j $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |r $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |v $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |70) (:type :leaf) - |r $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |:font-size) (:type :leaf) - |j $ {} (:at 1627817753433) (:by |rJG4IHzWf) (:text |12) (:type :leaf) - |v $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800855755) (:by |rJG4IHzWf) (:text |:line-height) (:type :leaf) - |j $ {} (:at 1627817762007) (:by |rJG4IHzWf) (:text "|\"18px") (:type :leaf) - |r $ {} (:at 1628186835987) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701193213467) (:by |rJG4IHzWf) (:text |:class-name) + |b $ %{} :Leaf (:at 1701193216605) (:by |rJG4IHzWf) (:text |style-message-area) + |r $ %{} :Expr (:at 1628186835987) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1628186837332) (:by |rJG4IHzWf) (:text |div) (:type :leaf) - |L $ {} (:at 1628186837631) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1628186837332) (:by |rJG4IHzWf) (:text |div) + |L $ %{} :Expr (:at 1628186837631) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628186838744) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1628187405419) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628186838744) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1628187405419) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187406283) (:by |rJG4IHzWf) (:text |:style) (:type :leaf) - |j $ {} (:at 1628187409086) (:by |rJG4IHzWf) (:text |ui/row-parted) (:type :leaf) - |N $ {} (:at 1628187415871) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701193106124) (:by |rJG4IHzWf) (:text |:class-name) + |j $ %{} :Leaf (:at 1701193107680) (:by |rJG4IHzWf) (:text |css/row-parted) + |N $ %{} :Expr (:at 1628187415871) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187415871) (:by |rJG4IHzWf) (:text |<>) (:type :leaf) - |j $ {} (:at 1628187415871) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187415871) (:by |rJG4IHzWf) (:text |<>) + |j $ %{} :Expr (:at 1628187415871) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187415871) (:by |rJG4IHzWf) (:text |:author) (:type :leaf) - |j $ {} (:at 1628187415871) (:by |rJG4IHzWf) (:text |content) (:type :leaf) - |P $ {} (:at 1628187237419) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187415871) (:by |rJG4IHzWf) (:text |:author) + |j $ %{} :Leaf (:at 1628187415871) (:by |rJG4IHzWf) (:text |content) + |P $ %{} :Expr (:at 1628187237419) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187237419) (:by |rJG4IHzWf) (:text |<>) (:type :leaf) - |j $ {} (:at 1628187237419) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187237419) (:by |rJG4IHzWf) (:text |<>) + |j $ %{} :Expr (:at 1628187237419) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187237419) (:by |rJG4IHzWf) (:text |str) (:type :leaf) - |j $ {} (:at 1628187237419) (:by |rJG4IHzWf) (:text "|\"#") (:type :leaf) - |r $ {} (:at 1628187237419) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187237419) (:by |rJG4IHzWf) (:text |str) + |j $ %{} :Leaf (:at 1628187237419) (:by |rJG4IHzWf) (:text "|\"#") + |r $ %{} :Expr (:at 1628187237419) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187237419) (:by |rJG4IHzWf) (:text |or) (:type :leaf) - |j $ {} (:at 1628187237419) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187237419) (:by |rJG4IHzWf) (:text |or) + |j $ %{} :Expr (:at 1628187237419) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187237419) (:by |rJG4IHzWf) (:text |:floor) (:type :leaf) - |j $ {} (:at 1628187237419) (:by |rJG4IHzWf) (:text |content) (:type :leaf) - |r $ {} (:at 1628187237419) (:by |rJG4IHzWf) (:text "|\"_") (:type :leaf) - |r $ {} (:at 1628187237419) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628187237419) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1628187237419) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628187237419) (:by |rJG4IHzWf) (:text |:font-size) (:type :leaf) - |j $ {} (:at 1628187237419) (:by |rJG4IHzWf) (:text |10) (:type :leaf) - |r $ {} (:at 1628187237419) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628187237419) (:by |rJG4IHzWf) (:text |:color) (:type :leaf) - |j $ {} (:at 1628187237419) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628187237419) (:by |rJG4IHzWf) (:text |hsl) (:type :leaf) - |j $ {} (:at 1628187237419) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |r $ {} (:at 1628187237419) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |v $ {} (:at 1628187426161) (:by |rJG4IHzWf) (:text |80) (:type :leaf) - |v $ {} (:at 1628187237419) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628187237419) (:by |rJG4IHzWf) (:text |:font-family) (:type :leaf) - |j $ {} (:at 1628187237419) (:by |rJG4IHzWf) (:text |ui/font-code) (:type :leaf) - |v $ {} (:at 1627817654659) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187237419) (:by |rJG4IHzWf) (:text |:floor) + |j $ %{} :Leaf (:at 1628187237419) (:by |rJG4IHzWf) (:text |content) + |r $ %{} :Leaf (:at 1628187237419) (:by |rJG4IHzWf) (:text "|\"_") + |n $ %{} :Leaf (:at 1701193141137) (:by |rJG4IHzWf) (:text |style-floor) + |v $ %{} :Expr (:at 1627817654659) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627817656548) (:by |rJG4IHzWf) (:text |div) (:type :leaf) - |j $ {} (:at 1627817657077) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627817656548) (:by |rJG4IHzWf) (:text |div) + |j $ %{} :Expr (:at 1627817657077) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627817657454) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627817718785) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627817657454) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1627817718785) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627817720441) (:by |rJG4IHzWf) (:text |:style) (:type :leaf) - |j $ {} (:at 1627817720995) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627817721396) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627817721567) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627817723257) (:by |rJG4IHzWf) (:text |:color) (:type :leaf) - |j $ {} (:at 1627817723871) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627817724207) (:by |rJG4IHzWf) (:text |hsl) (:type :leaf) - |j $ {} (:at 1627817724729) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |r $ {} (:at 1627817727982) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |v $ {} (:at 1627817726575) (:by |rJG4IHzWf) (:text |40) (:type :leaf) - |r $ {} (:at 1627817729610) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627817731785) (:by |rJG4IHzWf) (:text |:font-size) (:type :leaf) - |j $ {} (:at 1627817733156) (:by |rJG4IHzWf) (:text |16) (:type :leaf) - |v $ {} (:at 1627817737421) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627817741505) (:by |rJG4IHzWf) (:text |:line-height) (:type :leaf) - |j $ {} (:at 1627817746285) (:by |rJG4IHzWf) (:text "|\"24px") (:type :leaf) - |r $ {} (:at 1628342808379) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701193154980) (:by |rJG4IHzWf) (:text |:class-name) + |b $ %{} :Leaf (:at 1701193163297) (:by |rJG4IHzWf) (:text |style-message) + |r $ %{} :Expr (:at 1628342808379) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1628342809581) (:by |rJG4IHzWf) (:text |if) (:type :leaf) - |L $ {} (:at 1628342809807) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1628342809581) (:by |rJG4IHzWf) (:text |if) + |L $ %{} :Expr (:at 1628342809807) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1628342813122) (:by |rJG4IHzWf) (:text |:code?) (:type :leaf) - |T $ {} (:at 1628342810125) (:by |rJG4IHzWf) (:text |content) (:type :leaf) - |P $ {} (:at 1628342813840) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1628342813122) (:by |rJG4IHzWf) (:text |:code?) + |T $ %{} :Leaf (:at 1628342810125) (:by |rJG4IHzWf) (:text |content) + |P $ %{} :Expr (:at 1628342813840) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628342820575) (:by |rJG4IHzWf) (:text |pre) (:type :leaf) - |j $ {} (:at 1628342821365) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628342820575) (:by |rJG4IHzWf) (:text |pre) + |j $ %{} :Expr (:at 1628342821365) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628342822650) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1628342849660) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628342822650) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1628342849660) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628342854733) (:by |rJG4IHzWf) (:text |:style) (:type :leaf) - |j $ {} (:at 1628342854998) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628342855570) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1628342855622) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628342858119) (:by |rJG4IHzWf) (:text |:font-size) (:type :leaf) - |j $ {} (:at 1628342862878) (:by |rJG4IHzWf) (:text |14) (:type :leaf) - |r $ {} (:at 1628342899450) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628342900580) (:by |rJG4IHzWf) (:text |:margin) (:type :leaf) - |j $ {} (:at 1628342900914) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |t $ {} (:at 1628342941778) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628342943745) (:by |rJG4IHzWf) (:text |:border-radius) (:type :leaf) - |j $ {} (:at 1628342945309) (:by |rJG4IHzWf) (:text "|\"4px") (:type :leaf) - |v $ {} (:at 1628342903258) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628342907351) (:by |rJG4IHzWf) (:text |:border) (:type :leaf) - |j $ {} (:at 1628342907639) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628342909960) (:by |rJG4IHzWf) (:text |str) (:type :leaf) - |j $ {} (:at 1628342912930) (:by |rJG4IHzWf) (:text "|\"1px solid ") (:type :leaf) - |r $ {} (:at 1628342913600) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628342914143) (:by |rJG4IHzWf) (:text |hsl) (:type :leaf) - |j $ {} (:at 1628342914814) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |r $ {} (:at 1628342915277) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |v $ {} (:at 1628342921446) (:by |rJG4IHzWf) (:text |90) (:type :leaf) - |x $ {} (:at 1628342924320) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628342926803) (:by |rJG4IHzWf) (:text |:padding) (:type :leaf) - |j $ {} (:at 1628342937480) (:by |rJG4IHzWf) (:text "|\"6px 8px") (:type :leaf) - |r $ {} (:at 1628342823662) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701193178024) (:by |rJG4IHzWf) (:text |:class-name) + |b $ %{} :Leaf (:at 1701193183479) (:by |rJG4IHzWf) (:text |style-message-code) + |r $ %{} :Expr (:at 1628342823662) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628342824224) (:by |rJG4IHzWf) (:text |code) (:type :leaf) - |j $ {} (:at 1628342825117) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628342824224) (:by |rJG4IHzWf) (:text |code) + |j $ %{} :Expr (:at 1628342825117) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628342825415) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1628342831086) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628342825415) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1628342831086) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628342871855) (:by |rJG4IHzWf) (:text |:innerText) (:type :leaf) - |j $ {} (:at 1628342878590) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628342871855) (:by |rJG4IHzWf) (:text |:innerText) + |j $ %{} :Expr (:at 1628342878590) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1628342879656) (:by |rJG4IHzWf) (:text |trim) (:type :leaf) - |T $ {} (:at 1628342834437) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1628342879656) (:by |rJG4IHzWf) (:text |trim) + |T $ %{} :Expr (:at 1628342834437) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1628342837573) (:by |rJG4IHzWf) (:text |:text) (:type :leaf) - |T $ {} (:at 1628342834752) (:by |rJG4IHzWf) (:text |content) (:type :leaf) - |T $ {} (:at 1627817662714) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1628342837573) (:by |rJG4IHzWf) (:text |:text) + |T $ %{} :Leaf (:at 1628342834752) (:by |rJG4IHzWf) (:text |content) + |T $ %{} :Expr (:at 1627817662714) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627906940987) (:by |rJG4IHzWf) (:text |comp-md) (:type :leaf) - |j $ {} (:at 1627817704999) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627906940987) (:by |rJG4IHzWf) (:text |comp-md) + |j $ %{} :Expr (:at 1627817704999) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1627817708608) (:by |rJG4IHzWf) (:text |:text) (:type :leaf) - |T $ {} (:at 1627817664297) (:by |rJG4IHzWf) (:text |content) (:type :leaf) - |comp-messages $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1627817708608) (:by |rJG4IHzWf) (:text |:text) + |T $ %{} :Leaf (:at 1627817664297) (:by |rJG4IHzWf) (:text |content) + |comp-messages $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1627800832615) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:text |defcomp) (:type :leaf) - |j $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:text |comp-messages) (:type :leaf) - |r $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800832615) (:by |rJG4IHzWf) (:text |defcomp) + |j $ %{} :Leaf (:at 1627800832615) (:by |rJG4IHzWf) (:text |comp-messages) + |r $ %{} :Expr (:at 1627800832615) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:text |ms) (:type :leaf) - |v $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800832615) (:by |rJG4IHzWf) (:text |ms) + |v $ %{} :Expr (:at 1627800832615) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:text |div) (:type :leaf) - |j $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800832615) (:by |rJG4IHzWf) (:text |div) + |j $ %{} :Expr (:at 1627800832615) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800832615) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1627800832615) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:text |:style) (:type :leaf) - |j $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:text |ui/expand) (:type :leaf) - |n $ {} (:at 1627905996392) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701193037713) (:by |rJG4IHzWf) (:text |:class-name) + |j $ %{} :Leaf (:at 1701193039233) (:by |rJG4IHzWf) (:text |css/expand) + |n $ %{} :Expr (:at 1627905996392) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627905996392) (:by |rJG4IHzWf) (:text |=<) (:type :leaf) - |j $ {} (:at 1627905996392) (:by |rJG4IHzWf) (:text |nil) (:type :leaf) - |r $ {} (:at 1627906003044) (:by |rJG4IHzWf) (:text |8) (:type :leaf) - |r $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627905996392) (:by |rJG4IHzWf) (:text |=<) + |j $ %{} :Leaf (:at 1627905996392) (:by |rJG4IHzWf) (:text |nil) + |r $ %{} :Leaf (:at 1627906003044) (:by |rJG4IHzWf) (:text |8) + |r $ %{} :Expr (:at 1627800832615) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:text |list->) (:type :leaf) - |j $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800832615) (:by |rJG4IHzWf) (:text |list->) + |j $ %{} :Expr (:at 1627800832615) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800832615) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1627800832615) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:text |:id) (:type :leaf) - |j $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:text "|\"message-area") (:type :leaf) - |r $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800832615) (:by |rJG4IHzWf) (:text |:id) + |j $ %{} :Leaf (:at 1627800832615) (:by |rJG4IHzWf) (:text "|\"message-area") + |r $ %{} :Expr (:at 1627800832615) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:text |->) (:type :leaf) - |j $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:text |ms) (:type :leaf) - |r $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800832615) (:by |rJG4IHzWf) (:text |->) + |j $ %{} :Leaf (:at 1627800832615) (:by |rJG4IHzWf) (:text |ms) + |r $ %{} :Expr (:at 1627800832615) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815383758) (:by |rJG4IHzWf) (:text |or) (:type :leaf) - |j $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627815383758) (:by |rJG4IHzWf) (:text |or) + |j $ %{} :Expr (:at 1627800832615) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:text |[]) (:type :leaf) - |v $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800832615) (:by |rJG4IHzWf) (:text |[]) + |v $ %{} :Expr (:at 1627800832615) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:text |.map-indexed) (:type :leaf) - |j $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800832615) (:by |rJG4IHzWf) (:text |.map-indexed) + |j $ %{} :Expr (:at 1627800832615) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |j $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800832615) (:by |rJG4IHzWf) (:text |fn) + |j $ %{} :Expr (:at 1627800832615) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:text |idx) (:type :leaf) - |j $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:text |m) (:type :leaf) - |r $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800832615) (:by |rJG4IHzWf) (:text |idx) + |j $ %{} :Leaf (:at 1627800832615) (:by |rJG4IHzWf) (:text |m) + |r $ %{} :Expr (:at 1627800832615) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:text |[]) (:type :leaf) - |j $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:text |idx) (:type :leaf) - |r $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800832615) (:by |rJG4IHzWf) (:text |[]) + |j $ %{} :Leaf (:at 1627800832615) (:by |rJG4IHzWf) (:text |idx) + |r $ %{} :Expr (:at 1627800832615) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:text |comp-message) (:type :leaf) - |j $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:text |m) (:type :leaf) - |t $ {} (:at 1627906508473) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627800832615) (:by |rJG4IHzWf) (:text |comp-message) + |j $ %{} :Leaf (:at 1627800832615) (:by |rJG4IHzWf) (:text |m) + |t $ %{} :Expr (:at 1627906508473) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627906508890) (:by |rJG4IHzWf) (:text |if) (:type :leaf) - |j $ {} (:at 1627906509510) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627906508890) (:by |rJG4IHzWf) (:text |if) + |j $ %{} :Expr (:at 1627906509510) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627906512702) (:by |rJG4IHzWf) (:text |empty?) (:type :leaf) - |j $ {} (:at 1627906511555) (:by |rJG4IHzWf) (:text |ms) (:type :leaf) - |r $ {} (:at 1627906513190) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627906512702) (:by |rJG4IHzWf) (:text |empty?) + |j $ %{} :Leaf (:at 1627906511555) (:by |rJG4IHzWf) (:text |ms) + |r $ %{} :Expr (:at 1627906513190) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627906515277) (:by |rJG4IHzWf) (:text |div) (:type :leaf) - |j $ {} (:at 1627906516257) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627906515277) (:by |rJG4IHzWf) (:text |div) + |j $ %{} :Expr (:at 1627906516257) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627906516535) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627906517050) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627906516535) (:by |rJG4IHzWf) (:text |{}) + |b $ %{} :Expr (:at 1701193042658) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193047050) (:by |rJG4IHzWf) (:text |:class-name) + |b $ %{} :Leaf (:at 1701193049806) (:by |rJG4IHzWf) (:text |css/center) + |j $ %{} :Expr (:at 1627906517050) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627906520425) (:by |rJG4IHzWf) (:text |:style) (:type :leaf) - |j $ {} (:at 1628189211519) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627906520425) (:by |rJG4IHzWf) (:text |:style) + |j $ %{} :Expr (:at 1628189213978) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1628189213380) (:by |rJG4IHzWf) (:text |merge) (:type :leaf) - |T $ {} (:at 1627906522794) (:by |rJG4IHzWf) (:text |ui/center) (:type :leaf) - |j $ {} (:at 1628189213978) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628189215013) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1628189227938) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628189215013) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1628189227938) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628189236165) (:by |rJG4IHzWf) (:text |:padding) (:type :leaf) - |j $ {} (:at 1628189237757) (:by |rJG4IHzWf) (:text "|\"40px") (:type :leaf) - |r $ {} (:at 1627906523958) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628189236165) (:by |rJG4IHzWf) (:text |:padding) + |j $ %{} :Leaf (:at 1628189237757) (:by |rJG4IHzWf) (:text "|\"40px") + |r $ %{} :Expr (:at 1627906523958) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627906524444) (:by |rJG4IHzWf) (:text |<>) (:type :leaf) - |j $ {} (:at 1627906582036) (:by |rJG4IHzWf) (:text "|\"Cleared.") (:type :leaf) - |r $ {} (:at 1627906536582) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627906524444) (:by |rJG4IHzWf) (:text |<>) + |j $ %{} :Leaf (:at 1627906582036) (:by |rJG4IHzWf) (:text "|\"Cleared.") + |r $ %{} :Expr (:at 1627906536582) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627906537577) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) - |j $ {} (:at 1627906537852) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627906537577) (:by |rJG4IHzWf) (:text |{}) + |j $ %{} :Expr (:at 1627906537852) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627906540518) (:by |rJG4IHzWf) (:text |:font-family) (:type :leaf) - |j $ {} (:at 1627906544839) (:by |rJG4IHzWf) (:text |ui/font-fancy) (:type :leaf) - |r $ {} (:at 1627906547760) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627906540518) (:by |rJG4IHzWf) (:text |:font-family) + |j $ %{} :Leaf (:at 1627906544839) (:by |rJG4IHzWf) (:text |ui/font-fancy) + |r $ %{} :Expr (:at 1627906547760) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627906560710) (:by |rJG4IHzWf) (:text |:font-weight) (:type :leaf) - |j $ {} (:at 1628189266827) (:by |rJG4IHzWf) (:text |500) (:type :leaf) - |t $ {} (:at 1628189194087) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627906560710) (:by |rJG4IHzWf) (:text |:font-weight) + |j $ %{} :Leaf (:at 1628189266827) (:by |rJG4IHzWf) (:text |500) + |t $ %{} :Expr (:at 1628189194087) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628189195000) (:by |rJG4IHzWf) (:text |:color) (:type :leaf) - |j $ {} (:at 1628189195312) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628189195000) (:by |rJG4IHzWf) (:text |:color) + |j $ %{} :Expr (:at 1628189195312) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628189196299) (:by |rJG4IHzWf) (:text |hsl) (:type :leaf) - |j $ {} (:at 1628189196900) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |r $ {} (:at 1628189197180) (:by |rJG4IHzWf) (:text |0) (:type :leaf) - |v $ {} (:at 1628189203147) (:by |rJG4IHzWf) (:text |70) (:type :leaf) - |v $ {} (:at 1627906567819) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627906570700) (:by |rJG4IHzWf) (:text |:font-style) (:type :leaf) - |j $ {} (:at 1627906576584) (:by |rJG4IHzWf) (:text |:italic) (:type :leaf) - |v $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:text |=<) (:type :leaf) - |j $ {} (:at 1627800832615) (:by |rJG4IHzWf) (:text |nil) (:type :leaf) - |r $ {} (:at 1628161707538) (:by |rJG4IHzWf) (:text |80) (:type :leaf) - |effect-render-icon $ {} (:at 1627828839409) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628189196299) (:by |rJG4IHzWf) (:text |hsl) + |j $ %{} :Leaf (:at 1628189196900) (:by |rJG4IHzWf) (:text |0) + |r $ %{} :Leaf (:at 1628189197180) (:by |rJG4IHzWf) (:text |0) + |v $ %{} :Leaf (:at 1628189203147) (:by |rJG4IHzWf) (:text |70) + |v $ %{} :Expr (:at 1627906567819) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627906570700) (:by |rJG4IHzWf) (:text |:font-style) + |j $ %{} :Leaf (:at 1627906576584) (:by |rJG4IHzWf) (:text |:italic) + |v $ %{} :Expr (:at 1627800832615) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627800832615) (:by |rJG4IHzWf) (:text |=<) + |j $ %{} :Leaf (:at 1627800832615) (:by |rJG4IHzWf) (:text |nil) + |r $ %{} :Leaf (:at 1628161707538) (:by |rJG4IHzWf) (:text |80) + |effect-render-icon $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1627828839409) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627828841376) (:by |rJG4IHzWf) (:text |defeffect) (:type :leaf) - |j $ {} (:at 1627828839409) (:by |rJG4IHzWf) (:text |effect-render-icon) (:type :leaf) - |r $ {} (:at 1627828839409) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627828841376) (:by |rJG4IHzWf) (:text |defeffect) + |j $ %{} :Leaf (:at 1627828839409) (:by |rJG4IHzWf) (:text |effect-render-icon) + |r $ %{} :Expr (:at 1627828839409) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627828846847) (:by |rJG4IHzWf) (:text |label) (:type :leaf) - |v $ {} (:at 1627828847775) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627828846847) (:by |rJG4IHzWf) (:text |label) + |v $ %{} :Expr (:at 1627828847775) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1627828858575) (:by |rJG4IHzWf) (:text |action) (:type :leaf) - |L $ {} (:at 1627828861017) (:by |rJG4IHzWf) (:text |el) (:type :leaf) - |T $ {} (:at 1627828856231) (:by |rJG4IHzWf) (:text |at?) (:type :leaf) - |w $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1627828858575) (:by |rJG4IHzWf) (:text |action) + |L $ %{} :Leaf (:at 1627828861017) (:by |rJG4IHzWf) (:text |el) + |T $ %{} :Leaf (:at 1627828856231) (:by |rJG4IHzWf) (:text |at?) + |w $ %{} :Expr (:at 1628703461222) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text |case-default) (:type :leaf) - |j $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text |action) (:type :leaf) - |r $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text |nil) (:type :leaf) - |v $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text |case-default) + |j $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text |action) + |r $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text |nil) + |v $ %{} :Expr (:at 1628703461222) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text |:mount) (:type :leaf) - |j $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text |:mount) + |j $ %{} :Expr (:at 1628703461222) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text |let) (:type :leaf) - |j $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text |let) + |j $ %{} :Expr (:at 1628703461222) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Expr (:at 1628703461222) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text |svg-ns) (:type :leaf) - |j $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text "|\"http://www.w3.org/2000/svg") (:type :leaf) - |j $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text |svg-ns) + |j $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text "|\"http://www.w3.org/2000/svg") + |j $ %{} :Expr (:at 1628703461222) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text |svg) (:type :leaf) - |j $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text |svg) + |j $ %{} :Expr (:at 1628703461222) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text |js/document.createElementNS) (:type :leaf) - |j $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text |svg-ns) (:type :leaf) - |r $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text "|\"svg") (:type :leaf) - |r $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text |js/document.createElementNS) + |j $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text |svg-ns) + |r $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text "|\"svg") + |r $ %{} :Expr (:at 1628703461222) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text |.!appendChild) (:type :leaf) - |j $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text |el) (:type :leaf) - |r $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text |svg) (:type :leaf) - |v $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text |.!appendChild) + |j $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text |el) + |r $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text |svg) + |v $ %{} :Expr (:at 1628703461222) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text |jdenticon/update) (:type :leaf) - |j $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text |svg) (:type :leaf) - |r $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text |label) (:type :leaf) - |x $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text |jdenticon/update) + |j $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text |svg) + |r $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text |label) + |x $ %{} :Expr (:at 1628703461222) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text |:update) (:type :leaf) - |j $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text |:update) + |j $ %{} :Expr (:at 1628703461222) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text |let) (:type :leaf) - |j $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text |let) + |j $ %{} :Expr (:at 1628703461222) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Expr (:at 1628703461222) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text |svg) (:type :leaf) - |j $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text |svg) + |j $ %{} :Expr (:at 1628703461222) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text |.!querySelector) (:type :leaf) - |j $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text |el) (:type :leaf) - |r $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text "|\"svg") (:type :leaf) - |r $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text |.!querySelector) + |j $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text |el) + |r $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text "|\"svg") + |r $ %{} :Expr (:at 1628703461222) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text |jdenticon/update) (:type :leaf) - |j $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text |svg) (:type :leaf) - |r $ {} (:at 1628703461222) (:by |rJG4IHzWf) (:text |label) (:type :leaf) - |keywordize-edn $ {} (:at 1628683461894) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text |jdenticon/update) + |j $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text |svg) + |r $ %{} :Leaf (:at 1628703461222) (:by |rJG4IHzWf) (:text |label) + |load-data $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1627814852767) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628683461894) (:by |rJG4IHzWf) (:text |defn) (:type :leaf) - |j $ {} (:at 1628683461894) (:by |rJG4IHzWf) (:text |keywordize-edn) (:type :leaf) - |r $ {} (:at 1628683461894) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627814858229) (:by |rJG4IHzWf) (:text |defmacro) + |j $ %{} :Leaf (:at 1701192502555) (:by |rJG4IHzWf) (:text |load-data) + |r $ %{} :Expr (:at 1627814852767) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628683464477) (:by |rJG4IHzWf) (:text |data) (:type :leaf) - |v $ {} (:at 1628683464972) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627814860021) (:by |rJG4IHzWf) (:text |path) + |t $ %{} :Expr (:at 1627815506421) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628683466856) (:by |rJG4IHzWf) (:text |cond) (:type :leaf) - |j $ {} (:at 1628683467495) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628683467793) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628683476382) (:by |rJG4IHzWf) (:text |list?) (:type :leaf) - |j $ {} (:at 1628683477631) (:by |rJG4IHzWf) (:text |data) (:type :leaf) - |j $ {} (:at 1628683478116) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628683482739) (:by |rJG4IHzWf) (:text |map) (:type :leaf) - |j $ {} (:at 1628683483914) (:by |rJG4IHzWf) (:text |data) (:type :leaf) - |r $ {} (:at 1628683485485) (:by |rJG4IHzWf) (:text |keywordize-edn) (:type :leaf) - |r $ {} (:at 1628683486547) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1627829563114) (:by |rJG4IHzWf) (:text |;) + |T $ %{} :Leaf (:at 1627815507425) (:by |rJG4IHzWf) (:text |println) + |j $ %{} :Leaf (:at 1627815509556) (:by |rJG4IHzWf) (:text "|\"reading path") + |r $ %{} :Leaf (:at 1627815510363) (:by |rJG4IHzWf) (:text |path) + |v $ %{} :Expr (:at 1701192430200) (:by |rJG4IHzWf) + :data $ {} + |D $ %{} :Leaf (:at 1701192435122) (:by |rJG4IHzWf) (:text |&data-to-code) + |T $ %{} :Expr (:at 1701192437973) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628683487069) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1701192440344) (:by |rJG4IHzWf) (:text |parse-cirru-edn) + |T $ %{} :Expr (:at 1627814860597) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628683488589) (:by |rJG4IHzWf) (:text |map?) (:type :leaf) - |j $ {} (:at 1628683489142) (:by |rJG4IHzWf) (:text |data) (:type :leaf) - |j $ {} (:at 1628683489835) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628683491023) (:by |rJG4IHzWf) (:text |map-kv) (:type :leaf) - |j $ {} (:at 1628683492278) (:by |rJG4IHzWf) (:text |data) (:type :leaf) - |r $ {} (:at 1628683492549) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628683493506) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |j $ {} (:at 1628683493743) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628683493832) (:by |rJG4IHzWf) (:text |k) (:type :leaf) - |j $ {} (:at 1628683494321) (:by |rJG4IHzWf) (:text |v) (:type :leaf) - |r $ {} (:at 1628683494910) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628683496844) (:by |rJG4IHzWf) (:text |[]) (:type :leaf) - |j $ {} (:at 1628683498167) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628683500180) (:by |rJG4IHzWf) (:text |turn-keyword) (:type :leaf) - |j $ {} (:at 1628683500537) (:by |rJG4IHzWf) (:text |k) (:type :leaf) - |r $ {} (:at 1628683502393) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628683503982) (:by |rJG4IHzWf) (:text |keywordize-edn) (:type :leaf) - |j $ {} (:at 1628683504766) (:by |rJG4IHzWf) (:text |v) (:type :leaf) - |v $ {} (:at 1628683507577) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628683509449) (:by |rJG4IHzWf) (:text |true) (:type :leaf) - |j $ {} (:at 1628683511183) (:by |rJG4IHzWf) (:text |data) (:type :leaf) - |read-content $ {} (:at 1627814811826) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627814864155) (:by |rJG4IHzWf) (:text |read-file) + |j $ %{} :Leaf (:at 1627814865941) (:by |rJG4IHzWf) (:text |path) + |read-content $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1627814811826) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627814811826) (:by |rJG4IHzWf) (:text |defn) (:type :leaf) - |j $ {} (:at 1627814811826) (:by |rJG4IHzWf) (:text |read-content) (:type :leaf) - |r $ {} (:at 1627814811826) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627814811826) (:by |rJG4IHzWf) (:text |defn) + |j $ %{} :Leaf (:at 1627814811826) (:by |rJG4IHzWf) (:text |read-content) + |r $ %{} :Expr (:at 1627814811826) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815083227) (:by |rJG4IHzWf) (:text |messages) (:type :leaf) - |b $ {} (:at 1628186947034) (:by |rJG4IHzWf) (:text |idx) (:type :leaf) - |j $ {} (:at 1627814811826) (:by |rJG4IHzWf) (:text |d!) (:type :leaf) - |v $ {} (:at 1627815095246) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627815083227) (:by |rJG4IHzWf) (:text |messages) + |b $ %{} :Leaf (:at 1628186947034) (:by |rJG4IHzWf) (:text |idx) + |j $ %{} :Leaf (:at 1627814811826) (:by |rJG4IHzWf) (:text |d!) + |v $ %{} :Expr (:at 1627815095246) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1627815102175) (:by |rJG4IHzWf) (:text |when) (:type :leaf) - |T $ {} (:at 1627815084357) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1627815102175) (:by |rJG4IHzWf) (:text |when) + |T $ %{} :Expr (:at 1627815084357) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815305605) (:by |rJG4IHzWf) (:text |not) (:type :leaf) - |j $ {} (:at 1627815085222) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627815305605) (:by |rJG4IHzWf) (:text |not) + |j $ %{} :Expr (:at 1627815085222) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815089378) (:by |rJG4IHzWf) (:text |empty?) (:type :leaf) - |j $ {} (:at 1627815090973) (:by |rJG4IHzWf) (:text |messages) (:type :leaf) - |j $ {} (:at 1627815102935) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627815089378) (:by |rJG4IHzWf) (:text |empty?) + |j $ %{} :Leaf (:at 1627815090973) (:by |rJG4IHzWf) (:text |messages) + |j $ %{} :Expr (:at 1627815102935) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815109905) (:by |rJG4IHzWf) (:text |let) (:type :leaf) - |j $ {} (:at 1627815110470) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627815109905) (:by |rJG4IHzWf) (:text |let) + |j $ %{} :Expr (:at 1627815110470) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815110646) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Expr (:at 1627815110646) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815114865) (:by |rJG4IHzWf) (:text |msg) (:type :leaf) - |j $ {} (:at 1627815115160) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627815114865) (:by |rJG4IHzWf) (:text |msg) + |j $ %{} :Expr (:at 1627815115160) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815116985) (:by |rJG4IHzWf) (:text |first) (:type :leaf) - |j $ {} (:at 1627815120665) (:by |rJG4IHzWf) (:text |messages) (:type :leaf) - |j $ {} (:at 1627815184033) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627815116985) (:by |rJG4IHzWf) (:text |first) + |j $ %{} :Leaf (:at 1627815120665) (:by |rJG4IHzWf) (:text |messages) + |j $ %{} :Expr (:at 1627815184033) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815185000) (:by |rJG4IHzWf) (:text |text) (:type :leaf) - |j $ {} (:at 1628342974831) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627815185000) (:by |rJG4IHzWf) (:text |text) + |j $ %{} :Expr (:at 1628342974831) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1628342976829) (:by |rJG4IHzWf) (:text |if) (:type :leaf) - |L $ {} (:at 1628342977126) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1628342976829) (:by |rJG4IHzWf) (:text |if) + |L $ %{} :Expr (:at 1628342977126) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628342979398) (:by |rJG4IHzWf) (:text |:code?) (:type :leaf) - |j $ {} (:at 1628342980170) (:by |rJG4IHzWf) (:text |msg) (:type :leaf) - |P $ {} (:at 1628342982310) (:by |rJG4IHzWf) (:text "|\"Code") (:type :leaf) - |T $ {} (:at 1627815185257) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628342979398) (:by |rJG4IHzWf) (:text |:code?) + |j $ %{} :Leaf (:at 1628342980170) (:by |rJG4IHzWf) (:text |msg) + |P $ %{} :Leaf (:at 1628342982310) (:by |rJG4IHzWf) (:text "|\"Code") + |T $ %{} :Expr (:at 1627815185257) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815186885) (:by |rJG4IHzWf) (:text |:text) (:type :leaf) - |j $ {} (:at 1627815187429) (:by |rJG4IHzWf) (:text |msg) (:type :leaf) - |r $ {} (:at 1627815127522) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627815186885) (:by |rJG4IHzWf) (:text |:text) + |j $ %{} :Leaf (:at 1627815187429) (:by |rJG4IHzWf) (:text |msg) + |r $ %{} :Expr (:at 1627815127522) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815157705) (:by |rJG4IHzWf) (:text |d!) (:type :leaf) - |j $ {} (:at 1627815171068) (:by |rJG4IHzWf) (:text |:message) (:type :leaf) - |r $ {} (:at 1628186980216) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627815157705) (:by |rJG4IHzWf) (:text |d!) + |j $ %{} :Leaf (:at 1627815171068) (:by |rJG4IHzWf) (:text |:message) + |r $ %{} :Expr (:at 1628186980216) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1628187010469) (:by |rJG4IHzWf) (:text |assoc) (:type :leaf) - |b $ {} (:at 1628187011840) (:by |rJG4IHzWf) (:text |msg) (:type :leaf) - |n $ {} (:at 1628187041278) (:by |rJG4IHzWf) (:text |:floor) (:type :leaf) - |t $ {} (:at 1628187017588) (:by |rJG4IHzWf) (:text |idx) (:type :leaf) - |s $ {} (:at 1627815416212) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1628187010469) (:by |rJG4IHzWf) (:text |assoc) + |b $ %{} :Leaf (:at 1628187011840) (:by |rJG4IHzWf) (:text |msg) + |n $ %{} :Leaf (:at 1628187041278) (:by |rJG4IHzWf) (:text |:floor) + |t $ %{} :Leaf (:at 1628187017588) (:by |rJG4IHzWf) (:text |idx) + |s $ %{} :Expr (:at 1627815416212) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1627829580786) (:by |rJG4IHzWf) (:text |;) (:type :leaf) - |T $ {} (:at 1627815419007) (:by |rJG4IHzWf) (:text |println) (:type :leaf) - |j $ {} (:at 1627815420362) (:by |rJG4IHzWf) (:text "|\"read") (:type :leaf) - |r $ {} (:at 1627815421855) (:by |rJG4IHzWf) (:text |text) (:type :leaf) - |u $ {} (:at 1627901057847) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1627829580786) (:by |rJG4IHzWf) (:text |;) + |T $ %{} :Leaf (:at 1627815419007) (:by |rJG4IHzWf) (:text |println) + |j $ %{} :Leaf (:at 1627815420362) (:by |rJG4IHzWf) (:text "|\"read") + |r $ %{} :Leaf (:at 1627815421855) (:by |rJG4IHzWf) (:text |text) + |u $ %{} :Expr (:at 1627901057847) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1628156860007) (:by |rJG4IHzWf) (:text |case-default) (:type :leaf) - |H $ {} (:at 1628156869895) (:by |rJG4IHzWf) (:text |api-target) (:type :leaf) - |J $ {} (:at 1628156873375) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1628156860007) (:by |rJG4IHzWf) (:text |case-default) + |H $ %{} :Leaf (:at 1628156869895) (:by |rJG4IHzWf) (:text |api-target) + |J $ %{} :Expr (:at 1628156873375) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628156873375) (:by |rJG4IHzWf) (:text |speech!) (:type :leaf) - |j $ {} (:at 1628156873375) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628156873375) (:by |rJG4IHzWf) (:text |speech!) + |j $ %{} :Expr (:at 1628156873375) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628156873375) (:by |rJG4IHzWf) (:text |santinize-voice) (:type :leaf) - |j $ {} (:at 1628156873375) (:by |rJG4IHzWf) (:text |text) (:type :leaf) - |r $ {} (:at 1628156873375) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628156873375) (:by |rJG4IHzWf) (:text |santinize-voice) + |j $ %{} :Leaf (:at 1628156873375) (:by |rJG4IHzWf) (:text |text) + |r $ %{} :Expr (:at 1628156873375) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628156873375) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |j $ {} (:at 1628156873375) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628156873375) (:by |rJG4IHzWf) (:text |fn) + |j $ %{} :Expr (:at 1628156873375) (:by |rJG4IHzWf) :data $ {} - |r $ {} (:at 1628156873375) (:by |rJG4IHzWf) (:type :expr) + |r $ %{} :Expr (:at 1628156873375) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628156873375) (:by |rJG4IHzWf) (:text |read-content) (:type :leaf) - |j $ {} (:at 1628156873375) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628156873375) (:by |rJG4IHzWf) (:text |read-content) + |j $ %{} :Expr (:at 1628156873375) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628156873375) (:by |rJG4IHzWf) (:text |rest) (:type :leaf) - |j $ {} (:at 1628156873375) (:by |rJG4IHzWf) (:text |messages) (:type :leaf) - |n $ {} (:at 1628186954304) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628156873375) (:by |rJG4IHzWf) (:text |rest) + |j $ %{} :Leaf (:at 1628156873375) (:by |rJG4IHzWf) (:text |messages) + |n $ %{} :Expr (:at 1628186954304) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1628186955066) (:by |rJG4IHzWf) (:text |inc) (:type :leaf) - |T $ {} (:at 1628186953848) (:by |rJG4IHzWf) (:text |idx) (:type :leaf) - |r $ {} (:at 1628156873375) (:by |rJG4IHzWf) (:text |d!) (:type :leaf) - |P $ {} (:at 1628156875734) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1628186955066) (:by |rJG4IHzWf) (:text |inc) + |T $ %{} :Leaf (:at 1628186953848) (:by |rJG4IHzWf) (:text |idx) + |r $ %{} :Leaf (:at 1628156873375) (:by |rJG4IHzWf) (:text |d!) + |P $ %{} :Expr (:at 1628156875734) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1628156879742) (:by |rJG4IHzWf) (:text "|\"xunfei") (:type :leaf) - |T $ {} (:at 1627901064410) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1628156879742) (:by |rJG4IHzWf) (:text "|\"xunfei") + |T $ %{} :Expr (:at 1627901064410) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627901064410) (:by |rJG4IHzWf) (:text |speakXunfei) (:type :leaf) - |j $ {} (:at 1627905582501) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627901064410) (:by |rJG4IHzWf) (:text |speakXunfei) + |j $ %{} :Expr (:at 1627905582501) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1627905614101) (:by |rJG4IHzWf) (:text |santinize-voice) (:type :leaf) - |T $ {} (:at 1627901064410) (:by |rJG4IHzWf) (:text |text) (:type :leaf) - |r $ {} (:at 1627901064410) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1627905614101) (:by |rJG4IHzWf) (:text |santinize-voice) + |T $ %{} :Leaf (:at 1627901064410) (:by |rJG4IHzWf) (:text |text) + |r $ %{} :Expr (:at 1627901064410) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627901064410) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |j $ {} (:at 1627901064410) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627901064410) (:by |rJG4IHzWf) (:text |fn) + |j $ %{} :Expr (:at 1627901064410) (:by |rJG4IHzWf) :data $ {} - |r $ {} (:at 1627901064410) (:by |rJG4IHzWf) (:type :expr) + |r $ %{} :Expr (:at 1627901064410) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627901064410) (:by |rJG4IHzWf) (:text |read-content) (:type :leaf) - |j $ {} (:at 1627901064410) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627901064410) (:by |rJG4IHzWf) (:text |read-content) + |j $ %{} :Expr (:at 1627901064410) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627901064410) (:by |rJG4IHzWf) (:text |rest) (:type :leaf) - |j $ {} (:at 1627901064410) (:by |rJG4IHzWf) (:text |messages) (:type :leaf) - |n $ {} (:at 1628186957816) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627901064410) (:by |rJG4IHzWf) (:text |rest) + |j $ %{} :Leaf (:at 1627901064410) (:by |rJG4IHzWf) (:text |messages) + |n $ %{} :Expr (:at 1628186957816) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628186957816) (:by |rJG4IHzWf) (:text |inc) (:type :leaf) - |j $ {} (:at 1628186957816) (:by |rJG4IHzWf) (:text |idx) (:type :leaf) - |r $ {} (:at 1627901064410) (:by |rJG4IHzWf) (:text |d!) (:type :leaf) - |Y $ {} (:at 1648118908693) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628186957816) (:by |rJG4IHzWf) (:text |inc) + |j $ %{} :Leaf (:at 1628186957816) (:by |rJG4IHzWf) (:text |idx) + |r $ %{} :Leaf (:at 1627901064410) (:by |rJG4IHzWf) (:text |d!) + |Y $ %{} :Expr (:at 1648118908693) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1648118914832) (:by |rJG4IHzWf) (:text "|\"azure") (:type :leaf) - |b $ {} (:at 1648118916125) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1648118914832) (:by |rJG4IHzWf) (:text "|\"azure") + |b $ %{} :Expr (:at 1648118916125) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1648118915771) (:by |rJG4IHzWf) (:text |synthesizeAzureSpeech) (:type :leaf) - |b $ {} (:at 1648118919551) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1648118915771) (:by |rJG4IHzWf) (:text |synthesizeAzureSpeech) + |b $ %{} :Expr (:at 1648118919551) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1648118919551) (:by |rJG4IHzWf) (:text |santinize-voice) (:type :leaf) - |b $ {} (:at 1648118919551) (:by |rJG4IHzWf) (:text |text) (:type :leaf) - |e $ {} (:at 1648118962131) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1648118919551) (:by |rJG4IHzWf) (:text |santinize-voice) + |b $ %{} :Leaf (:at 1648118919551) (:by |rJG4IHzWf) (:text |text) + |e $ %{} :Expr (:at 1648118962131) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1648118962131) (:by |rJG4IHzWf) (:text |get-env) (:type :leaf) - |b $ {} (:at 1648118970686) (:by |rJG4IHzWf) (:text "|\"azure-key") (:type :leaf) - |f $ {} (:at 1650992384843) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1648118962131) (:by |rJG4IHzWf) (:text |get-env) + |b $ %{} :Leaf (:at 1648118970686) (:by |rJG4IHzWf) (:text "|\"azure-key") + |f $ %{} :Expr (:at 1650992384843) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1650992385146) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |b $ {} (:at 1650992386249) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1650992385146) (:by |rJG4IHzWf) (:text |fn) + |b $ %{} :Expr (:at 1650992386249) (:by |rJG4IHzWf) :data $ {} - |h $ {} (:at 1648119964742) (:by |rJG4IHzWf) (:type :expr) + |h $ %{} :Expr (:at 1648119964742) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1648119964742) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |b $ {} (:at 1648119964742) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1648119964742) (:by |rJG4IHzWf) (:text |fn) + |b $ %{} :Expr (:at 1648119964742) (:by |rJG4IHzWf) :data $ {} - |h $ {} (:at 1648119964742) (:by |rJG4IHzWf) (:type :expr) + |h $ %{} :Expr (:at 1648119964742) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1648119964742) (:by |rJG4IHzWf) (:text |read-content) (:type :leaf) - |b $ {} (:at 1648119964742) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1648119964742) (:by |rJG4IHzWf) (:text |read-content) + |b $ %{} :Expr (:at 1648119964742) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1648119964742) (:by |rJG4IHzWf) (:text |rest) (:type :leaf) - |b $ {} (:at 1648119964742) (:by |rJG4IHzWf) (:text |messages) (:type :leaf) - |h $ {} (:at 1648119964742) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1648119964742) (:by |rJG4IHzWf) (:text |rest) + |b $ %{} :Leaf (:at 1648119964742) (:by |rJG4IHzWf) (:text |messages) + |h $ %{} :Expr (:at 1648119964742) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1648119964742) (:by |rJG4IHzWf) (:text |inc) (:type :leaf) - |b $ {} (:at 1648119964742) (:by |rJG4IHzWf) (:text |idx) (:type :leaf) - |l $ {} (:at 1648119964742) (:by |rJG4IHzWf) (:text |d!) (:type :leaf) - |h $ {} (:at 1628156880509) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1648119964742) (:by |rJG4IHzWf) (:text |inc) + |b $ %{} :Leaf (:at 1648119964742) (:by |rJG4IHzWf) (:text |idx) + |l $ %{} :Leaf (:at 1648119964742) (:by |rJG4IHzWf) (:text |d!) + |h $ %{} :Expr (:at 1628156880509) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628156882987) (:by |rJG4IHzWf) (:text "|\"audio") (:type :leaf) - |j $ {} (:at 1628156884304) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628156882987) (:by |rJG4IHzWf) (:text "|\"audio") + |j $ %{} :Expr (:at 1628156884304) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1648118709760) (:by |rJG4IHzWf) (:text |requestAudioSpeech) (:type :leaf) - |b $ {} (:at 1628159775374) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1648118709760) (:by |rJG4IHzWf) (:text |requestAudioSpeech) + |b $ %{} :Expr (:at 1628159775374) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628159776433) (:by |rJG4IHzWf) (:text |get-env) (:type :leaf) - |j $ {} (:at 1628159784377) (:by |rJG4IHzWf) (:text "|\"audio-host") (:type :leaf) - |j $ {} (:at 1628156909577) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628159776433) (:by |rJG4IHzWf) (:text |get-env) + |j $ %{} :Leaf (:at 1628159784377) (:by |rJG4IHzWf) (:text "|\"audio-host") + |j $ %{} :Expr (:at 1628156909577) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628156909577) (:by |rJG4IHzWf) (:text |santinize-voice) (:type :leaf) - |j $ {} (:at 1628156909577) (:by |rJG4IHzWf) (:text |text) (:type :leaf) - |r $ {} (:at 1628156912243) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628156909577) (:by |rJG4IHzWf) (:text |santinize-voice) + |j $ %{} :Leaf (:at 1628156909577) (:by |rJG4IHzWf) (:text |text) + |r $ %{} :Expr (:at 1628156912243) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628156912243) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |j $ {} (:at 1628156912243) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628156912243) (:by |rJG4IHzWf) (:text |fn) + |j $ %{} :Expr (:at 1628156912243) (:by |rJG4IHzWf) :data $ {} - |r $ {} (:at 1628156912243) (:by |rJG4IHzWf) (:type :expr) + |r $ %{} :Expr (:at 1628156912243) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628156912243) (:by |rJG4IHzWf) (:text |read-content) (:type :leaf) - |j $ {} (:at 1628156912243) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628156912243) (:by |rJG4IHzWf) (:text |read-content) + |j $ %{} :Expr (:at 1628156912243) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628156912243) (:by |rJG4IHzWf) (:text |rest) (:type :leaf) - |j $ {} (:at 1628156912243) (:by |rJG4IHzWf) (:text |messages) (:type :leaf) - |n $ {} (:at 1628186964087) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628156912243) (:by |rJG4IHzWf) (:text |rest) + |j $ %{} :Leaf (:at 1628156912243) (:by |rJG4IHzWf) (:text |messages) + |n $ %{} :Expr (:at 1628186964087) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628186964087) (:by |rJG4IHzWf) (:text |inc) (:type :leaf) - |j $ {} (:at 1628186964087) (:by |rJG4IHzWf) (:text |idx) (:type :leaf) - |r $ {} (:at 1628156912243) (:by |rJG4IHzWf) (:text |d!) (:type :leaf) - |w $ {} (:at 1627913748281) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627913748281) (:by |rJG4IHzWf) (:text |scroll-view!) (:type :leaf) - |reading-list $ {} (:at 1627814822309) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628186964087) (:by |rJG4IHzWf) (:text |inc) + |j $ %{} :Leaf (:at 1628186964087) (:by |rJG4IHzWf) (:text |idx) + |r $ %{} :Leaf (:at 1628156912243) (:by |rJG4IHzWf) (:text |d!) + |w $ %{} :Expr (:at 1627913748281) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627913748281) (:by |rJG4IHzWf) (:text |scroll-view!) + |reading-list $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1627814822309) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627814822309) (:by |rJG4IHzWf) (:text |def) (:type :leaf) - |j $ {} (:at 1627829702411) (:by |rJG4IHzWf) (:text |reading-list) (:type :leaf) - |v $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627814822309) (:by |rJG4IHzWf) (:text |def) + |j $ %{} :Leaf (:at 1627829702411) (:by |rJG4IHzWf) (:text |reading-list) + |v $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |[]) (:type :leaf) - |X- $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |[]) + |X- $ %{} :Expr (:at 1629046822415) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:text |parse-cirru-edn) (:type :leaf) - |j $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1629046822415) (:by |rJG4IHzWf) (:text |identity) + |j $ %{} :Expr (:at 1629046822415) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |j $ {} (:at 1631455853874) (:by |rJG4IHzWf) (:text "|\"data/2019-08-15-serverless.cirru") (:type :leaf) - |X/ $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1629046822415) (:by |rJG4IHzWf) (:text |load-data) + |j $ %{} :Leaf (:at 1631455853874) (:by |rJG4IHzWf) (:text "|\"data/2019-08-15-serverless.cirru") + |X/ $ %{} :Expr (:at 1629046822415) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:text |parse-cirru-edn) (:type :leaf) - |j $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1629046822415) (:by |rJG4IHzWf) (:text |identity) + |j $ %{} :Expr (:at 1629046822415) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |j $ {} (:at 1630257763440) (:by |rJG4IHzWf) (:text "|\"data/2019-07-22-http2-perf.cirru") (:type :leaf) - |X1 $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1629046822415) (:by |rJG4IHzWf) (:text |load-data) + |j $ %{} :Leaf (:at 1630257763440) (:by |rJG4IHzWf) (:text "|\"data/2019-07-22-http2-perf.cirru") + |X1 $ %{} :Expr (:at 1629046822415) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:text |parse-cirru-edn) (:type :leaf) - |j $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1629046822415) (:by |rJG4IHzWf) (:text |identity) + |j $ %{} :Expr (:at 1629046822415) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |j $ {} (:at 1630257417933) (:by |rJG4IHzWf) (:text "|\"data/2019-07-10-deps-lock.cirru") (:type :leaf) - |X5 $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1629046822415) (:by |rJG4IHzWf) (:text |load-data) + |j $ %{} :Leaf (:at 1630257417933) (:by |rJG4IHzWf) (:text "|\"data/2019-07-10-deps-lock.cirru") + |X5 $ %{} :Expr (:at 1629046822415) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:text |parse-cirru-edn) (:type :leaf) - |j $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1629046822415) (:by |rJG4IHzWf) (:text |identity) + |j $ %{} :Expr (:at 1629046822415) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |j $ {} (:at 1630256600273) (:by |rJG4IHzWf) (:text "|\"data/2019-07-02-yield-syntax.cirru") (:type :leaf) - |XD $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1629046822415) (:by |rJG4IHzWf) (:text |load-data) + |j $ %{} :Leaf (:at 1630256600273) (:by |rJG4IHzWf) (:text "|\"data/2019-07-02-yield-syntax.cirru") + |XD $ %{} :Expr (:at 1629046822415) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:text |parse-cirru-edn) (:type :leaf) - |j $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1629046822415) (:by |rJG4IHzWf) (:text |identity) + |j $ %{} :Expr (:at 1629046822415) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |j $ {} (:at 1629048133467) (:by |rJG4IHzWf) (:text "|\"data/2019-06-06-top-level-await.cirru") (:type :leaf) - |XT $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1629046822415) (:by |rJG4IHzWf) (:text |load-data) + |j $ %{} :Leaf (:at 1629048133467) (:by |rJG4IHzWf) (:text "|\"data/2019-06-06-top-level-await.cirru") + |XT $ %{} :Expr (:at 1629046822415) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:text |parse-cirru-edn) (:type :leaf) - |j $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1629046822415) (:by |rJG4IHzWf) (:text |identity) + |j $ %{} :Expr (:at 1629046822415) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |j $ {} (:at 1629047837387) (:by |rJG4IHzWf) (:text "|\"data/2019-03-21-decorator-change.cirru") (:type :leaf) - |Y $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1629046822415) (:by |rJG4IHzWf) (:text |load-data) + |j $ %{} :Leaf (:at 1629047837387) (:by |rJG4IHzWf) (:text "|\"data/2019-03-21-decorator-change.cirru") + |Y $ %{} :Expr (:at 1629046822415) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:text |parse-cirru-edn) (:type :leaf) - |j $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1629046822415) (:by |rJG4IHzWf) (:text |identity) + |j $ %{} :Expr (:at 1629046822415) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |j $ {} (:at 1629047404993) (:by |rJG4IHzWf) (:text "|\"data/2018-12-07-chrome-ie.cirru") (:type :leaf) - |Z $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1629046822415) (:by |rJG4IHzWf) (:text |load-data) + |j $ %{} :Leaf (:at 1629047404993) (:by |rJG4IHzWf) (:text "|\"data/2018-12-07-chrome-ie.cirru") + |Z $ %{} :Expr (:at 1629046822415) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:text |parse-cirru-edn) (:type :leaf) - |j $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1629046822415) (:by |rJG4IHzWf) (:text |identity) + |j $ %{} :Expr (:at 1629046822415) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1629046822415) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |j $ {} (:at 1629046839970) (:by |rJG4IHzWf) (:text "|\"data/2018-11-19-private-field-problem.cirru") (:type :leaf) - |b $ {} (:at 1628702779762) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1629046822415) (:by |rJG4IHzWf) (:text |load-data) + |j $ %{} :Leaf (:at 1629046839970) (:by |rJG4IHzWf) (:text "|\"data/2018-11-19-private-field-problem.cirru") + |b $ %{} :Expr (:at 1628702779762) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702779762) (:by |rJG4IHzWf) (:text |keywordize-edn) (:type :leaf) - |j $ {} (:at 1628702779762) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701192511953) (:by |rJG4IHzWf) (:text |tagging-edn) + |j $ %{} :Expr (:at 1628702779762) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702779762) (:by |rJG4IHzWf) (:text |to-calcit-data) (:type :leaf) - |j $ {} (:at 1628702779762) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702779762) (:by |rJG4IHzWf) (:text |to-calcit-data) + |j $ %{} :Expr (:at 1628702779762) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702779762) (:by |rJG4IHzWf) (:text |toml/parse) (:type :leaf) - |j $ {} (:at 1628702779762) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702779762) (:by |rJG4IHzWf) (:text |toml/parse) + |j $ %{} :Expr (:at 1628702779762) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702779762) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |j $ {} (:at 1628702884040) (:by |rJG4IHzWf) (:text "|\"data/2020-08-12-template-stringify.toml") (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701192531993) (:by |rJG4IHzWf) (:text |slurp) + |j $ %{} :Leaf (:at 1628702884040) (:by |rJG4IHzWf) (:text "|\"data/2020-08-12-template-stringify.toml") + |j $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |parse-cirru-edn) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |identity) + |j $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |j $ {} (:at 1628702851949) (:by |rJG4IHzWf) (:text "|\"data/2018-11-14-js-build-speed.cirru") (:type :leaf) - |r $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |load-data) + |j $ %{} :Leaf (:at 1628702851949) (:by |rJG4IHzWf) (:text "|\"data/2018-11-14-js-build-speed.cirru") + |r $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |parse-cirru-edn) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |identity) + |j $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |j $ {} (:at 1628702816535) (:by |rJG4IHzWf) (:text "|\"data/2018-11-06-web-comps-templates.cirru") (:type :leaf) - |v $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |load-data) + |j $ %{} :Leaf (:at 1628702816535) (:by |rJG4IHzWf) (:text "|\"data/2018-11-06-web-comps-templates.cirru") + |v $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |parse-cirru-edn) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |identity) + |j $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-11-06-svelte-proposal.cirru") (:type :leaf) - |x $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |load-data) + |j $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-11-06-svelte-proposal.cirru") + |x $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |parse-cirru-edn) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |identity) + |j $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-11-01-react-hooks-internals.cirru") (:type :leaf) - |y $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |load-data) + |j $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-11-01-react-hooks-internals.cirru") + |y $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |parse-cirru-edn) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |identity) + |j $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-10-26-react-hooks-wonder.cirru") (:type :leaf) - |yT $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |load-data) + |j $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-10-26-react-hooks-wonder.cirru") + |yT $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |parse-cirru-edn) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |identity) + |j $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-10-21-react-class-syntax.cirru") (:type :leaf) - |yj $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |load-data) + |j $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-10-21-react-class-syntax.cirru") + |yj $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |parse-cirru-edn) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |identity) + |j $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-09-27-vue-ts.cirru") (:type :leaf) - |yr $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |load-data) + |j $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-09-27-vue-ts.cirru") + |yr $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |parse-cirru-edn) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |identity) + |j $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-08-23-worker-dom.cirru") (:type :leaf) - |yv $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |load-data) + |j $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-08-23-worker-dom.cirru") + |yv $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |parse-cirru-edn) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |identity) + |j $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-07-21-algebraic-interrupts-early.cirru") (:type :leaf) - |yx $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |load-data) + |j $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-07-21-algebraic-interrupts-early.cirru") + |yx $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |parse-cirru-edn) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |identity) + |j $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-08-10-write-book.cirru") (:type :leaf) - |yy $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |load-data) + |j $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-08-10-write-book.cirru") + |yy $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |parse-cirru-edn) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |identity) + |j $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-08-18-babel-compile.cirru") (:type :leaf) - |yyT $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |load-data) + |j $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-08-18-babel-compile.cirru") + |yyT $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |parse-cirru-edn) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |identity) + |j $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-07-13-vue-internals.cirru") (:type :leaf) - |yyj $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |load-data) + |j $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-07-13-vue-internals.cirru") + |yyj $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |parse-cirru-edn) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |identity) + |j $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-07-04-babel-parser.cirru") (:type :leaf) - |yyr $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |load-data) + |j $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-07-04-babel-parser.cirru") + |yyr $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |parse-cirru-edn) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |identity) + |j $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-06-15-vue-stars.cirru") (:type :leaf) - |yyv $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |load-data) + |j $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-06-15-vue-stars.cirru") + |yyv $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |parse-cirru-edn) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |identity) + |j $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-05-11-layered-apis.cirru") (:type :leaf) - |yyx $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |load-data) + |j $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-05-11-layered-apis.cirru") + |yyx $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |parse-cirru-edn) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |identity) + |j $ %{} :Expr (:at 1628702775482) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |j $ {} (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-07-23-demo.cirru") (:type :leaf) - |santinize-voice $ {} (:at 1627905614601) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text |load-data) + |j $ %{} :Leaf (:at 1628702775482) (:by |rJG4IHzWf) (:text "|\"data/2018-07-23-demo.cirru") + |santinize-voice $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1627905614601) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627905615908) (:by |rJG4IHzWf) (:text |defn) (:type :leaf) - |j $ {} (:at 1627905614601) (:by |rJG4IHzWf) (:text |santinize-voice) (:type :leaf) - |r $ {} (:at 1627905614601) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627905615908) (:by |rJG4IHzWf) (:text |defn) + |j $ %{} :Leaf (:at 1627905614601) (:by |rJG4IHzWf) (:text |santinize-voice) + |r $ %{} :Expr (:at 1627905614601) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627905732118) (:by |rJG4IHzWf) (:text |text) (:type :leaf) - |v $ {} (:at 1628187108085) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627905732118) (:by |rJG4IHzWf) (:text |text) + |v $ %{} :Expr (:at 1628187108085) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1628187108835) (:by |rJG4IHzWf) (:text |->) (:type :leaf) - |L $ {} (:at 1628187109240) (:by |rJG4IHzWf) (:text |text) (:type :leaf) - |P $ {} (:at 1628187110055) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1628187108835) (:by |rJG4IHzWf) (:text |->) + |L $ %{} :Leaf (:at 1628187109240) (:by |rJG4IHzWf) (:text |text) + |P $ %{} :Expr (:at 1628187110055) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628187111697) (:by |rJG4IHzWf) (:text |.!replace) (:type :leaf) - |j $ {} (:at 1628187142417) (:by |rJG4IHzWf) (:text |at-pattern) (:type :leaf) - |r $ {} (:at 1628187162420) (:by |rJG4IHzWf) (:text "|\" at ") (:type :leaf) - |T $ {} (:at 1627905655614) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628187111697) (:by |rJG4IHzWf) (:text |.!replace) + |j $ %{} :Leaf (:at 1628187142417) (:by |rJG4IHzWf) (:text |at-pattern) + |r $ %{} :Leaf (:at 1628187162420) (:by |rJG4IHzWf) (:text "|\" at ") + |T $ %{} :Expr (:at 1627905655614) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627905657557) (:by |rJG4IHzWf) (:text |.!replace) (:type :leaf) - |r $ {} (:at 1627905665950) (:by |rJG4IHzWf) (:text |url-pattern) (:type :leaf) - |v $ {} (:at 1627905691858) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627905657557) (:by |rJG4IHzWf) (:text |.!replace) + |r $ %{} :Leaf (:at 1627905665950) (:by |rJG4IHzWf) (:text |url-pattern) + |v $ %{} :Expr (:at 1627905691858) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627905692906) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |j $ {} (:at 1627905693192) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627905692906) (:by |rJG4IHzWf) (:text |fn) + |j $ %{} :Expr (:at 1627905693192) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628000358701) (:by |rJG4IHzWf) (:text |target) (:type :leaf) - |j $ {} (:at 1627905852731) (:by |rJG4IHzWf) (:text |&) (:type :leaf) - |r $ {} (:at 1627905853399) (:by |rJG4IHzWf) (:text |args) (:type :leaf) - |r $ {} (:at 1627905694279) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628000358701) (:by |rJG4IHzWf) (:text |target) + |j $ %{} :Leaf (:at 1627905852731) (:by |rJG4IHzWf) (:text |&) + |r $ %{} :Leaf (:at 1627905853399) (:by |rJG4IHzWf) (:text |args) + |r $ %{} :Expr (:at 1627905694279) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627905709300) (:by |rJG4IHzWf) (:text |let) (:type :leaf) - |j $ {} (:at 1627905709610) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627905709300) (:by |rJG4IHzWf) (:text |let) + |j $ %{} :Expr (:at 1627905709610) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627905709754) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Expr (:at 1627905709754) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627905741736) (:by |rJG4IHzWf) (:text |url) (:type :leaf) - |j $ {} (:at 1627905711146) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627905741736) (:by |rJG4IHzWf) (:text |url) + |j $ %{} :Expr (:at 1627905711146) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627905714954) (:by |rJG4IHzWf) (:text |new) (:type :leaf) - |j $ {} (:at 1627905716476) (:by |rJG4IHzWf) (:text |js/URL) (:type :leaf) - |r $ {} (:at 1628000362146) (:by |rJG4IHzWf) (:text |target) (:type :leaf) - |r $ {} (:at 1627905720929) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627905714954) (:by |rJG4IHzWf) (:text |new) + |j $ %{} :Leaf (:at 1627905716476) (:by |rJG4IHzWf) (:text |js/URL) + |r $ %{} :Leaf (:at 1628000362146) (:by |rJG4IHzWf) (:text |target) + |r $ %{} :Expr (:at 1627905720929) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627905721375) (:by |rJG4IHzWf) (:text |if) (:type :leaf) - |j $ {} (:at 1627905721677) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627905721375) (:by |rJG4IHzWf) (:text |if) + |j $ %{} :Expr (:at 1627905721677) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627905723597) (:by |rJG4IHzWf) (:text |some?) (:type :leaf) - |j $ {} (:at 1627905725500) (:by |rJG4IHzWf) (:text |url) (:type :leaf) - |r $ {} (:at 1627905745908) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627905723597) (:by |rJG4IHzWf) (:text |some?) + |j $ %{} :Leaf (:at 1627905725500) (:by |rJG4IHzWf) (:text |url) + |r $ %{} :Expr (:at 1627905745908) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627905746459) (:by |rJG4IHzWf) (:text |str) (:type :leaf) - |j $ {} (:at 1627905751751) (:by |rJG4IHzWf) (:text "|\" link to ") (:type :leaf) - |r $ {} (:at 1627905772678) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627905746459) (:by |rJG4IHzWf) (:text |str) + |j $ %{} :Leaf (:at 1627905751751) (:by |rJG4IHzWf) (:text "|\" link to ") + |r $ %{} :Expr (:at 1627905772678) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627905785768) (:by |rJG4IHzWf) (:text |.!replace) (:type :leaf) - |r $ {} (:at 1627905789948) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627905785768) (:by |rJG4IHzWf) (:text |.!replace) + |r $ %{} :Expr (:at 1627905789948) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627905791432) (:by |rJG4IHzWf) (:text |.-host) (:type :leaf) - |j $ {} (:at 1627905792172) (:by |rJG4IHzWf) (:text |url) (:type :leaf) - |v $ {} (:at 1627905811854) (:by |rJG4IHzWf) (:text "|\"www.") (:type :leaf) - |x $ {} (:at 1627905812571) (:by |rJG4IHzWf) (:text "|\"") (:type :leaf) - |v $ {} (:at 1627905822598) (:by |rJG4IHzWf) (:text "|\" ") (:type :leaf) - |v $ {} (:at 1627905761037) (:by |rJG4IHzWf) (:text "|\"link. ") (:type :leaf) - |scroll-view! $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627905791432) (:by |rJG4IHzWf) (:text |.-host) + |j $ %{} :Leaf (:at 1627905792172) (:by |rJG4IHzWf) (:text |url) + |v $ %{} :Leaf (:at 1627905811854) (:by |rJG4IHzWf) (:text "|\"www.") + |x $ %{} :Leaf (:at 1627905812571) (:by |rJG4IHzWf) (:text "|\"") + |v $ %{} :Leaf (:at 1627905822598) (:by |rJG4IHzWf) (:text "|\" ") + |v $ %{} :Leaf (:at 1627905761037) (:by |rJG4IHzWf) (:text "|\"link. ") + |scroll-view! $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1627801007512) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:text |defn) (:type :leaf) - |j $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:text |scroll-view!) (:type :leaf) - |r $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627801007512) (:by |rJG4IHzWf) (:text |defn) + |j $ %{} :Leaf (:at 1627801007512) (:by |rJG4IHzWf) (:text |scroll-view!) + |r $ %{} :Expr (:at 1627801007512) (:by |rJG4IHzWf) :data $ {} - |v $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:type :expr) + |v $ %{} :Expr (:at 1627801007512) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628161741513) (:by |rJG4IHzWf) (:text |js/setTimeout) (:type :leaf) - |j $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628161741513) (:by |rJG4IHzWf) (:text |js/setTimeout) + |j $ %{} :Expr (:at 1627801007512) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |j $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627801007512) (:by |rJG4IHzWf) (:text |fn) + |j $ %{} :Expr (:at 1627801007512) (:by |rJG4IHzWf) :data $ {} - |r $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:type :expr) + |r $ %{} :Expr (:at 1627801007512) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:text |let) (:type :leaf) - |j $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627801007512) (:by |rJG4IHzWf) (:text |let) + |j $ %{} :Expr (:at 1627801007512) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Expr (:at 1627801007512) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:text |target) (:type :leaf) - |j $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627801007512) (:by |rJG4IHzWf) (:text |target) + |j $ %{} :Expr (:at 1627801007512) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:text |js/document.querySelector) (:type :leaf) - |j $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:text "|\"#message-area") (:type :leaf) - |j $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627801007512) (:by |rJG4IHzWf) (:text |js/document.querySelector) + |j $ %{} :Leaf (:at 1627801007512) (:by |rJG4IHzWf) (:text "|\"#message-area") + |j $ %{} :Expr (:at 1627801007512) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:text |last-child) (:type :leaf) - |j $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627801007512) (:by |rJG4IHzWf) (:text |last-child) + |j $ %{} :Expr (:at 1627801007512) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:text |if) (:type :leaf) - |j $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627801007512) (:by |rJG4IHzWf) (:text |if) + |j $ %{} :Expr (:at 1627801007512) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:text |some?) (:type :leaf) - |j $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:text |target) (:type :leaf) - |r $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627801007512) (:by |rJG4IHzWf) (:text |some?) + |j $ %{} :Leaf (:at 1627801007512) (:by |rJG4IHzWf) (:text |target) + |r $ %{} :Expr (:at 1627801007512) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:text |.-lastElementChild) (:type :leaf) - |j $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:text |target) (:type :leaf) - |r $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627801007512) (:by |rJG4IHzWf) (:text |.-lastElementChild) + |j $ %{} :Leaf (:at 1627801007512) (:by |rJG4IHzWf) (:text |target) + |r $ %{} :Expr (:at 1627801007512) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:text |if) (:type :leaf) - |j $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627801007512) (:by |rJG4IHzWf) (:text |if) + |j $ %{} :Expr (:at 1627801007512) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:text |some?) (:type :leaf) - |j $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:text |last-child) (:type :leaf) - |r $ {} (:at 1627927506060) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627801007512) (:by |rJG4IHzWf) (:text |some?) + |j $ %{} :Leaf (:at 1627801007512) (:by |rJG4IHzWf) (:text |last-child) + |r $ %{} :Expr (:at 1627927506060) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1627927506731) (:by |rJG4IHzWf) (:text |if) (:type :leaf) - |L $ {} (:at 1627927507419) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1627927506731) (:by |rJG4IHzWf) (:text |if) + |L $ %{} :Expr (:at 1627927507419) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627927508340) (:by |rJG4IHzWf) (:text |some?) (:type :leaf) - |j $ {} (:at 1627927508969) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627927508340) (:by |rJG4IHzWf) (:text |some?) + |j $ %{} :Expr (:at 1627927508969) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627927509959) (:by |rJG4IHzWf) (:text |.-scrollIntoViewIfNeeded) (:type :leaf) - |j $ {} (:at 1627927512357) (:by |rJG4IHzWf) (:text |last-child) (:type :leaf) - |T $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:text |.!scrollIntoViewIfNeeded) (:type :leaf) - |j $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:text |last-child) (:type :leaf) - |j $ {} (:at 1628161663272) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628161667760) (:by |rJG4IHzWf) (:text |.!scrollIntoView) (:type :leaf) - |j $ {} (:at 1628161669488) (:by |rJG4IHzWf) (:text |last-child) (:type :leaf) - |v $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:text |js/console.warn) (:type :leaf) - |j $ {} (:at 1627801007512) (:by |rJG4IHzWf) (:text "|\"no target") (:type :leaf) - |r $ {} (:at 1628161744014) (:by |rJG4IHzWf) (:text |100) (:type :leaf) - |slurp $ {} (:at 1627814852767) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627927509959) (:by |rJG4IHzWf) (:text |.-scrollIntoViewIfNeeded) + |j $ %{} :Leaf (:at 1627927512357) (:by |rJG4IHzWf) (:text |last-child) + |T $ %{} :Expr (:at 1627801007512) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627801007512) (:by |rJG4IHzWf) (:text |.!scrollIntoViewIfNeeded) + |j $ %{} :Leaf (:at 1627801007512) (:by |rJG4IHzWf) (:text |last-child) + |j $ %{} :Expr (:at 1628161663272) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1628161667760) (:by |rJG4IHzWf) (:text |.!scrollIntoView) + |j $ %{} :Leaf (:at 1628161669488) (:by |rJG4IHzWf) (:text |last-child) + |v $ %{} :Expr (:at 1627801007512) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627801007512) (:by |rJG4IHzWf) (:text |js/console.warn) + |j $ %{} :Leaf (:at 1627801007512) (:by |rJG4IHzWf) (:text "|\"no target") + |r $ %{} :Leaf (:at 1628161744014) (:by |rJG4IHzWf) (:text |100) + |slurp $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1701192533416) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627814858229) (:by |rJG4IHzWf) (:text |defmacro) (:type :leaf) - |j $ {} (:at 1627814852767) (:by |rJG4IHzWf) (:text |slurp) (:type :leaf) - |r $ {} (:at 1627814852767) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627814860021) (:by |rJG4IHzWf) (:text |path) (:type :leaf) - |t $ {} (:at 1627815506421) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |D $ {} (:at 1627829563114) (:by |rJG4IHzWf) (:text |;) (:type :leaf) - |T $ {} (:at 1627815507425) (:by |rJG4IHzWf) (:text |println) (:type :leaf) - |j $ {} (:at 1627815509556) (:by |rJG4IHzWf) (:text "|\"reading path") (:type :leaf) - |r $ {} (:at 1627815510363) (:by |rJG4IHzWf) (:text |path) (:type :leaf) - |v $ {} (:at 1627814860597) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627814864155) (:by |rJG4IHzWf) (:text |read-file) (:type :leaf) - |j $ {} (:at 1627814865941) (:by |rJG4IHzWf) (:text |path) (:type :leaf) - |speech! $ {} (:at 1627815242171) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701192536248) (:by |rJG4IHzWf) (:text |defmacro) + |b $ %{} :Leaf (:at 1701192533416) (:by |rJG4IHzWf) (:text |slurp) + |h $ %{} :Expr (:at 1701192533416) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701192538835) (:by |rJG4IHzWf) (:text |path) + |l $ %{} :Expr (:at 1701192540286) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701192542423) (:by |rJG4IHzWf) (:text |read-file) + |b $ %{} :Leaf (:at 1701192543733) (:by |rJG4IHzWf) (:text |path) + |speech! $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1627815242171) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815243754) (:by |rJG4IHzWf) (:text |defn) (:type :leaf) - |j $ {} (:at 1627815242171) (:by |rJG4IHzWf) (:text |speech!) (:type :leaf) - |r $ {} (:at 1627815242171) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627815243754) (:by |rJG4IHzWf) (:text |defn) + |j $ %{} :Leaf (:at 1627815242171) (:by |rJG4IHzWf) (:text |speech!) + |r $ %{} :Expr (:at 1627815242171) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815245662) (:by |rJG4IHzWf) (:text |text) (:type :leaf) - |j $ {} (:at 1627815247254) (:by |rJG4IHzWf) (:text |cb) (:type :leaf) - |v $ {} (:at 1627815247679) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627815245662) (:by |rJG4IHzWf) (:text |text) + |j $ %{} :Leaf (:at 1627815247254) (:by |rJG4IHzWf) (:text |cb) + |v $ %{} :Expr (:at 1627815247679) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815250050) (:by |rJG4IHzWf) (:text |let) (:type :leaf) - |j $ {} (:at 1627815250361) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627815250050) (:by |rJG4IHzWf) (:text |let) + |j $ %{} :Expr (:at 1627815250361) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815250533) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Expr (:at 1627815250533) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815251587) (:by |rJG4IHzWf) (:text |t) (:type :leaf) - |j $ {} (:at 1627815253080) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627815251587) (:by |rJG4IHzWf) (:text |t) + |j $ %{} :Expr (:at 1627815253080) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1627815256015) (:by |rJG4IHzWf) (:text |new) (:type :leaf) - |T $ {} (:at 1627815254539) (:by |rJG4IHzWf) (:text |js/window.SpeechSynthesisUtterance) (:type :leaf) - |j $ {} (:at 1627815257459) (:by |rJG4IHzWf) (:text |text) (:type :leaf) - |n $ {} (:at 1627815651793) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1627815256015) (:by |rJG4IHzWf) (:text |new) + |T $ %{} :Leaf (:at 1627815254539) (:by |rJG4IHzWf) (:text |js/window.SpeechSynthesisUtterance) + |j $ %{} :Leaf (:at 1627815257459) (:by |rJG4IHzWf) (:text |text) + |n $ %{} :Expr (:at 1627815651793) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815653073) (:by |rJG4IHzWf) (:text |set!) (:type :leaf) - |j $ {} (:at 1627815655116) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627815653073) (:by |rJG4IHzWf) (:text |set!) + |j $ %{} :Expr (:at 1627815655116) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815656190) (:by |rJG4IHzWf) (:text |.-lang) (:type :leaf) - |j $ {} (:at 1627815657493) (:by |rJG4IHzWf) (:text |t) (:type :leaf) - |r $ {} (:at 1627815661570) (:by |rJG4IHzWf) (:text "|\"zh-cn") (:type :leaf) - |p $ {} (:at 1627815691538) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627815656190) (:by |rJG4IHzWf) (:text |.-lang) + |j $ %{} :Leaf (:at 1627815657493) (:by |rJG4IHzWf) (:text |t) + |r $ %{} :Leaf (:at 1627815661570) (:by |rJG4IHzWf) (:text "|\"zh-cn") + |p $ %{} :Expr (:at 1627815691538) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815692381) (:by |rJG4IHzWf) (:text |set!) (:type :leaf) - |j $ {} (:at 1627815692802) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627815692381) (:by |rJG4IHzWf) (:text |set!) + |j $ %{} :Expr (:at 1627815692802) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815697066) (:by |rJG4IHzWf) (:text |.-rate) (:type :leaf) - |j $ {} (:at 1627815697726) (:by |rJG4IHzWf) (:text |t) (:type :leaf) - |r $ {} (:at 1628097741268) (:by |rJG4IHzWf) (:text |1.2) (:type :leaf) - |s $ {} (:at 1627816548070) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627815697066) (:by |rJG4IHzWf) (:text |.-rate) + |j $ %{} :Leaf (:at 1627815697726) (:by |rJG4IHzWf) (:text |t) + |r $ %{} :Leaf (:at 1628097741268) (:by |rJG4IHzWf) (:text |1.2) + |s $ %{} :Expr (:at 1627816548070) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1627816548618) (:by |rJG4IHzWf) (:text |let) (:type :leaf) - |L $ {} (:at 1627816548880) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1627816548618) (:by |rJG4IHzWf) (:text |let) + |L $ %{} :Expr (:at 1627816548880) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1627913878245) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Expr (:at 1627913878245) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627913880441) (:by |rJG4IHzWf) (:text |v0) (:type :leaf) - |j $ {} (:at 1627913880855) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627913880441) (:by |rJG4IHzWf) (:text |v0) + |j $ %{} :Expr (:at 1627913880855) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627913880855) (:by |rJG4IHzWf) (:text |js/window.speechSynthesis.getVoices) (:type :leaf) - |T $ {} (:at 1627816549071) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627913880855) (:by |rJG4IHzWf) (:text |js/window.speechSynthesis.getVoices) + |T $ %{} :Expr (:at 1627816549071) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627816549442) (:by |rJG4IHzWf) (:text |vs) (:type :leaf) - |j $ {} (:at 1627816562356) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627816549442) (:by |rJG4IHzWf) (:text |vs) + |j $ %{} :Expr (:at 1627816562356) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1627816571158) (:by |rJG4IHzWf) (:text |.!filter) (:type :leaf) - |T $ {} (:at 1627913885669) (:by |rJG4IHzWf) (:text |v0) (:type :leaf) - |j $ {} (:at 1627816572131) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1627816571158) (:by |rJG4IHzWf) (:text |.!filter) + |T $ %{} :Leaf (:at 1627913885669) (:by |rJG4IHzWf) (:text |v0) + |j $ %{} :Expr (:at 1627816572131) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627816572444) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |j $ {} (:at 1627816572709) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627816572444) (:by |rJG4IHzWf) (:text |fn) + |j $ %{} :Expr (:at 1627816572709) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627816573743) (:by |rJG4IHzWf) (:text |v) (:type :leaf) - |j $ {} (:at 1627816624756) (:by |rJG4IHzWf) (:text |i) (:type :leaf) - |r $ {} (:at 1627816630911) (:by |rJG4IHzWf) (:text |a) (:type :leaf) - |r $ {} (:at 1627816574416) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627816573743) (:by |rJG4IHzWf) (:text |v) + |j $ %{} :Leaf (:at 1627816624756) (:by |rJG4IHzWf) (:text |i) + |r $ %{} :Leaf (:at 1627816630911) (:by |rJG4IHzWf) (:text |a) + |r $ %{} :Expr (:at 1627816574416) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627816580173) (:by |rJG4IHzWf) (:text |.!includes) (:type :leaf) - |j $ {} (:at 1627816582675) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627816580173) (:by |rJG4IHzWf) (:text |.!includes) + |j $ %{} :Expr (:at 1627816582675) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1627816588233) (:by |rJG4IHzWf) (:text |.-lang) (:type :leaf) - |T $ {} (:at 1627816582417) (:by |rJG4IHzWf) (:text |v) (:type :leaf) - |r $ {} (:at 1627816591708) (:by |rJG4IHzWf) (:text "|\"zh") (:type :leaf) - |T $ {} (:at 1628000888855) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1627816588233) (:by |rJG4IHzWf) (:text |.-lang) + |T $ %{} :Leaf (:at 1627816582417) (:by |rJG4IHzWf) (:text |v) + |r $ %{} :Leaf (:at 1627816591708) (:by |rJG4IHzWf) (:text "|\"zh") + |T $ %{} :Expr (:at 1628000888855) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1628000889479) (:by |rJG4IHzWf) (:text |if) (:type :leaf) - |L $ {} (:at 1628000895335) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1628000889479) (:by |rJG4IHzWf) (:text |if) + |L $ %{} :Expr (:at 1628000895335) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1628000897573) (:by |rJG4IHzWf) (:text |some?) (:type :leaf) - |T $ {} (:at 1628000893758) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1628000897573) (:by |rJG4IHzWf) (:text |some?) + |T $ %{} :Expr (:at 1628000893758) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628000893758) (:by |rJG4IHzWf) (:text |aget) (:type :leaf) - |j $ {} (:at 1628000893758) (:by |rJG4IHzWf) (:text |vs) (:type :leaf) - |r $ {} (:at 1628000893758) (:by |rJG4IHzWf) (:text |3) (:type :leaf) - |T $ {} (:at 1627816201493) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628000893758) (:by |rJG4IHzWf) (:text |aget) + |j $ %{} :Leaf (:at 1628000893758) (:by |rJG4IHzWf) (:text |vs) + |r $ %{} :Leaf (:at 1628000893758) (:by |rJG4IHzWf) (:text |3) + |T $ %{} :Expr (:at 1627816201493) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627816202277) (:by |rJG4IHzWf) (:text |set!) (:type :leaf) - |j $ {} (:at 1627816202689) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627816202277) (:by |rJG4IHzWf) (:text |set!) + |j $ %{} :Expr (:at 1627816202689) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627816204132) (:by |rJG4IHzWf) (:text |.-voice) (:type :leaf) - |j $ {} (:at 1627816205576) (:by |rJG4IHzWf) (:text |t) (:type :leaf) - |r $ {} (:at 1627816216534) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627816204132) (:by |rJG4IHzWf) (:text |.-voice) + |j $ %{} :Leaf (:at 1627816205576) (:by |rJG4IHzWf) (:text |t) + |r $ %{} :Expr (:at 1627816216534) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1627816217709) (:by |rJG4IHzWf) (:text |aget) (:type :leaf) - |T $ {} (:at 1627816606411) (:by |rJG4IHzWf) (:text |vs) (:type :leaf) - |j $ {} (:at 1627816668164) (:by |rJG4IHzWf) (:text |3) (:type :leaf) - |j $ {} (:at 1628000899706) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1627816217709) (:by |rJG4IHzWf) (:text |aget) + |T $ %{} :Leaf (:at 1627816606411) (:by |rJG4IHzWf) (:text |vs) + |j $ %{} :Leaf (:at 1627816668164) (:by |rJG4IHzWf) (:text |3) + |j $ %{} :Expr (:at 1628000899706) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1628000905826) (:by |rJG4IHzWf) (:text |js/console.warn) + |j $ %{} :Leaf (:at 1628000909545) (:by |rJG4IHzWf) (:text "|\"no voice:") + |r $ %{} :Leaf (:at 1628000910527) (:by |rJG4IHzWf) (:text |v0) + |sT $ %{} :Expr (:at 1627816643403) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627816643403) (:by |rJG4IHzWf) (:text |js/window.speechSynthesis.speak) + |j $ %{} :Leaf (:at 1627816643403) (:by |rJG4IHzWf) (:text |t) + |t $ %{} :Expr (:at 1627815931120) (:by |rJG4IHzWf) + :data $ {} + |D $ %{} :Leaf (:at 1627815934159) (:by |rJG4IHzWf) (:text |set!) + |T $ %{} :Expr (:at 1627815957568) (:by |rJG4IHzWf) + :data $ {} + |D $ %{} :Leaf (:at 1627815959125) (:by |rJG4IHzWf) (:text |.-onend) + |T $ %{} :Leaf (:at 1627815963424) (:by |rJG4IHzWf) (:text |t) + |j $ %{} :Expr (:at 1627815935796) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627815937589) (:by |rJG4IHzWf) (:text |fn) + |j $ %{} :Expr (:at 1627815937954) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627815939119) (:by |rJG4IHzWf) (:text |event) + |r $ %{} :Expr (:at 1627815945185) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628000905826) (:by |rJG4IHzWf) (:text |js/console.warn) (:type :leaf) - |j $ {} (:at 1628000909545) (:by |rJG4IHzWf) (:text "|\"no voice:") (:type :leaf) - |r $ {} (:at 1628000910527) (:by |rJG4IHzWf) (:text |v0) (:type :leaf) - |sT $ {} (:at 1627816643403) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627815945185) (:by |rJG4IHzWf) (:text |js/setTimeout) + |j $ %{} :Leaf (:at 1627815945185) (:by |rJG4IHzWf) (:text |cb) + |r $ %{} :Leaf (:at 1627815949041) (:by |rJG4IHzWf) (:text |400) + |w $ %{} :Expr (:at 1627815931120) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627816643403) (:by |rJG4IHzWf) (:text |js/window.speechSynthesis.speak) (:type :leaf) - |j $ {} (:at 1627816643403) (:by |rJG4IHzWf) (:text |t) (:type :leaf) - |t $ {} (:at 1627815931120) (:by |rJG4IHzWf) (:type :expr) + |5 $ %{} :Leaf (:at 1628000470184) (:by |rJG4IHzWf) (:text |;) + |D $ %{} :Leaf (:at 1627815934159) (:by |rJG4IHzWf) (:text |set!) + |T $ %{} :Expr (:at 1627815957568) (:by |rJG4IHzWf) + :data $ {} + |D $ %{} :Leaf (:at 1627999956354) (:by |rJG4IHzWf) (:text |.-onerror) + |T $ %{} :Leaf (:at 1627815963424) (:by |rJG4IHzWf) (:text |t) + |j $ %{} :Expr (:at 1627815935796) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627815937589) (:by |rJG4IHzWf) (:text |fn) + |j $ %{} :Expr (:at 1627815937954) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627815939119) (:by |rJG4IHzWf) (:text |event) + |n $ %{} :Expr (:at 1627999960084) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627999966586) (:by |rJG4IHzWf) (:text |js/console.log) + |j $ %{} :Leaf (:at 1627999976636) (:by |rJG4IHzWf) (:text "|\"speech error:") + |r $ %{} :Leaf (:at 1627999975760) (:by |rJG4IHzWf) (:text |event) + |r $ %{} :Expr (:at 1627815945185) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627815945185) (:by |rJG4IHzWf) (:text |js/setTimeout) + |j $ %{} :Leaf (:at 1627815945185) (:by |rJG4IHzWf) (:text |cb) + |r $ %{} :Leaf (:at 1627815949041) (:by |rJG4IHzWf) (:text |400) + |wT $ %{} :Expr (:at 1627815931120) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1627815934159) (:by |rJG4IHzWf) (:text |set!) (:type :leaf) - |T $ {} (:at 1627815957568) (:by |rJG4IHzWf) (:type :expr) + |5 $ %{} :Leaf (:at 1628000460279) (:by |rJG4IHzWf) (:text |;) + |D $ %{} :Leaf (:at 1627815934159) (:by |rJG4IHzWf) (:text |set!) + |T $ %{} :Expr (:at 1627815957568) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1627815959125) (:by |rJG4IHzWf) (:text |.-onend) (:type :leaf) - |T $ {} (:at 1627815963424) (:by |rJG4IHzWf) (:text |t) (:type :leaf) - |j $ {} (:at 1627815935796) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1628000044657) (:by |rJG4IHzWf) (:text |.-onboundary) + |T $ %{} :Leaf (:at 1627815963424) (:by |rJG4IHzWf) (:text |t) + |j $ %{} :Expr (:at 1627815935796) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815937589) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |j $ {} (:at 1627815937954) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627815937589) (:by |rJG4IHzWf) (:text |fn) + |j $ %{} :Expr (:at 1627815937954) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627815939119) (:by |rJG4IHzWf) (:text |event) + |n $ %{} :Expr (:at 1627999960084) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815939119) (:by |rJG4IHzWf) (:text |event) (:type :leaf) - |r $ {} (:at 1627815945185) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627999966586) (:by |rJG4IHzWf) (:text |js/console.log) + |j $ %{} :Leaf (:at 1628000047792) (:by |rJG4IHzWf) (:text "|\"speech boundary:") + |r $ %{} :Leaf (:at 1627999975760) (:by |rJG4IHzWf) (:text |event) + |r $ %{} :Expr (:at 1627815945185) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815945185) (:by |rJG4IHzWf) (:text |js/setTimeout) (:type :leaf) - |j $ {} (:at 1627815945185) (:by |rJG4IHzWf) (:text |cb) (:type :leaf) - |r $ {} (:at 1627815949041) (:by |rJG4IHzWf) (:text |400) (:type :leaf) - |w $ {} (:at 1627815931120) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627815945185) (:by |rJG4IHzWf) (:text |js/setTimeout) + |j $ %{} :Leaf (:at 1627815945185) (:by |rJG4IHzWf) (:text |cb) + |r $ %{} :Leaf (:at 1628000053666) (:by |rJG4IHzWf) (:text |1000) + |xD $ %{} :Expr (:at 1627815931120) (:by |rJG4IHzWf) :data $ {} - |5 $ {} (:at 1628000470184) (:by |rJG4IHzWf) (:text |;) (:type :leaf) - |D $ {} (:at 1627815934159) (:by |rJG4IHzWf) (:text |set!) (:type :leaf) - |T $ {} (:at 1627815957568) (:by |rJG4IHzWf) (:type :expr) + |5 $ %{} :Leaf (:at 1628000459272) (:by |rJG4IHzWf) (:text |;) + |D $ %{} :Leaf (:at 1627815934159) (:by |rJG4IHzWf) (:text |set!) + |T $ %{} :Expr (:at 1627815957568) (:by |rJG4IHzWf) + :data $ {} + |D $ %{} :Leaf (:at 1628000088513) (:by |rJG4IHzWf) (:text |.-onpause) + |T $ %{} :Leaf (:at 1627815963424) (:by |rJG4IHzWf) (:text |t) + |j $ %{} :Expr (:at 1627815935796) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1627999956354) (:by |rJG4IHzWf) (:text |.-onerror) (:type :leaf) - |T $ {} (:at 1627815963424) (:by |rJG4IHzWf) (:text |t) (:type :leaf) - |j $ {} (:at 1627815935796) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627815937589) (:by |rJG4IHzWf) (:text |fn) + |j $ %{} :Expr (:at 1627815937954) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627815939119) (:by |rJG4IHzWf) (:text |event) + |n $ %{} :Expr (:at 1627999960084) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627999966586) (:by |rJG4IHzWf) (:text |js/console.log) + |j $ %{} :Leaf (:at 1628000092550) (:by |rJG4IHzWf) (:text "|\"speech pause:") + |r $ %{} :Leaf (:at 1627999975760) (:by |rJG4IHzWf) (:text |event) + |r $ %{} :Expr (:at 1627815945185) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627815945185) (:by |rJG4IHzWf) (:text |js/setTimeout) + |j $ %{} :Leaf (:at 1627815945185) (:by |rJG4IHzWf) (:text |cb) + |r $ %{} :Leaf (:at 1628000053666) (:by |rJG4IHzWf) (:text |1000) + |style-avatar $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1701193080659) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193081829) (:by |rJG4IHzWf) (:text |defstyle) + |b $ %{} :Leaf (:at 1701193080659) (:by |rJG4IHzWf) (:text |style-avatar) + |h $ %{} :Expr (:at 1701193082781) (:by |rJG4IHzWf) + :data $ {} + |D $ %{} :Leaf (:at 1701193083333) (:by |rJG4IHzWf) (:text |{}) + |T $ %{} :Expr (:at 1701193083746) (:by |rJG4IHzWf) + :data $ {} + |D $ %{} :Leaf (:at 1701193084934) (:by |rJG4IHzWf) (:text "|\"&") + |T $ %{} :Expr (:at 1701193082455) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815937589) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |j $ {} (:at 1627815937954) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701193082455) (:by |rJG4IHzWf) (:text |{}) + |b $ %{} :Expr (:at 1701193082455) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193082455) (:by |rJG4IHzWf) (:text |:width) + |b $ %{} :Leaf (:at 1701193082455) (:by |rJG4IHzWf) (:text |40) + |h $ %{} :Expr (:at 1701193082455) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815939119) (:by |rJG4IHzWf) (:text |event) (:type :leaf) - |n $ {} (:at 1627999960084) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701193082455) (:by |rJG4IHzWf) (:text |:height) + |b $ %{} :Leaf (:at 1701193082455) (:by |rJG4IHzWf) (:text |40) + |l $ %{} :Expr (:at 1701193082455) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627999966586) (:by |rJG4IHzWf) (:text |js/console.log) (:type :leaf) - |j $ {} (:at 1627999976636) (:by |rJG4IHzWf) (:text "|\"speech error:") (:type :leaf) - |r $ {} (:at 1627999975760) (:by |rJG4IHzWf) (:text |event) (:type :leaf) - |r $ {} (:at 1627815945185) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701193082455) (:by |rJG4IHzWf) (:text |:border) + |b $ %{} :Expr (:at 1701193082455) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193082455) (:by |rJG4IHzWf) (:text |str) + |b $ %{} :Leaf (:at 1701193082455) (:by |rJG4IHzWf) (:text "|\"1px solid ") + |h $ %{} :Expr (:at 1701193082455) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193082455) (:by |rJG4IHzWf) (:text |hsl) + |b $ %{} :Leaf (:at 1701193082455) (:by |rJG4IHzWf) (:text |0) + |h $ %{} :Leaf (:at 1701193082455) (:by |rJG4IHzWf) (:text |0) + |l $ %{} :Leaf (:at 1701193082455) (:by |rJG4IHzWf) (:text |90) + |o $ %{} :Expr (:at 1701193082455) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193082455) (:by |rJG4IHzWf) (:text |:border-radius) + |b $ %{} :Leaf (:at 1701193082455) (:by |rJG4IHzWf) (:text "|\"2px") + |style-entry $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1701192886315) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701192889721) (:by |rJG4IHzWf) (:text |defstyle) + |b $ %{} :Leaf (:at 1701192886315) (:by |rJG4IHzWf) (:text |style-entry) + |h $ %{} :Expr (:at 1701192890756) (:by |rJG4IHzWf) + :data $ {} + |D $ %{} :Leaf (:at 1701192891324) (:by |rJG4IHzWf) (:text |{}) + |T $ %{} :Expr (:at 1701192891827) (:by |rJG4IHzWf) + :data $ {} + |D $ %{} :Leaf (:at 1701192893373) (:by |rJG4IHzWf) (:text "|\"&") + |T $ %{} :Expr (:at 1701192890471) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701192890471) (:by |rJG4IHzWf) (:text |{}) + |b $ %{} :Expr (:at 1701192890471) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815945185) (:by |rJG4IHzWf) (:text |js/setTimeout) (:type :leaf) - |j $ {} (:at 1627815945185) (:by |rJG4IHzWf) (:text |cb) (:type :leaf) - |r $ {} (:at 1627815949041) (:by |rJG4IHzWf) (:text |400) (:type :leaf) - |wT $ {} (:at 1627815931120) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701192890471) (:by |rJG4IHzWf) (:text |:cursor) + |b $ %{} :Leaf (:at 1701192890471) (:by |rJG4IHzWf) (:text |:pointer) + |h $ %{} :Expr (:at 1701192890471) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701192890471) (:by |rJG4IHzWf) (:text |:padding) + |b $ %{} :Leaf (:at 1701192890471) (:by |rJG4IHzWf) (:text "|\"0 8px") + |style-ep-no $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1701193263748) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193268109) (:by |rJG4IHzWf) (:text |defstyle) + |b $ %{} :Leaf (:at 1701193287818) (:by |rJG4IHzWf) (:text |style-ep-no) + |h $ %{} :Expr (:at 1701193269183) (:by |rJG4IHzWf) + :data $ {} + |D $ %{} :Leaf (:at 1701193269700) (:by |rJG4IHzWf) (:text |{}) + |T $ %{} :Expr (:at 1701193270224) (:by |rJG4IHzWf) :data $ {} - |5 $ {} (:at 1628000460279) (:by |rJG4IHzWf) (:text |;) (:type :leaf) - |D $ {} (:at 1627815934159) (:by |rJG4IHzWf) (:text |set!) (:type :leaf) - |T $ {} (:at 1627815957568) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1701193271494) (:by |rJG4IHzWf) (:text "|\"&") + |T $ %{} :Expr (:at 1701193268922) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1628000044657) (:by |rJG4IHzWf) (:text |.-onboundary) (:type :leaf) - |T $ {} (:at 1627815963424) (:by |rJG4IHzWf) (:text |t) (:type :leaf) - |j $ {} (:at 1627815935796) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701193268922) (:by |rJG4IHzWf) (:text |{}) + |b $ %{} :Expr (:at 1701193268922) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193268922) (:by |rJG4IHzWf) (:text |:color) + |b $ %{} :Expr (:at 1701193268922) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193268922) (:by |rJG4IHzWf) (:text |hsl) + |b $ %{} :Leaf (:at 1701193268922) (:by |rJG4IHzWf) (:text |0) + |h $ %{} :Leaf (:at 1701193268922) (:by |rJG4IHzWf) (:text |0) + |l $ %{} :Leaf (:at 1701193268922) (:by |rJG4IHzWf) (:text |70) + |h $ %{} :Expr (:at 1701193268922) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193268922) (:by |rJG4IHzWf) (:text |:font-size) + |b $ %{} :Leaf (:at 1701193268922) (:by |rJG4IHzWf) (:text |12) + |l $ %{} :Expr (:at 1701193268922) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193268922) (:by |rJG4IHzWf) (:text |:font-family) + |b $ %{} :Leaf (:at 1701193268922) (:by |rJG4IHzWf) (:text |ui/font-code) + |style-floor $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1701193141522) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193142738) (:by |rJG4IHzWf) (:text |defstyle) + |b $ %{} :Leaf (:at 1701193141522) (:by |rJG4IHzWf) (:text |style-floor) + |h $ %{} :Expr (:at 1701193143575) (:by |rJG4IHzWf) + :data $ {} + |D $ %{} :Leaf (:at 1701193145061) (:by |rJG4IHzWf) (:text |{}) + |T $ %{} :Expr (:at 1701193145446) (:by |rJG4IHzWf) + :data $ {} + |D $ %{} :Leaf (:at 1701193146550) (:by |rJG4IHzWf) (:text "|\"&") + |T $ %{} :Expr (:at 1701193143342) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193143342) (:by |rJG4IHzWf) (:text |{}) + |b $ %{} :Expr (:at 1701193143342) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193143342) (:by |rJG4IHzWf) (:text |:font-size) + |b $ %{} :Leaf (:at 1701193143342) (:by |rJG4IHzWf) (:text |10) + |h $ %{} :Expr (:at 1701193143342) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193143342) (:by |rJG4IHzWf) (:text |:color) + |b $ %{} :Expr (:at 1701193143342) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193143342) (:by |rJG4IHzWf) (:text |hsl) + |b $ %{} :Leaf (:at 1701193143342) (:by |rJG4IHzWf) (:text |0) + |h $ %{} :Leaf (:at 1701193143342) (:by |rJG4IHzWf) (:text |0) + |l $ %{} :Leaf (:at 1701193143342) (:by |rJG4IHzWf) (:text |80) + |l $ %{} :Expr (:at 1701193143342) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193143342) (:by |rJG4IHzWf) (:text |:font-family) + |b $ %{} :Leaf (:at 1701193143342) (:by |rJG4IHzWf) (:text |ui/font-code) + |style-header $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1701193000357) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193001455) (:by |rJG4IHzWf) (:text |defstyle) + |b $ %{} :Leaf (:at 1701193000357) (:by |rJG4IHzWf) (:text |style-header) + |h $ %{} :Expr (:at 1701193002627) (:by |rJG4IHzWf) + :data $ {} + |D $ %{} :Leaf (:at 1701193003120) (:by |rJG4IHzWf) (:text |{}) + |T $ %{} :Expr (:at 1701193003605) (:by |rJG4IHzWf) + :data $ {} + |D $ %{} :Leaf (:at 1701193004722) (:by |rJG4IHzWf) (:text "|\"&") + |T $ %{} :Expr (:at 1701193002310) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193002310) (:by |rJG4IHzWf) (:text |{}) + |b $ %{} :Expr (:at 1701193002310) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193002310) (:by |rJG4IHzWf) (:text |:padding) + |b $ %{} :Leaf (:at 1701193002310) (:by |rJG4IHzWf) (:text "|\"4px 6px") + |h $ %{} :Expr (:at 1701193002310) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193002310) (:by |rJG4IHzWf) (:text |:font-weight) + |b $ %{} :Leaf (:at 1701193002310) (:by |rJG4IHzWf) (:text |300) + |l $ %{} :Expr (:at 1701193002310) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193002310) (:by |rJG4IHzWf) (:text |:font-size) + |b $ %{} :Leaf (:at 1701193002310) (:by |rJG4IHzWf) (:text |16) + |o $ %{} :Expr (:at 1701193002310) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193002310) (:by |rJG4IHzWf) (:text |:background-color) + |b $ %{} :Expr (:at 1701193002310) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193002310) (:by |rJG4IHzWf) (:text |hsl) + |b $ %{} :Leaf (:at 1701193002310) (:by |rJG4IHzWf) (:text |0) + |h $ %{} :Leaf (:at 1701193002310) (:by |rJG4IHzWf) (:text |0) + |l $ %{} :Leaf (:at 1701193002310) (:by |rJG4IHzWf) (:text |97) + |q $ %{} :Expr (:at 1701193002310) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193002310) (:by |rJG4IHzWf) (:text |:border-bottom) + |b $ %{} :Expr (:at 1701193002310) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193002310) (:by |rJG4IHzWf) (:text |str) + |b $ %{} :Leaf (:at 1701193002310) (:by |rJG4IHzWf) (:text "|\"1px solid ") + |h $ %{} :Expr (:at 1701193002310) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193002310) (:by |rJG4IHzWf) (:text |hsl) + |b $ %{} :Leaf (:at 1701193002310) (:by |rJG4IHzWf) (:text |0) + |h $ %{} :Leaf (:at 1701193002310) (:by |rJG4IHzWf) (:text |0) + |l $ %{} :Leaf (:at 1701193002310) (:by |rJG4IHzWf) (:text |90) + |style-message $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1701193163680) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193164914) (:by |rJG4IHzWf) (:text |defstyle) + |b $ %{} :Leaf (:at 1701193163680) (:by |rJG4IHzWf) (:text |style-message) + |h $ %{} :Expr (:at 1701193165747) (:by |rJG4IHzWf) + :data $ {} + |D $ %{} :Leaf (:at 1701193166286) (:by |rJG4IHzWf) (:text |{}) + |T $ %{} :Expr (:at 1701193166728) (:by |rJG4IHzWf) + :data $ {} + |D $ %{} :Leaf (:at 1701193167864) (:by |rJG4IHzWf) (:text "|\"&") + |T $ %{} :Expr (:at 1701193165544) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193165544) (:by |rJG4IHzWf) (:text |{}) + |b $ %{} :Expr (:at 1701193165544) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193165544) (:by |rJG4IHzWf) (:text |:color) + |b $ %{} :Expr (:at 1701193165544) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193165544) (:by |rJG4IHzWf) (:text |hsl) + |b $ %{} :Leaf (:at 1701193165544) (:by |rJG4IHzWf) (:text |0) + |h $ %{} :Leaf (:at 1701193165544) (:by |rJG4IHzWf) (:text |0) + |l $ %{} :Leaf (:at 1701193165544) (:by |rJG4IHzWf) (:text |40) + |h $ %{} :Expr (:at 1701193165544) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193165544) (:by |rJG4IHzWf) (:text |:font-size) + |b $ %{} :Leaf (:at 1701193165544) (:by |rJG4IHzWf) (:text |16) + |l $ %{} :Expr (:at 1701193165544) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193165544) (:by |rJG4IHzWf) (:text |:line-height) + |b $ %{} :Leaf (:at 1701193165544) (:by |rJG4IHzWf) (:text "|\"24px") + |style-message-area $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1701193217025) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193218157) (:by |rJG4IHzWf) (:text |defstyle) + |b $ %{} :Leaf (:at 1701193217025) (:by |rJG4IHzWf) (:text |style-message-area) + |h $ %{} :Expr (:at 1701193219219) (:by |rJG4IHzWf) + :data $ {} + |D $ %{} :Leaf (:at 1701193219740) (:by |rJG4IHzWf) (:text |{}) + |T $ %{} :Expr (:at 1701193220137) (:by |rJG4IHzWf) + :data $ {} + |D $ %{} :Leaf (:at 1701193221219) (:by |rJG4IHzWf) (:text "|\"&") + |T $ %{} :Expr (:at 1701193218942) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815937589) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |j $ {} (:at 1627815937954) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701193218942) (:by |rJG4IHzWf) (:text |{}) + |b $ %{} :Expr (:at 1701193218942) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815939119) (:by |rJG4IHzWf) (:text |event) (:type :leaf) - |n $ {} (:at 1627999960084) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701193218942) (:by |rJG4IHzWf) (:text |:color) + |b $ %{} :Expr (:at 1701193218942) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193218942) (:by |rJG4IHzWf) (:text |hsl) + |b $ %{} :Leaf (:at 1701193218942) (:by |rJG4IHzWf) (:text |0) + |h $ %{} :Leaf (:at 1701193218942) (:by |rJG4IHzWf) (:text |0) + |l $ %{} :Leaf (:at 1701193218942) (:by |rJG4IHzWf) (:text |70) + |h $ %{} :Expr (:at 1701193218942) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627999966586) (:by |rJG4IHzWf) (:text |js/console.log) (:type :leaf) - |j $ {} (:at 1628000047792) (:by |rJG4IHzWf) (:text "|\"speech boundary:") (:type :leaf) - |r $ {} (:at 1627999975760) (:by |rJG4IHzWf) (:text |event) (:type :leaf) - |r $ {} (:at 1627815945185) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701193218942) (:by |rJG4IHzWf) (:text |:font-size) + |b $ %{} :Leaf (:at 1701193218942) (:by |rJG4IHzWf) (:text |12) + |l $ %{} :Expr (:at 1701193218942) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815945185) (:by |rJG4IHzWf) (:text |js/setTimeout) (:type :leaf) - |j $ {} (:at 1627815945185) (:by |rJG4IHzWf) (:text |cb) (:type :leaf) - |r $ {} (:at 1628000053666) (:by |rJG4IHzWf) (:text |1000) (:type :leaf) - |xD $ {} (:at 1627815931120) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701193218942) (:by |rJG4IHzWf) (:text |:line-height) + |b $ %{} :Leaf (:at 1701193218942) (:by |rJG4IHzWf) (:text "|\"18px") + |style-message-code $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1701193183921) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193185154) (:by |rJG4IHzWf) (:text |defstyle) + |b $ %{} :Leaf (:at 1701193183921) (:by |rJG4IHzWf) (:text |style-message-code) + |h $ %{} :Expr (:at 1701193186068) (:by |rJG4IHzWf) + :data $ {} + |D $ %{} :Leaf (:at 1701193187007) (:by |rJG4IHzWf) (:text |{}) + |T $ %{} :Expr (:at 1701193188317) (:by |rJG4IHzWf) :data $ {} - |5 $ {} (:at 1628000459272) (:by |rJG4IHzWf) (:text |;) (:type :leaf) - |D $ {} (:at 1627815934159) (:by |rJG4IHzWf) (:text |set!) (:type :leaf) - |T $ {} (:at 1627815957568) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1701193189591) (:by |rJG4IHzWf) (:text "|\"&") + |T $ %{} :Expr (:at 1701193185845) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1628000088513) (:by |rJG4IHzWf) (:text |.-onpause) (:type :leaf) - |T $ {} (:at 1627815963424) (:by |rJG4IHzWf) (:text |t) (:type :leaf) - |j $ {} (:at 1627815935796) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701193185845) (:by |rJG4IHzWf) (:text |{}) + |b $ %{} :Expr (:at 1701193185845) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193185845) (:by |rJG4IHzWf) (:text |:font-size) + |b $ %{} :Leaf (:at 1701193185845) (:by |rJG4IHzWf) (:text |14) + |h $ %{} :Expr (:at 1701193185845) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193185845) (:by |rJG4IHzWf) (:text |:margin) + |b $ %{} :Leaf (:at 1701193185845) (:by |rJG4IHzWf) (:text |0) + |l $ %{} :Expr (:at 1701193185845) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193185845) (:by |rJG4IHzWf) (:text |:border-radius) + |b $ %{} :Leaf (:at 1701193185845) (:by |rJG4IHzWf) (:text "|\"4px") + |o $ %{} :Expr (:at 1701193185845) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193185845) (:by |rJG4IHzWf) (:text |:border) + |b $ %{} :Expr (:at 1701193185845) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193185845) (:by |rJG4IHzWf) (:text |str) + |b $ %{} :Leaf (:at 1701193185845) (:by |rJG4IHzWf) (:text "|\"1px solid ") + |h $ %{} :Expr (:at 1701193185845) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193185845) (:by |rJG4IHzWf) (:text |hsl) + |b $ %{} :Leaf (:at 1701193185845) (:by |rJG4IHzWf) (:text |0) + |h $ %{} :Leaf (:at 1701193185845) (:by |rJG4IHzWf) (:text |0) + |l $ %{} :Leaf (:at 1701193185845) (:by |rJG4IHzWf) (:text |90) + |q $ %{} :Expr (:at 1701193185845) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701193185845) (:by |rJG4IHzWf) (:text |:padding) + |b $ %{} :Leaf (:at 1701193185845) (:by |rJG4IHzWf) (:text "|\"6px 8px") + |style-message-count $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1701192858836) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701192860818) (:by |rJG4IHzWf) (:text |defstyle) + |b $ %{} :Leaf (:at 1701192858836) (:by |rJG4IHzWf) (:text |style-message-count) + |h $ %{} :Expr (:at 1701192861846) (:by |rJG4IHzWf) + :data $ {} + |D $ %{} :Leaf (:at 1701192862316) (:by |rJG4IHzWf) (:text |{}) + |T $ %{} :Expr (:at 1701192936748) (:by |rJG4IHzWf) + :data $ {} + |D $ %{} :Leaf (:at 1701192937980) (:by |rJG4IHzWf) (:text "|\"&") + |T $ %{} :Expr (:at 1701192861532) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815937589) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |j $ {} (:at 1627815937954) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701192861532) (:by |rJG4IHzWf) (:text |{}) + |b $ %{} :Expr (:at 1701192861532) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701192861532) (:by |rJG4IHzWf) (:text |:font-size) + |b $ %{} :Leaf (:at 1701192861532) (:by |rJG4IHzWf) (:text |12) + |h $ %{} :Expr (:at 1701192861532) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701192861532) (:by |rJG4IHzWf) (:text |:background-color) + |b $ %{} :Expr (:at 1701192861532) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701192861532) (:by |rJG4IHzWf) (:text |hsl) + |b $ %{} :Leaf (:at 1701192861532) (:by |rJG4IHzWf) (:text |200) + |h $ %{} :Leaf (:at 1701192861532) (:by |rJG4IHzWf) (:text |60) + |l $ %{} :Leaf (:at 1701192861532) (:by |rJG4IHzWf) (:text |85) + |l $ %{} :Expr (:at 1701192861532) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701192861532) (:by |rJG4IHzWf) (:text |:color) + |b $ %{} :Leaf (:at 1701192861532) (:by |rJG4IHzWf) (:text |:white) + |o $ %{} :Expr (:at 1701192861532) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815939119) (:by |rJG4IHzWf) (:text |event) (:type :leaf) - |n $ {} (:at 1627999960084) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701192861532) (:by |rJG4IHzWf) (:text |:padding) + |b $ %{} :Leaf (:at 1701192861532) (:by |rJG4IHzWf) (:text "|\"0px 5px") + |q $ %{} :Expr (:at 1701192861532) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627999966586) (:by |rJG4IHzWf) (:text |js/console.log) (:type :leaf) - |j $ {} (:at 1628000092550) (:by |rJG4IHzWf) (:text "|\"speech pause:") (:type :leaf) - |r $ {} (:at 1627999975760) (:by |rJG4IHzWf) (:text |event) (:type :leaf) - |r $ {} (:at 1627815945185) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701192861532) (:by |rJG4IHzWf) (:text |:border-radius) + |b $ %{} :Leaf (:at 1701192861532) (:by |rJG4IHzWf) (:text "|\"8px") + |s $ %{} :Expr (:at 1701192861532) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627815945185) (:by |rJG4IHzWf) (:text |js/setTimeout) (:type :leaf) - |j $ {} (:at 1627815945185) (:by |rJG4IHzWf) (:text |cb) (:type :leaf) - |r $ {} (:at 1628000053666) (:by |rJG4IHzWf) (:text |1000) (:type :leaf) - |swap-messages $ {} (:at 1628703516013) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701192861532) (:by |rJG4IHzWf) (:text |:line-height) + |b $ %{} :Leaf (:at 1701192861532) (:by |rJG4IHzWf) (:text "|\"16px") + |swap-messages $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1628703516013) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628703516013) (:by |rJG4IHzWf) (:text |defn) (:type :leaf) - |j $ {} (:at 1628703516013) (:by |rJG4IHzWf) (:text |swap-messages) (:type :leaf) - |r $ {} (:at 1628703516013) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703516013) (:by |rJG4IHzWf) (:text |messages) (:type :leaf) - |j $ {} (:at 1628703516013) (:by |rJG4IHzWf) (:text |d!) (:type :leaf) - |v $ {} (:at 1628703516013) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703516013) (:by |rJG4IHzWf) (:text |d!) (:type :leaf) - |j $ {} (:at 1628703516013) (:by |rJG4IHzWf) (:text |:swap-messages) (:type :leaf) - |r $ {} (:at 1628703516013) (:by |rJG4IHzWf) (:text |messages) (:type :leaf) - |url-pattern $ {} (:at 1627905666442) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628703516013) (:by |rJG4IHzWf) (:text |defn) + |j $ %{} :Leaf (:at 1628703516013) (:by |rJG4IHzWf) (:text |swap-messages) + |r $ %{} :Expr (:at 1628703516013) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1628703516013) (:by |rJG4IHzWf) (:text |messages) + |j $ %{} :Leaf (:at 1628703516013) (:by |rJG4IHzWf) (:text |d!) + |v $ %{} :Expr (:at 1628703516013) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1628703516013) (:by |rJG4IHzWf) (:text |d!) + |j $ %{} :Leaf (:at 1628703516013) (:by |rJG4IHzWf) (:text |:swap-messages) + |r $ %{} :Leaf (:at 1628703516013) (:by |rJG4IHzWf) (:text |messages) + |url-pattern $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1627905666442) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627905666442) (:by |rJG4IHzWf) (:text |def) (:type :leaf) - |j $ {} (:at 1627905666442) (:by |rJG4IHzWf) (:text |url-pattern) (:type :leaf) - |r $ {} (:at 1627905666442) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627905668811) (:by |rJG4IHzWf) (:text |new) (:type :leaf) - |j $ {} (:at 1627905672705) (:by |rJG4IHzWf) (:text |js/RegExp) (:type :leaf) - |r $ {} (:at 1630256938844) (:by |rJG4IHzWf) (:text "|\"https?:[\\w\\d\\/_#\\.\\=\\?\\-\\%]+") (:type :leaf) - :ns $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1627905666442) (:by |rJG4IHzWf) (:text |def) + |j $ %{} :Leaf (:at 1627905666442) (:by |rJG4IHzWf) (:text |url-pattern) + |r $ %{} :Expr (:at 1627905666442) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627905668811) (:by |rJG4IHzWf) (:text |new) + |j $ %{} :Leaf (:at 1627905672705) (:by |rJG4IHzWf) (:text |js/RegExp) + |r $ %{} :Leaf (:at 1630256938844) (:by |rJG4IHzWf) (:text "|\"https?:[\\w\\d\\/_#\\.\\=\\?\\-\\%]+") + :ns $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1499755354983) (:by |root) (:text |ns) (:type :leaf) - |j $ {} (:at 1499755354983) (:by |root) (:text |app.comp.container) (:type :leaf) - |v $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |ns) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |app.comp.container) + |v $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1499755354983) (:by |root) (:text |:require) (:type :leaf) - |r $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |:require) + |r $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |j $ {} (:at 1516527080962) (:by |root) (:text |respo-ui.core) (:type :leaf) - |r $ {} (:at 1499755354983) (:by |root) (:text |:as) (:type :leaf) - |v $ {} (:at 1499755354983) (:by |root) (:text |ui) (:type :leaf) - |t $ {} (:at 1627800943709) (:by |rJG4IHzWf) (:type :expr) + |j $ %{} :Leaf (:at 1516527080962) (:by |root) (:text |respo-ui.core) + |r $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |:as) + |v $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |ui) + |s $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1627800946723) (:by |rJG4IHzWf) (:text |respo-ui.core) (:type :leaf) - |j $ {} (:at 1627800948063) (:by |rJG4IHzWf) (:text |:refer) (:type :leaf) - |r $ {} (:at 1627800948672) (:by |rJG4IHzWf) (:type :expr) + |j $ %{} :Leaf (:at 1701192814303) (:by |rJG4IHzWf) (:text |respo-ui.css) + |r $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |:as) + |v $ %{} :Leaf (:at 1701192815359) (:by |rJG4IHzWf) (:text |css) + |sT $ %{} :Expr (:at 1701192866270) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701192867386) (:by |rJG4IHzWf) (:text |respo.css) + |b $ %{} :Leaf (:at 1701192868101) (:by |rJG4IHzWf) (:text |:refer) + |h $ %{} :Expr (:at 1701192868321) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701192869314) (:by |rJG4IHzWf) (:text |defstyle) + |t $ %{} :Expr (:at 1627800943709) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627800946723) (:by |rJG4IHzWf) (:text |respo-ui.core) + |j $ %{} :Leaf (:at 1627800948063) (:by |rJG4IHzWf) (:text |:refer) + |r $ %{} :Expr (:at 1627800948672) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627800950177) (:by |rJG4IHzWf) (:text |hsl) (:type :leaf) - |v $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1627800950177) (:by |rJG4IHzWf) (:text |hsl) + |v $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |j $ {} (:at 1540958704705) (:by |root) (:text |respo.core) (:type :leaf) - |r $ {} (:at 1508946162679) (:by |root) (:text |:refer) (:type :leaf) - |v $ {} (:at 1499755354983) (:type :expr) + |j $ %{} :Leaf (:at 1540958704705) (:by |root) (:text |respo.core) + |r $ %{} :Leaf (:at 1508946162679) (:by |root) (:text |:refer) + |v $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |j $ {} (:at 1499755354983) (:by |root) (:text |defcomp) (:type :leaf) - |l $ {} (:at 1573355389740) (:by |rJG4IHzWf) (:text |defeffect) (:type :leaf) - |r $ {} (:at 1499755354983) (:by |root) (:text |<>) (:type :leaf) - |t $ {} (:at 1584780606618) (:by |rJG4IHzWf) (:text |>>) (:type :leaf) - |u $ {} (:at 1627906663968) (:by |rJG4IHzWf) (:text |a) (:type :leaf) - |v $ {} (:at 1499755354983) (:by |root) (:text |div) (:type :leaf) - |x $ {} (:at 1499755354983) (:by |root) (:text |button) (:type :leaf) - |xT $ {} (:at 1512359490531) (:by |rJG4IHzWf) (:text |textarea) (:type :leaf) - |y $ {} (:at 1499755354983) (:by |root) (:text |span) (:type :leaf) - |yT $ {} (:at 1552321107012) (:by |rJG4IHzWf) (:text |input) (:type :leaf) - |yj $ {} (:at 1627800962129) (:by |rJG4IHzWf) (:text |list->) (:type :leaf) - |yr $ {} (:at 1627829112488) (:by |rJG4IHzWf) (:text |create-element) (:type :leaf) - |yv $ {} (:at 1628342827737) (:by |rJG4IHzWf) (:text |pre) (:type :leaf) - |yx $ {} (:at 1628342828376) (:by |rJG4IHzWf) (:text |code) (:type :leaf) - |x $ {} (:at 1499755354983) (:type :expr) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |defcomp) + |l $ %{} :Leaf (:at 1573355389740) (:by |rJG4IHzWf) (:text |defeffect) + |r $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |<>) + |t $ %{} :Leaf (:at 1584780606618) (:by |rJG4IHzWf) (:text |>>) + |u $ %{} :Leaf (:at 1627906663968) (:by |rJG4IHzWf) (:text |a) + |v $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |div) + |x $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |button) + |xT $ %{} :Leaf (:at 1512359490531) (:by |rJG4IHzWf) (:text |textarea) + |y $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |span) + |yT $ %{} :Leaf (:at 1552321107012) (:by |rJG4IHzWf) (:text |input) + |yj $ %{} :Leaf (:at 1627800962129) (:by |rJG4IHzWf) (:text |list->) + |yr $ %{} :Leaf (:at 1627829112488) (:by |rJG4IHzWf) (:text |create-element) + |yv $ %{} :Leaf (:at 1628342827737) (:by |rJG4IHzWf) (:text |pre) + |yx $ %{} :Leaf (:at 1628342828376) (:by |rJG4IHzWf) (:text |code) + |x $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |j $ {} (:at 1499755354983) (:by |root) (:text |respo.comp.space) (:type :leaf) - |r $ {} (:at 1499755354983) (:by |root) (:text |:refer) (:type :leaf) - |v $ {} (:at 1499755354983) (:type :expr) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |respo.comp.space) + |r $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |:refer) + |v $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |j $ {} (:at 1499755354983) (:by |root) (:text |=<) (:type :leaf) - |y $ {} (:at 1507461845717) (:by |root) (:type :expr) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |=<) + |y $ %{} :Expr (:at 1507461845717) (:by |root) :data $ {} - |j $ {} (:at 1507461855480) (:by |root) (:text |reel.comp.reel) (:type :leaf) - |r $ {} (:at 1507461856264) (:by |root) (:text |:refer) (:type :leaf) - |v $ {} (:at 1507461856484) (:by |root) (:type :expr) + |j $ %{} :Leaf (:at 1507461855480) (:by |root) (:text |reel.comp.reel) + |r $ %{} :Leaf (:at 1507461856264) (:by |root) (:text |:refer) + |v $ %{} :Expr (:at 1507461856484) (:by |root) :data $ {} - |j $ {} (:at 1507461858342) (:by |root) (:text |comp-reel) (:type :leaf) - |yT $ {} (:at 1519699088529) (:by |root) (:type :expr) + |j $ %{} :Leaf (:at 1507461858342) (:by |root) (:text |comp-reel) + |yT $ %{} :Expr (:at 1519699088529) (:by |root) :data $ {} - |j $ {} (:at 1519699092590) (:by |root) (:text |respo-md.comp.md) (:type :leaf) - |r $ {} (:at 1519699093410) (:by |root) (:text |:refer) (:type :leaf) - |v $ {} (:at 1519699093683) (:by |root) (:type :expr) + |j $ %{} :Leaf (:at 1519699092590) (:by |root) (:text |respo-md.comp.md) + |r $ %{} :Leaf (:at 1519699093410) (:by |root) (:text |:refer) + |v $ %{} :Expr (:at 1519699093683) (:by |root) :data $ {} - |j $ {} (:at 1519699096732) (:by |root) (:text |comp-md) (:type :leaf) - |yj $ {} (:at 1521954061310) (:by |root) (:type :expr) + |j $ %{} :Leaf (:at 1519699096732) (:by |root) (:text |comp-md) + |yj $ %{} :Expr (:at 1521954061310) (:by |root) :data $ {} - |j $ {} (:at 1527788377809) (:by |root) (:text |app.config) (:type :leaf) - |r $ {} (:at 1521954064826) (:by |root) (:text |:refer) (:type :leaf) - |v $ {} (:at 1521954065004) (:by |root) (:type :expr) + |j $ %{} :Leaf (:at 1527788377809) (:by |root) (:text |app.config) + |r $ %{} :Leaf (:at 1521954064826) (:by |root) (:text |:refer) + |v $ %{} :Expr (:at 1521954065004) (:by |root) :data $ {} - |j $ {} (:at 1521954067604) (:by |root) (:text |dev?) (:type :leaf) - |r $ {} (:at 1628156856448) (:by |rJG4IHzWf) (:text |api-target) (:type :leaf) - |yr $ {} (:at 1627801025495) (:by |rJG4IHzWf) (:type :expr) + |j $ %{} :Leaf (:at 1521954067604) (:by |root) (:text |dev?) + |r $ %{} :Leaf (:at 1628156856448) (:by |rJG4IHzWf) (:text |api-target) + |yr $ %{} :Expr (:at 1627801025495) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627801025495) (:by |rJG4IHzWf) (:text |memof.alias) (:type :leaf) - |j $ {} (:at 1627801025495) (:by |rJG4IHzWf) (:text |:refer) (:type :leaf) - |r $ {} (:at 1627801025495) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701192380099) (:by |rJG4IHzWf) (:text |memof.once) + |j $ %{} :Leaf (:at 1627801025495) (:by |rJG4IHzWf) (:text |:refer) + |r $ %{} :Expr (:at 1627801025495) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627801025495) (:by |rJG4IHzWf) (:text |memof-call) (:type :leaf) - |yv $ {} (:at 1627828874067) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1701192381547) (:by |rJG4IHzWf) (:text |memof1-call) + |yv $ %{} :Expr (:at 1627828874067) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627828875883) (:by |rJG4IHzWf) (:text "|\"jdenticon") (:type :leaf) - |j $ {} (:at 1627828933437) (:by |rJG4IHzWf) (:text |:as) (:type :leaf) - |r $ {} (:at 1627828877932) (:by |rJG4IHzWf) (:text |jdenticon) (:type :leaf) - |yx $ {} (:at 1627898051724) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627828875883) (:by |rJG4IHzWf) (:text "|\"jdenticon") + |j $ %{} :Leaf (:at 1627828933437) (:by |rJG4IHzWf) (:text |:as) + |r $ %{} :Leaf (:at 1627828877932) (:by |rJG4IHzWf) (:text |jdenticon) + |yx $ %{} :Expr (:at 1627898051724) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627898062489) (:by |rJG4IHzWf) (:text "|\"../xunfei/sdk") (:type :leaf) - |j $ {} (:at 1627898065750) (:by |rJG4IHzWf) (:text |:refer) (:type :leaf) - |r $ {} (:at 1627898066034) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627898062489) (:by |rJG4IHzWf) (:text "|\"../xunfei/sdk") + |j $ %{} :Leaf (:at 1627898065750) (:by |rJG4IHzWf) (:text |:refer) + |r $ %{} :Expr (:at 1627898066034) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628156851595) (:by |rJG4IHzWf) (:text |speakXunfei) (:type :leaf) - |yxD $ {} (:at 1627898051724) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628156851595) (:by |rJG4IHzWf) (:text |speakXunfei) + |yxD $ %{} :Expr (:at 1627898051724) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1648119009735) (:by |rJG4IHzWf) (:text "|\"../assets/play-azure") (:type :leaf) - |j $ {} (:at 1627898065750) (:by |rJG4IHzWf) (:text |:refer) (:type :leaf) - |r $ {} (:at 1627898066034) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1648119009735) (:by |rJG4IHzWf) (:text "|\"../assets/play-azure") + |j $ %{} :Leaf (:at 1627898065750) (:by |rJG4IHzWf) (:text |:refer) + |r $ %{} :Expr (:at 1627898066034) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1648118941617) (:by |rJG4IHzWf) (:text |synthesizeAzureSpeech) (:type :leaf) - |yxT $ {} (:at 1627898051724) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1648118941617) (:by |rJG4IHzWf) (:text |synthesizeAzureSpeech) + |yxT $ %{} :Expr (:at 1627898051724) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628156899791) (:by |rJG4IHzWf) (:text "|\"../assets/play-audio") (:type :leaf) - |j $ {} (:at 1627898065750) (:by |rJG4IHzWf) (:text |:refer) (:type :leaf) - |r $ {} (:at 1627898066034) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628156899791) (:by |rJG4IHzWf) (:text "|\"../assets/play-audio") + |j $ %{} :Leaf (:at 1627898065750) (:by |rJG4IHzWf) (:text |:refer) + |r $ %{} :Expr (:at 1627898066034) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1648118712074) (:by |rJG4IHzWf) (:text |requestAudioSpeech) (:type :leaf) - |yy $ {} (:at 1627905053266) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1648118712074) (:by |rJG4IHzWf) (:text |requestAudioSpeech) + |yy $ %{} :Expr (:at 1627905053266) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627905056122) (:by |rJG4IHzWf) (:text |feather.core) (:type :leaf) - |j $ {} (:at 1627905056886) (:by |rJG4IHzWf) (:text |:refer) (:type :leaf) - |r $ {} (:at 1627905057105) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627905056122) (:by |rJG4IHzWf) (:text |feather.core) + |j $ %{} :Leaf (:at 1627905056886) (:by |rJG4IHzWf) (:text |:refer) + |r $ %{} :Expr (:at 1627905057105) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627905059550) (:by |rJG4IHzWf) (:text |comp-icon) (:type :leaf) - |j $ {} (:at 1627906223955) (:by |rJG4IHzWf) (:text |comp-i) (:type :leaf) - |yyj $ {} (:at 1628690375869) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627905059550) (:by |rJG4IHzWf) (:text |comp-icon) + |j $ %{} :Leaf (:at 1627906223955) (:by |rJG4IHzWf) (:text |comp-i) + |yyj $ %{} :Expr (:at 1628690375869) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628690376933) (:by |rJG4IHzWf) (:text "|\"toml") (:type :leaf) - |j $ {} (:at 1628690389782) (:by |rJG4IHzWf) (:text |:as) (:type :leaf) - |r $ {} (:at 1628690392882) (:by |rJG4IHzWf) (:text |toml) (:type :leaf) - :proc $ {} (:at 1499755354983) (:type :expr) - :data $ {} - |app.config $ {} - :defs $ {} - |api-target $ {} (:at 1627901029389) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628690376933) (:by |rJG4IHzWf) (:text "|\"toml") + |j $ %{} :Leaf (:at 1628690389782) (:by |rJG4IHzWf) (:text |:as) + |r $ %{} :Leaf (:at 1628690392882) (:by |rJG4IHzWf) (:text |toml) + |app.config $ %{} :FileEntry + :defs $ {} + |api-target $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1627901029389) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627901031724) (:by |rJG4IHzWf) (:text |def) (:type :leaf) - |j $ {} (:at 1628156816171) (:by |rJG4IHzWf) (:text |api-target) (:type :leaf) - |r $ {} (:at 1628156821825) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628156821825) (:by |rJG4IHzWf) (:text |get-env) (:type :leaf) - |j $ {} (:at 1628156821825) (:by |rJG4IHzWf) (:text "|\"api-target") (:type :leaf) - |dev? $ {} (:at 1544873875614) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627901031724) (:by |rJG4IHzWf) (:text |def) + |j $ %{} :Leaf (:at 1628156816171) (:by |rJG4IHzWf) (:text |api-target) + |r $ %{} :Expr (:at 1628156821825) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1628156821825) (:by |rJG4IHzWf) (:text |get-env) + |j $ %{} :Leaf (:at 1628156821825) (:by |rJG4IHzWf) (:text "|\"api-target") + |dev? $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1544873875614) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1544873875614) (:by |rJG4IHzWf) (:text |def) (:type :leaf) - |j $ {} (:at 1544873875614) (:by |rJG4IHzWf) (:text |dev?) (:type :leaf) - |r $ {} (:at 1624469709435) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |5 $ {} (:at 1624469715390) (:by |rJG4IHzWf) (:text |=) (:type :leaf) - |D $ {} (:at 1624469714304) (:by |rJG4IHzWf) (:text "|\"dev") (:type :leaf) - |T $ {} (:at 1624469701389) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |D $ {} (:at 1624469706777) (:by |rJG4IHzWf) (:text |get-env) (:type :leaf) - |T $ {} (:at 1624469708397) (:by |rJG4IHzWf) (:text "|\"mode") (:type :leaf) - |site $ {} (:at 1545933382603) (:by |root) (:type :expr) + |T $ %{} :Leaf (:at 1544873875614) (:by |rJG4IHzWf) (:text |def) + |j $ %{} :Leaf (:at 1544873875614) (:by |rJG4IHzWf) (:text |dev?) + |r $ %{} :Expr (:at 1624469709435) (:by |rJG4IHzWf) + :data $ {} + |5 $ %{} :Leaf (:at 1624469715390) (:by |rJG4IHzWf) (:text |=) + |D $ %{} :Leaf (:at 1624469714304) (:by |rJG4IHzWf) (:text "|\"dev") + |T $ %{} :Expr (:at 1624469701389) (:by |rJG4IHzWf) + :data $ {} + |D $ %{} :Leaf (:at 1624469706777) (:by |rJG4IHzWf) (:text |get-env) + |T $ %{} :Leaf (:at 1624469708397) (:by |rJG4IHzWf) (:text "|\"mode") + |site $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1545933382603) (:by |root) :data $ {} - |T $ {} (:at 1518157345496) (:by |root) (:text |def) (:type :leaf) - |j $ {} (:at 1518157327696) (:by |root) (:text |site) (:type :leaf) - |r $ {} (:at 1518157327696) (:by |root) (:type :expr) + |T $ %{} :Leaf (:at 1518157345496) (:by |root) (:text |def) + |j $ %{} :Leaf (:at 1518157327696) (:by |root) (:text |site) + |r $ %{} :Expr (:at 1518157327696) (:by |root) :data $ {} - |T $ {} (:at 1518157346643) (:by |root) (:text |{}) (:type :leaf) - |yf $ {} (:at 1544956719115) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1518157346643) (:by |root) (:text |{}) + |yf $ %{} :Expr (:at 1544956719115) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1544956719115) (:by |rJG4IHzWf) (:text |:storage-key) (:type :leaf) - |j $ {} (:at 1627801246675) (:by |rJG4IHzWf) (:text "|\"hestory") (:type :leaf) - :ns $ {} (:at 1527788237503) (:by |root) (:type :expr) + |T $ %{} :Leaf (:at 1544956719115) (:by |rJG4IHzWf) (:text |:storage-key) + |j $ %{} :Leaf (:at 1627801246675) (:by |rJG4IHzWf) (:text "|\"hestory") + :ns $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1527788237503) (:by |root) :data $ {} - |T $ {} (:at 1527788237503) (:by |root) (:text |ns) (:type :leaf) - |j $ {} (:at 1527788237503) (:by |root) (:text |app.config) (:type :leaf) - :proc $ {} (:at 1527788237503) (:by |root) (:type :expr) - :data $ {} - |app.main $ {} - :defs $ {} - |*reel $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1527788237503) (:by |root) (:text |ns) + |j $ %{} :Leaf (:at 1527788237503) (:by |root) (:text |app.config) + |app.main $ %{} :FileEntry + :defs $ {} + |*reel $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1610792986987) (:by |rJG4IHzWf) (:text |defatom) (:type :leaf) - |j $ {} (:at 1499755354983) (:by |root) (:text |*reel) (:type :leaf) - |r $ {} (:at 1507399777531) (:by |root) (:type :expr) - :data $ {} - |D $ {} (:at 1507399778895) (:by |root) (:text |->) (:type :leaf) - |T $ {} (:at 1507399776350) (:by |root) (:text |reel-schema/reel) (:type :leaf) - |j $ {} (:at 1507399779656) (:by |root) (:type :expr) - :data $ {} - |T $ {} (:at 1507399781682) (:by |root) (:text |assoc) (:type :leaf) - |j $ {} (:at 1507401405076) (:by |root) (:text |:base) (:type :leaf) - |r $ {} (:at 1507399787471) (:by |root) (:text |schema/store) (:type :leaf) - |r $ {} (:at 1507399779656) (:by |root) (:type :expr) - :data $ {} - |T $ {} (:at 1507399781682) (:by |root) (:text |assoc) (:type :leaf) - |j $ {} (:at 1507399793097) (:by |root) (:text |:store) (:type :leaf) - |r $ {} (:at 1507399787471) (:by |root) (:text |schema/store) (:type :leaf) - |dispatch! $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1610792986987) (:by |rJG4IHzWf) (:text |defatom) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |*reel) + |r $ %{} :Expr (:at 1507399777531) (:by |root) + :data $ {} + |D $ %{} :Leaf (:at 1507399778895) (:by |root) (:text |->) + |T $ %{} :Leaf (:at 1507399776350) (:by |root) (:text |reel-schema/reel) + |j $ %{} :Expr (:at 1507399779656) (:by |root) + :data $ {} + |T $ %{} :Leaf (:at 1507399781682) (:by |root) (:text |assoc) + |j $ %{} :Leaf (:at 1507401405076) (:by |root) (:text |:base) + |r $ %{} :Leaf (:at 1507399787471) (:by |root) (:text |schema/store) + |r $ %{} :Expr (:at 1507399779656) (:by |root) + :data $ {} + |T $ %{} :Leaf (:at 1507399781682) (:by |root) (:text |assoc) + |j $ %{} :Leaf (:at 1507399793097) (:by |root) (:text |:store) + |r $ %{} :Leaf (:at 1507399787471) (:by |root) (:text |schema/store) + |dispatch! $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1499755354983) (:by |root) (:text |defn) (:type :leaf) - |j $ {} (:at 1499755354983) (:by |root) (:text |dispatch!) (:type :leaf) - |r $ {} (:at 1499755354983) (:type :expr) - :data $ {} - |T $ {} (:at 1499755354983) (:by |root) (:text |op) (:type :leaf) - |j $ {} (:at 1499755354983) (:by |root) (:text |op-data) (:type :leaf) - |t $ {} (:at 1547437686766) (:by |root) (:type :expr) - :data $ {} - |D $ {} (:at 1547437687530) (:by |root) (:text |when) (:type :leaf) - |L $ {} (:at 1584874661674) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |D $ {} (:at 1584874662518) (:by |rJG4IHzWf) (:text |and) (:type :leaf) - |T $ {} (:at 1547437691006) (:by |root) (:text |config/dev?) (:type :leaf) - |j $ {} (:at 1584874663522) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1584874664551) (:by |rJG4IHzWf) (:text |not=) (:type :leaf) - |j $ {} (:at 1584874665829) (:by |rJG4IHzWf) (:text |op) (:type :leaf) - |r $ {} (:at 1584874671745) (:by |rJG4IHzWf) (:text |:states) (:type :leaf) - |T $ {} (:at 1518156274050) (:by |root) (:type :expr) - :data $ {} - |j $ {} (:at 1518156276516) (:by |root) (:text |println) (:type :leaf) - |r $ {} (:at 1547437698992) (:by |root) (:text "|\"Dispatch:") (:type :leaf) - |v $ {} (:at 1518156280471) (:by |root) (:text |op) (:type :leaf) - |v $ {} (:at 1584780634192) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1499755354983) (:by |root) (:text |reset!) (:type :leaf) - |j $ {} (:at 1507399899641) (:by |root) (:text |*reel) (:type :leaf) - |r $ {} (:at 1507399884621) (:by |root) (:type :expr) - :data $ {} - |T $ {} (:at 1507399887573) (:by |root) (:text |reel-updater) (:type :leaf) - |j $ {} (:at 1507399888500) (:by |root) (:text |updater) (:type :leaf) - |r $ {} (:at 1507399891576) (:by |root) (:text |@*reel) (:type :leaf) - |v $ {} (:at 1507399892687) (:by |root) (:text |op) (:type :leaf) - |x $ {} (:at 1507399894594) (:by |root) (:text |op-data) (:type :leaf) - |main! $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |defn) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |dispatch!) + |r $ %{} :Expr (:at 1499755354983) (:by nil) + :data $ {} + |T $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |op) + |t $ %{} :Expr (:at 1547437686766) (:by |root) + :data $ {} + |D $ %{} :Leaf (:at 1547437687530) (:by |root) (:text |when) + |L $ %{} :Expr (:at 1584874661674) (:by |rJG4IHzWf) + :data $ {} + |D $ %{} :Leaf (:at 1584874662518) (:by |rJG4IHzWf) (:text |and) + |T $ %{} :Leaf (:at 1547437691006) (:by |root) (:text |config/dev?) + |j $ %{} :Expr (:at 1584874663522) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1584874664551) (:by |rJG4IHzWf) (:text |not=) + |j $ %{} :Expr (:at 1701192591564) (:by |rJG4IHzWf) + :data $ {} + |D $ %{} :Leaf (:at 1701192592435) (:by |rJG4IHzWf) (:text |nth) + |T $ %{} :Leaf (:at 1584874665829) (:by |rJG4IHzWf) (:text |op) + |b $ %{} :Leaf (:at 1701192593896) (:by |rJG4IHzWf) (:text |0) + |r $ %{} :Leaf (:at 1584874671745) (:by |rJG4IHzWf) (:text |:states) + |T $ %{} :Expr (:at 1518156274050) (:by |root) + :data $ {} + |j $ %{} :Leaf (:at 1701192598591) (:by |rJG4IHzWf) (:text |js/console.log) + |r $ %{} :Leaf (:at 1547437698992) (:by |root) (:text "|\"Dispatch:") + |v $ %{} :Leaf (:at 1518156280471) (:by |root) (:text |op) + |v $ %{} :Expr (:at 1584780634192) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |reset!) + |j $ %{} :Leaf (:at 1507399899641) (:by |root) (:text |*reel) + |r $ %{} :Expr (:at 1507399884621) (:by |root) + :data $ {} + |T $ %{} :Leaf (:at 1507399887573) (:by |root) (:text |reel-updater) + |j $ %{} :Leaf (:at 1507399888500) (:by |root) (:text |updater) + |r $ %{} :Leaf (:at 1507399891576) (:by |root) (:text |@*reel) + |v $ %{} :Leaf (:at 1507399892687) (:by |root) (:text |op) + |main! $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1499755354983) (:by |root) (:text |defn) (:type :leaf) - |j $ {} (:at 1499755354983) (:by |root) (:text |main!) (:type :leaf) - |r $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |defn) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |main!) + |r $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |s $ {} (:at 1628235491712) (:by |rJG4IHzWf) (:type :expr) + |s $ %{} :Expr (:at 1628235491712) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628235492232) (:by |rJG4IHzWf) (:text |if) (:type :leaf) - |j $ {} (:at 1628235493668) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628235492232) (:by |rJG4IHzWf) (:text |if) + |j $ %{} :Expr (:at 1628235493668) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628235495087) (:by |rJG4IHzWf) (:text |=) (:type :leaf) - |j $ {} (:at 1628235496630) (:by |rJG4IHzWf) (:text |config/dev?) (:type :leaf) - |r $ {} (:at 1628235498235) (:by |rJG4IHzWf) (:text "|\"dev") (:type :leaf) - |r $ {} (:at 1628235501534) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628235495087) (:by |rJG4IHzWf) (:text |=) + |j $ %{} :Leaf (:at 1628235496630) (:by |rJG4IHzWf) (:text |config/dev?) + |r $ %{} :Leaf (:at 1628235498235) (:by |rJG4IHzWf) (:text "|\"dev") + |r $ %{} :Expr (:at 1628235501534) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628235507441) (:by |rJG4IHzWf) (:text |load-console-formatter!) (:type :leaf) - |t $ {} (:at 1544874433785) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628235507441) (:by |rJG4IHzWf) (:text |load-console-formatter!) + |t $ %{} :Expr (:at 1544874433785) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1544874434638) (:by |rJG4IHzWf) (:text |println) (:type :leaf) - |j $ {} (:at 1544874509800) (:by |rJG4IHzWf) (:text "|\"Running mode:") (:type :leaf) - |r $ {} (:at 1544874440404) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1544874434638) (:by |rJG4IHzWf) (:text |println) + |j $ %{} :Leaf (:at 1544874509800) (:by |rJG4IHzWf) (:text "|\"Running mode:") + |r $ %{} :Expr (:at 1544874440404) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1544874440190) (:by |rJG4IHzWf) (:text |if) (:type :leaf) - |j $ {} (:at 1544874446442) (:by |rJG4IHzWf) (:text |config/dev?) (:type :leaf) - |r $ {} (:at 1544874449063) (:by |rJG4IHzWf) (:text "|\"dev") (:type :leaf) - |v $ {} (:at 1544874452316) (:by |rJG4IHzWf) (:text "|\"release") (:type :leaf) - |v $ {} (:at 1627816364281) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1544874440190) (:by |rJG4IHzWf) (:text |if) + |j $ %{} :Leaf (:at 1544874446442) (:by |rJG4IHzWf) (:text |config/dev?) + |r $ %{} :Leaf (:at 1544874449063) (:by |rJG4IHzWf) (:text "|\"dev") + |v $ %{} :Leaf (:at 1544874452316) (:by |rJG4IHzWf) (:text "|\"release") + |v $ %{} :Expr (:at 1627816364281) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627816364281) (:by |rJG4IHzWf) (:text |js/window.speechSynthesis.getVoices) (:type :leaf) - |x $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1627816364281) (:by |rJG4IHzWf) (:text |js/window.speechSynthesis.getVoices) + |x $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1499755354983) (:by |root) (:text |render-app!) (:type :leaf) - |y $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |render-app!) + |y $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1499755354983) (:by |root) (:text |add-watch) (:type :leaf) - |j $ {} (:at 1507399915531) (:by |root) (:text |*reel) (:type :leaf) - |r $ {} (:at 1499755354983) (:by |root) (:text |:changes) (:type :leaf) - |v $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |add-watch) + |j $ %{} :Leaf (:at 1507399915531) (:by |root) (:text |*reel) + |r $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |:changes) + |v $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1499755354983) (:by |root) (:text |fn) (:type :leaf) - |j $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |fn) + |j $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1612280609284) (:by |rJG4IHzWf) (:text |reel) (:type :leaf) - |j $ {} (:at 1612280610651) (:by |rJG4IHzWf) (:text |prev) (:type :leaf) - |r $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1612280609284) (:by |rJG4IHzWf) (:text |reel) + |j $ %{} :Leaf (:at 1612280610651) (:by |rJG4IHzWf) (:text |prev) + |r $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1499755354983) (:by |root) (:text |render-app!) (:type :leaf) - |yD $ {} (:at 1507461684494) (:by |root) (:type :expr) + |T $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |render-app!) + |yD $ %{} :Expr (:at 1507461684494) (:by |root) :data $ {} - |T $ {} (:at 1507461739167) (:by |root) (:text |listen-devtools!) (:type :leaf) - |j $ {} (:at 1624007376825) (:by |rJG4IHzWf) (:text ||k) (:type :leaf) - |r $ {} (:at 1507461693919) (:by |root) (:text |dispatch!) (:type :leaf) - |yL $ {} (:at 1518157357847) (:by |root) (:type :expr) + |T $ %{} :Leaf (:at 1507461739167) (:by |root) (:text |listen-devtools!) + |j $ %{} :Leaf (:at 1624007376825) (:by |rJG4IHzWf) (:text ||k) + |r $ %{} :Leaf (:at 1507461693919) (:by |root) (:text |dispatch!) + |yL $ %{} :Expr (:at 1518157357847) (:by |root) :data $ {} - |j $ {} (:at 1648118545657) (:by |rJG4IHzWf) (:text |js/window.addEventListener) (:type :leaf) - |r $ {} (:at 1518157458163) (:by |root) (:text ||beforeunload) (:type :leaf) - |v $ {} (:at 1612344221583) (:by |rJG4IHzWf) (:type :expr) + |j $ %{} :Leaf (:at 1648118545657) (:by |rJG4IHzWf) (:text |js/window.addEventListener) + |r $ %{} :Leaf (:at 1518157458163) (:by |root) (:text ||beforeunload) + |v $ %{} :Expr (:at 1612344221583) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1612344222204) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |L $ {} (:at 1612344222530) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1612344222204) (:by |rJG4IHzWf) (:text |fn) + |L $ %{} :Expr (:at 1612344222530) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1612344223520) (:by |rJG4IHzWf) (:text |event) (:type :leaf) - |T $ {} (:at 1612344224533) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1612344223520) (:by |rJG4IHzWf) (:text |event) + |T $ %{} :Expr (:at 1612344224533) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1628234888227) (:by |rJG4IHzWf) (:text |;) (:type :leaf) - |T $ {} (:at 1533919515671) (:by |rJG4IHzWf) (:text |persist-storage!) (:type :leaf) - |j $ {} (:at 1628234889992) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1628234888227) (:by |rJG4IHzWf) (:text |;) + |T $ %{} :Leaf (:at 1533919515671) (:by |rJG4IHzWf) (:text |persist-storage!) + |j $ %{} :Expr (:at 1628234889992) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1628234996779) (:by |rJG4IHzWf) (:text |js/speechSynthesis.cancel) (:type :leaf) - |yN $ {} (:at 1533919529874) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1628234996779) (:by |rJG4IHzWf) (:text |js/speechSynthesis.cancel) + |yN $ %{} :Expr (:at 1533919529874) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1627801236655) (:by |rJG4IHzWf) (:text |;) (:type :leaf) - |T $ {} (:at 1544956062322) (:by |rJG4IHzWf) (:text |repeat!) (:type :leaf) - |b $ {} (:at 1544956066171) (:by |rJG4IHzWf) (:text |60) (:type :leaf) - |j $ {} (:at 1533919535136) (:by |rJG4IHzWf) (:text |persist-storage!) (:type :leaf) - |yP $ {} (:at 1518157492640) (:by |root) (:type :expr) + |D $ %{} :Leaf (:at 1627801236655) (:by |rJG4IHzWf) (:text |;) + |T $ %{} :Leaf (:at 1544956062322) (:by |rJG4IHzWf) (:text |repeat!) + |b $ %{} :Leaf (:at 1544956066171) (:by |rJG4IHzWf) (:text |60) + |j $ %{} :Leaf (:at 1533919535136) (:by |rJG4IHzWf) (:text |persist-storage!) + |yP $ %{} :Expr (:at 1518157492640) (:by |root) :data $ {} - |D $ {} (:at 1627801223444) (:by |rJG4IHzWf) (:text |;) (:type :leaf) - |T $ {} (:at 1518157495438) (:by |root) (:text |let) (:type :leaf) - |j $ {} (:at 1518157495644) (:by |root) (:type :expr) + |D $ %{} :Leaf (:at 1627801223444) (:by |rJG4IHzWf) (:text |;) + |T $ %{} :Leaf (:at 1518157495438) (:by |root) (:text |let) + |j $ %{} :Expr (:at 1518157495644) (:by |root) :data $ {} - |T $ {} (:at 1518157495826) (:by |root) (:type :expr) + |T $ %{} :Expr (:at 1518157495826) (:by |root) :data $ {} - |T $ {} (:at 1518157496930) (:by |root) (:text |raw) (:type :leaf) - |j $ {} (:at 1518157497615) (:by |root) (:type :expr) + |T $ %{} :Leaf (:at 1518157496930) (:by |root) (:text |raw) + |j $ %{} :Expr (:at 1518157497615) (:by |root) :data $ {} - |j $ {} (:at 1648118559976) (:by |rJG4IHzWf) (:text |js/localStorage.getItem) (:type :leaf) - |r $ {} (:at 1518157506313) (:by |root) (:type :expr) + |j $ %{} :Leaf (:at 1648118559976) (:by |rJG4IHzWf) (:text |js/localStorage.getItem) + |r $ %{} :Expr (:at 1518157506313) (:by |root) :data $ {} - |T $ {} (:at 1544956709260) (:by |rJG4IHzWf) (:text |:storage-key) (:type :leaf) - |j $ {} (:at 1527788293499) (:by |root) (:text |config/site) (:type :leaf) - |r $ {} (:at 1518157514334) (:by |root) (:type :expr) + |T $ %{} :Leaf (:at 1544956709260) (:by |rJG4IHzWf) (:text |:storage-key) + |j $ %{} :Leaf (:at 1527788293499) (:by |root) (:text |config/site) + |r $ %{} :Expr (:at 1518157514334) (:by |root) :data $ {} - |T $ {} (:at 1533919640958) (:by |rJG4IHzWf) (:text |when) (:type :leaf) - |j $ {} (:at 1518157515117) (:by |root) (:type :expr) + |T $ %{} :Leaf (:at 1533919640958) (:by |rJG4IHzWf) (:text |when) + |j $ %{} :Expr (:at 1518157515117) (:by |root) :data $ {} - |T $ {} (:at 1518157515786) (:by |root) (:text |some?) (:type :leaf) - |j $ {} (:at 1518157516878) (:by |root) (:text |raw) (:type :leaf) - |r $ {} (:at 1518157521635) (:by |root) (:type :expr) + |T $ %{} :Leaf (:at 1518157515786) (:by |root) (:text |some?) + |j $ %{} :Leaf (:at 1518157516878) (:by |root) (:text |raw) + |r $ %{} :Expr (:at 1518157521635) (:by |root) :data $ {} - |T $ {} (:at 1518157523818) (:by |root) (:text |dispatch!) (:type :leaf) - |j $ {} (:at 1518157669936) (:by |root) (:text |:hydrate-storage) (:type :leaf) - |r $ {} (:at 1518157527987) (:by |root) (:type :expr) + |T $ %{} :Leaf (:at 1518157523818) (:by |root) (:text |dispatch!) + |j $ %{} :Leaf (:at 1518157669936) (:by |root) (:text |:hydrate-storage) + |r $ %{} :Expr (:at 1518157527987) (:by |root) :data $ {} - |T $ {} (:at 1624469412598) (:by |rJG4IHzWf) (:text |parse-cirru-edn) (:type :leaf) - |j $ {} (:at 1518157531240) (:by |root) (:text |raw) (:type :leaf) - |yT $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1624469412598) (:by |rJG4IHzWf) (:text |parse-cirru-edn) + |j $ %{} :Leaf (:at 1518157531240) (:by |root) (:text |raw) + |yT $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1499755354983) (:by |root) (:text |println) (:type :leaf) - |j $ {} (:at 1499755354983) (:by |root) (:text "||App started.") (:type :leaf) - |mount-target $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |println) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text "||App started.") + |mount-target $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1499755354983) (:by |root) (:text |def) (:type :leaf) - |j $ {} (:at 1499755354983) (:by |root) (:text |mount-target) (:type :leaf) - |r $ {} (:at 1499755354983) (:type :expr) - :data $ {} - |T $ {} (:at 1624469553191) (:by |rJG4IHzWf) (:text |.!querySelector) (:type :leaf) - |j $ {} (:at 1499755354983) (:by |root) (:text |js/document) (:type :leaf) - |r $ {} (:at 1499755354983) (:by |root) (:text ||.app) (:type :leaf) - |persist-storage! $ {} (:at 1533919515671) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |def) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |mount-target) + |r $ %{} :Expr (:at 1499755354983) (:by nil) + :data $ {} + |T $ %{} :Leaf (:at 1624469553191) (:by |rJG4IHzWf) (:text |.!querySelector) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |js/document) + |r $ %{} :Leaf (:at 1499755354983) (:by |root) (:text ||.app) + |persist-storage! $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1533919515671) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1533919517365) (:by |rJG4IHzWf) (:text |defn) (:type :leaf) - |j $ {} (:at 1533919515671) (:by |rJG4IHzWf) (:text |persist-storage!) (:type :leaf) - |r $ {} (:at 1533919515671) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1533919517365) (:by |rJG4IHzWf) (:text |defn) + |j $ %{} :Leaf (:at 1533919515671) (:by |rJG4IHzWf) (:text |persist-storage!) + |r $ %{} :Expr (:at 1533919515671) (:by |rJG4IHzWf) :data $ {} - |v $ {} (:at 1533919515671) (:by |rJG4IHzWf) (:type :expr) + |v $ %{} :Expr (:at 1533919515671) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1623915179125) (:by |rJG4IHzWf) (:text |.!setItem) (:type :leaf) - |j $ {} (:at 1533919515671) (:by |rJG4IHzWf) (:text |js/localStorage) (:type :leaf) - |r $ {} (:at 1533919515671) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1623915179125) (:by |rJG4IHzWf) (:text |.!setItem) + |j $ %{} :Leaf (:at 1533919515671) (:by |rJG4IHzWf) (:text |js/localStorage) + |r $ %{} :Expr (:at 1533919515671) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1544956703087) (:by |rJG4IHzWf) (:text |:storage-key) (:type :leaf) - |j $ {} (:at 1533919515671) (:by |rJG4IHzWf) (:text |config/site) (:type :leaf) - |v $ {} (:at 1533919515671) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1544956703087) (:by |rJG4IHzWf) (:text |:storage-key) + |j $ %{} :Leaf (:at 1533919515671) (:by |rJG4IHzWf) (:text |config/site) + |v $ %{} :Expr (:at 1533919515671) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1624469402829) (:by |rJG4IHzWf) (:text |format-cirru-edn) (:type :leaf) - |j $ {} (:at 1533919515671) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1624469402829) (:by |rJG4IHzWf) (:text |format-cirru-edn) + |j $ %{} :Expr (:at 1533919515671) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1533919515671) (:by |rJG4IHzWf) (:text |:store) (:type :leaf) - |j $ {} (:at 1533919515671) (:by |rJG4IHzWf) (:text |@*reel) (:type :leaf) - |reload! $ {} (:at 1626201152815) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1533919515671) (:by |rJG4IHzWf) (:text |:store) + |j $ %{} :Leaf (:at 1533919515671) (:by |rJG4IHzWf) (:text |@*reel) + |reload! $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1626201152815) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1626201153853) (:by |rJG4IHzWf) (:text |defn) (:type :leaf) - |L $ {} (:at 1626201157449) (:by |rJG4IHzWf) (:text |reload!) (:type :leaf) - |P $ {} (:at 1626201163076) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1626201153853) (:by |rJG4IHzWf) (:text |defn) + |L $ %{} :Leaf (:at 1626201157449) (:by |rJG4IHzWf) (:text |reload!) + |P $ %{} :Expr (:at 1626201163076) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1626201191606) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Expr (:at 1626201191606) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1626201192115) (:by |rJG4IHzWf) (:text |if) (:type :leaf) - |L $ {} (:at 1626201192626) (:by |rJG4IHzWf) (:type :expr) + |D $ %{} :Leaf (:at 1626201192115) (:by |rJG4IHzWf) (:text |if) + |L $ %{} :Expr (:at 1626201192626) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1626201534497) (:by |rJG4IHzWf) (:text |nil?) (:type :leaf) - |j $ {} (:at 1626201194806) (:by |rJG4IHzWf) (:text |build-errors) (:type :leaf) - |T $ {} (:at 1626201164538) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1626201534497) (:by |rJG4IHzWf) (:text |nil?) + |j $ %{} :Leaf (:at 1626201194806) (:by |rJG4IHzWf) (:text |build-errors) + |T $ %{} :Expr (:at 1626201164538) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1626201161775) (:by |rJG4IHzWf) (:text |do) (:type :leaf) - |j $ {} (:at 1614750747553) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1626201161775) (:by |rJG4IHzWf) (:text |do) + |j $ %{} :Expr (:at 1614750747553) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1614750747553) (:by |rJG4IHzWf) (:text |remove-watch) (:type :leaf) - |j $ {} (:at 1614750747553) (:by |rJG4IHzWf) (:text |*reel) (:type :leaf) - |r $ {} (:at 1614750747553) (:by |rJG4IHzWf) (:text |:changes) (:type :leaf) - |r $ {} (:at 1507461699387) (:by |root) (:type :expr) + |T $ %{} :Leaf (:at 1614750747553) (:by |rJG4IHzWf) (:text |remove-watch) + |j $ %{} :Leaf (:at 1614750747553) (:by |rJG4IHzWf) (:text |*reel) + |r $ %{} :Leaf (:at 1614750747553) (:by |rJG4IHzWf) (:text |:changes) + |r $ %{} :Expr (:at 1507461699387) (:by |root) :data $ {} - |T $ {} (:at 1507461702453) (:by |root) (:text |clear-cache!) (:type :leaf) - |v $ {} (:at 1612280627439) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1507461702453) (:by |root) (:text |clear-cache!) + |v $ %{} :Expr (:at 1612280627439) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1612280627439) (:by |rJG4IHzWf) (:text |add-watch) (:type :leaf) - |j $ {} (:at 1612280627439) (:by |rJG4IHzWf) (:text |*reel) (:type :leaf) - |r $ {} (:at 1612280627439) (:by |rJG4IHzWf) (:text |:changes) (:type :leaf) - |v $ {} (:at 1612280627439) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1612280627439) (:by |rJG4IHzWf) (:text |add-watch) + |j $ %{} :Leaf (:at 1612280627439) (:by |rJG4IHzWf) (:text |*reel) + |r $ %{} :Leaf (:at 1612280627439) (:by |rJG4IHzWf) (:text |:changes) + |v $ %{} :Expr (:at 1612280627439) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1612280627439) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |j $ {} (:at 1612280627439) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1612280627439) (:by |rJG4IHzWf) (:text |fn) + |j $ %{} :Expr (:at 1612280627439) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1612280627439) (:by |rJG4IHzWf) (:text |reel) (:type :leaf) - |j $ {} (:at 1612280627439) (:by |rJG4IHzWf) (:text |prev) (:type :leaf) - |r $ {} (:at 1612280627439) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1612280627439) (:by |rJG4IHzWf) (:text |reel) + |j $ %{} :Leaf (:at 1612280627439) (:by |rJG4IHzWf) (:text |prev) + |r $ %{} :Expr (:at 1612280627439) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1612280627439) (:by |rJG4IHzWf) (:text |render-app!) (:type :leaf) - |x $ {} (:at 1507461704162) (:by |root) (:type :expr) + |T $ %{} :Leaf (:at 1612280627439) (:by |rJG4IHzWf) (:text |render-app!) + |x $ %{} :Expr (:at 1507461704162) (:by |root) :data $ {} - |T $ {} (:at 1507461706990) (:by |root) (:text |reset!) (:type :leaf) - |j $ {} (:at 1507461708965) (:by |root) (:text |*reel) (:type :leaf) - |r $ {} (:at 1507461710020) (:by |root) (:type :expr) + |T $ %{} :Leaf (:at 1507461706990) (:by |root) (:text |reset!) + |j $ %{} :Leaf (:at 1507461708965) (:by |root) (:text |*reel) + |r $ %{} :Expr (:at 1507461710020) (:by |root) :data $ {} - |T $ {} (:at 1507461730190) (:by |root) (:text |refresh-reel) (:type :leaf) - |j $ {} (:at 1507461719097) (:by |root) (:text |@*reel) (:type :leaf) - |r $ {} (:at 1507461721870) (:by |root) (:text |schema/store) (:type :leaf) - |v $ {} (:at 1507461722724) (:by |root) (:text |updater) (:type :leaf) - |y $ {} (:at 1626777542168) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1507461730190) (:by |root) (:text |refresh-reel) + |j $ %{} :Leaf (:at 1507461719097) (:by |root) (:text |@*reel) + |r $ %{} :Leaf (:at 1507461721870) (:by |root) (:text |schema/store) + |v $ %{} :Leaf (:at 1507461722724) (:by |root) (:text |updater) + |y $ %{} :Expr (:at 1626777542168) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1626777542168) (:by |rJG4IHzWf) (:text |hud!) (:type :leaf) - |j $ {} (:at 1626777542168) (:by |rJG4IHzWf) (:text "|\"ok~") (:type :leaf) - |r $ {} (:at 1626777542168) (:by |rJG4IHzWf) (:text "|\"Ok") (:type :leaf) - |j $ {} (:at 1626201203433) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1626777542168) (:by |rJG4IHzWf) (:text |hud!) + |j $ %{} :Leaf (:at 1626777542168) (:by |rJG4IHzWf) (:text "|\"ok~") + |r $ %{} :Leaf (:at 1626777542168) (:by |rJG4IHzWf) (:text "|\"Ok") + |j $ %{} :Expr (:at 1626201203433) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1626290831868) (:by |rJG4IHzWf) (:text |hud!) (:type :leaf) - |b $ {} (:at 1626290930377) (:by |rJG4IHzWf) (:text "|\"error") (:type :leaf) - |j $ {} (:at 1626201209903) (:by |rJG4IHzWf) (:text |build-errors) (:type :leaf) - |render-app! $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1626290831868) (:by |rJG4IHzWf) (:text |hud!) + |b $ %{} :Leaf (:at 1626290930377) (:by |rJG4IHzWf) (:text "|\"error") + |j $ %{} :Leaf (:at 1626201209903) (:by |rJG4IHzWf) (:text |build-errors) + |render-app! $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1499755354983) (:by |root) (:text |defn) (:type :leaf) - |j $ {} (:at 1499755354983) (:by |root) (:text |render-app!) (:type :leaf) - |r $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |defn) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |render-app!) + |r $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |v $ {} (:at 1499755354983) (:type :expr) + |v $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1624469436438) (:by |rJG4IHzWf) (:text |render!) (:type :leaf) - |j $ {} (:at 1499755354983) (:by |root) (:text |mount-target) (:type :leaf) - |r $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1624469436438) (:by |rJG4IHzWf) (:text |render!) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |mount-target) + |r $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1499755354983) (:by |root) (:text |comp-container) (:type :leaf) - |j $ {} (:at 1507400119272) (:by |root) (:text |@*reel) (:type :leaf) - |v $ {} (:at 1623915174985) (:by |rJG4IHzWf) (:text |dispatch!) (:type :leaf) - |repeat! $ {} (:at 1610793045335) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |comp-container) + |j $ %{} :Leaf (:at 1507400119272) (:by |root) (:text |@*reel) + |v $ %{} :Leaf (:at 1623915174985) (:by |rJG4IHzWf) (:text |dispatch!) + |repeat! $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1610793045335) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1610793045335) (:by |rJG4IHzWf) (:text |defn) (:type :leaf) - |j $ {} (:at 1610793045335) (:by |rJG4IHzWf) (:text |repeat!) (:type :leaf) - |r $ {} (:at 1610793045335) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1610793045335) (:by |rJG4IHzWf) (:text |defn) + |j $ %{} :Leaf (:at 1610793045335) (:by |rJG4IHzWf) (:text |repeat!) + |r $ %{} :Expr (:at 1610793045335) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1610793047914) (:by |rJG4IHzWf) (:text |duration) (:type :leaf) - |j $ {} (:at 1610793055850) (:by |rJG4IHzWf) (:text |cb) (:type :leaf) - |v $ {} (:at 1610793056606) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1610793047914) (:by |rJG4IHzWf) (:text |duration) + |j $ %{} :Leaf (:at 1610793055850) (:by |rJG4IHzWf) (:text |cb) + |v $ %{} :Expr (:at 1610793056606) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1610793066184) (:by |rJG4IHzWf) (:text |js/setTimeout) (:type :leaf) - |j $ {} (:at 1610793079106) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1610793066184) (:by |rJG4IHzWf) (:text |js/setTimeout) + |j $ %{} :Expr (:at 1610793079106) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1610793079545) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |j $ {} (:at 1610793080160) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1610793079545) (:by |rJG4IHzWf) (:text |fn) + |j $ %{} :Expr (:at 1610793080160) (:by |rJG4IHzWf) :data $ {} - |n $ {} (:at 1610793090420) (:by |rJG4IHzWf) (:type :expr) + |n $ %{} :Expr (:at 1610793090420) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1610793091010) (:by |rJG4IHzWf) (:text |cb) (:type :leaf) - |r $ {} (:at 1610793080941) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1610793091010) (:by |rJG4IHzWf) (:text |cb) + |r $ %{} :Expr (:at 1610793080941) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1610793083422) (:by |rJG4IHzWf) (:text |repeat!) (:type :leaf) - |j $ {} (:at 1610794352418) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1610793083422) (:by |rJG4IHzWf) (:text |repeat!) + |j $ %{} :Expr (:at 1610794352418) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1610794352418) (:by |rJG4IHzWf) (:text |*) (:type :leaf) - |j $ {} (:at 1610794467961) (:by |rJG4IHzWf) (:text |1000) (:type :leaf) - |r $ {} (:at 1610794352418) (:by |rJG4IHzWf) (:text |duration) (:type :leaf) - |r $ {} (:at 1610794361837) (:by |rJG4IHzWf) (:text |cb) (:type :leaf) - |r $ {} (:at 1610793071391) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1610794352418) (:by |rJG4IHzWf) (:text |*) + |j $ %{} :Leaf (:at 1610794467961) (:by |rJG4IHzWf) (:text |1000) + |r $ %{} :Leaf (:at 1610794352418) (:by |rJG4IHzWf) (:text |duration) + |r $ %{} :Leaf (:at 1610794361837) (:by |rJG4IHzWf) (:text |cb) + |r $ %{} :Expr (:at 1610793071391) (:by |rJG4IHzWf) :data $ {} - |D $ {} (:at 1610793072002) (:by |rJG4IHzWf) (:text |*) (:type :leaf) - |L $ {} (:at 1610794470143) (:by |rJG4IHzWf) (:text |1000) (:type :leaf) - |T $ {} (:at 1610793071233) (:by |rJG4IHzWf) (:text |duration) (:type :leaf) - :ns $ {} (:at 1499755354983) (:type :expr) + |D $ %{} :Leaf (:at 1610793072002) (:by |rJG4IHzWf) (:text |*) + |L $ %{} :Leaf (:at 1610794470143) (:by |rJG4IHzWf) (:text |1000) + |T $ %{} :Leaf (:at 1610793071233) (:by |rJG4IHzWf) (:text |duration) + :ns $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1499755354983) (:by |root) (:text |ns) (:type :leaf) - |j $ {} (:at 1499755354983) (:by |root) (:text |app.main) (:type :leaf) - |r $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |ns) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |app.main) + |r $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1499755354983) (:by |root) (:text |:require) (:type :leaf) - |j $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |:require) + |j $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |j $ {} (:at 1499755354983) (:by |root) (:text |respo.core) (:type :leaf) - |r $ {} (:at 1499755354983) (:by |root) (:text |:refer) (:type :leaf) - |v $ {} (:at 1499755354983) (:type :expr) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |respo.core) + |r $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |:refer) + |v $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |j $ {} (:at 1499755354983) (:by |root) (:text |render!) (:type :leaf) - |r $ {} (:at 1499755354983) (:by |root) (:text |clear-cache!) (:type :leaf) - |v $ {} (:at 1499755354983) (:type :expr) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |render!) + |r $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |clear-cache!) + |v $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |j $ {} (:at 1499755354983) (:by |root) (:text |app.comp.container) (:type :leaf) - |r $ {} (:at 1499755354983) (:by |root) (:text |:refer) (:type :leaf) - |v $ {} (:at 1499755354983) (:type :expr) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |app.comp.container) + |r $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |:refer) + |v $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |j $ {} (:at 1499755354983) (:by |root) (:text |comp-container) (:type :leaf) - |y $ {} (:at 1499755354983) (:type :expr) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |comp-container) + |y $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |j $ {} (:at 1508556737455) (:by |root) (:text |app.updater) (:type :leaf) - |r $ {} (:at 1499755354983) (:by |root) (:text |:refer) (:type :leaf) - |v $ {} (:at 1499755354983) (:type :expr) + |j $ %{} :Leaf (:at 1508556737455) (:by |root) (:text |app.updater) + |r $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |:refer) + |v $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |j $ {} (:at 1499755354983) (:by |root) (:text |updater) (:type :leaf) - |yT $ {} (:at 1499755354983) (:type :expr) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |updater) + |yT $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |j $ {} (:at 1499755354983) (:by |root) (:text |app.schema) (:type :leaf) - |r $ {} (:at 1499755354983) (:by |root) (:text |:as) (:type :leaf) - |v $ {} (:at 1499755354983) (:by |root) (:text |schema) (:type :leaf) - |yj $ {} (:at 1507399674125) (:by |root) (:type :expr) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |app.schema) + |r $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |:as) + |v $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |schema) + |yj $ %{} :Expr (:at 1507399674125) (:by |root) :data $ {} - |j $ {} (:at 1507399678694) (:by |root) (:text |reel.util) (:type :leaf) - |r $ {} (:at 1507399680625) (:by |root) (:text |:refer) (:type :leaf) - |v $ {} (:at 1507399680857) (:by |root) (:type :expr) + |j $ %{} :Leaf (:at 1507399678694) (:by |root) (:text |reel.util) + |r $ %{} :Leaf (:at 1507399680625) (:by |root) (:text |:refer) + |v $ %{} :Expr (:at 1507399680857) (:by |root) :data $ {} - |j $ {} (:at 1518156292092) (:by |root) (:text |listen-devtools!) (:type :leaf) - |yr $ {} (:at 1507399683930) (:by |root) (:type :expr) + |j $ %{} :Leaf (:at 1518156292092) (:by |root) (:text |listen-devtools!) + |yr $ %{} :Expr (:at 1507399683930) (:by |root) :data $ {} - |j $ {} (:at 1507399687162) (:by |root) (:text |reel.core) (:type :leaf) - |r $ {} (:at 1507399688098) (:by |root) (:text |:refer) (:type :leaf) - |v $ {} (:at 1507399688322) (:by |root) (:type :expr) + |j $ %{} :Leaf (:at 1507399687162) (:by |root) (:text |reel.core) + |r $ %{} :Leaf (:at 1507399688098) (:by |root) (:text |:refer) + |v $ %{} :Expr (:at 1507399688322) (:by |root) :data $ {} - |j $ {} (:at 1507399691010) (:by |root) (:text |reel-updater) (:type :leaf) - |q $ {} (:at 1518156288482) (:by |root) (:text |refresh-reel) (:type :leaf) - |yv $ {} (:at 1507399715229) (:by |root) (:type :expr) + |j $ %{} :Leaf (:at 1507399691010) (:by |root) (:text |reel-updater) + |q $ %{} :Leaf (:at 1518156288482) (:by |root) (:text |refresh-reel) + |yv $ %{} :Expr (:at 1507399715229) (:by |root) :data $ {} - |j $ {} (:at 1507399717674) (:by |root) (:text |reel.schema) (:type :leaf) - |r $ {} (:at 1507399755750) (:by |root) (:text |:as) (:type :leaf) - |v $ {} (:at 1507399757678) (:by |root) (:text |reel-schema) (:type :leaf) - |yy $ {} (:at 1527788302920) (:by |root) (:type :expr) + |j $ %{} :Leaf (:at 1507399717674) (:by |root) (:text |reel.schema) + |r $ %{} :Leaf (:at 1507399755750) (:by |root) (:text |:as) + |v $ %{} :Leaf (:at 1507399757678) (:by |root) (:text |reel-schema) + |yy $ %{} :Expr (:at 1527788302920) (:by |root) :data $ {} - |j $ {} (:at 1527788304925) (:by |root) (:text |app.config) (:type :leaf) - |r $ {} (:at 1527788306048) (:by |root) (:text |:as) (:type :leaf) - |v $ {} (:at 1527788306884) (:by |root) (:text |config) (:type :leaf) - |yyT $ {} (:at 1626201173819) (:by |rJG4IHzWf) (:type :expr) + |j $ %{} :Leaf (:at 1527788304925) (:by |root) (:text |app.config) + |r $ %{} :Leaf (:at 1527788306048) (:by |root) (:text |:as) + |v $ %{} :Leaf (:at 1527788306884) (:by |root) (:text |config) + |yyT $ %{} :Expr (:at 1626201173819) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1626201180939) (:by |rJG4IHzWf) (:text "|\"./calcit.build-errors") (:type :leaf) - |j $ {} (:at 1626201183958) (:by |rJG4IHzWf) (:text |:default) (:type :leaf) - |r $ {} (:at 1626201187310) (:by |rJG4IHzWf) (:text |build-errors) (:type :leaf) - |yyj $ {} (:at 1626290808117) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1626201180939) (:by |rJG4IHzWf) (:text "|\"./calcit.build-errors") + |j $ %{} :Leaf (:at 1626201183958) (:by |rJG4IHzWf) (:text |:default) + |r $ %{} :Leaf (:at 1626201187310) (:by |rJG4IHzWf) (:text |build-errors) + |yyj $ %{} :Expr (:at 1626290808117) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1626290810913) (:by |rJG4IHzWf) (:text "|\"bottom-tip") (:type :leaf) - |j $ {} (:at 1626290816153) (:by |rJG4IHzWf) (:text |:default) (:type :leaf) - |r $ {} (:at 1626290825711) (:by |rJG4IHzWf) (:text |hud!) (:type :leaf) - :proc $ {} (:at 1499755354983) (:type :expr) - :data $ {} - |app.schema $ {} - :defs $ {} - |store $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1626290810913) (:by |rJG4IHzWf) (:text "|\"bottom-tip") + |j $ %{} :Leaf (:at 1626290816153) (:by |rJG4IHzWf) (:text |:default) + |r $ %{} :Leaf (:at 1626290825711) (:by |rJG4IHzWf) (:text |hud!) + |app.schema $ %{} :FileEntry + :defs $ {} + |store $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1499755354983) (:by |root) (:text |def) (:type :leaf) - |j $ {} (:at 1499755354983) (:by |root) (:text |store) (:type :leaf) - |r $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |def) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |store) + |r $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1499755354983) (:by |root) (:text |{}) (:type :leaf) - |j $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |{}) + |j $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1499755354983) (:by |root) (:text |:states) (:type :leaf) - |j $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |:states) + |j $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1499755354983) (:by |root) (:text |{}) (:type :leaf) - |j $ {} (:at 1584781004285) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |{}) + |j $ %{} :Expr (:at 1584781004285) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1584781007054) (:by |rJG4IHzWf) (:text |:cursor) (:type :leaf) - |j $ {} (:at 1584781007287) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1584781007054) (:by |rJG4IHzWf) (:text |:cursor) + |j $ %{} :Expr (:at 1584781007287) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1584781007486) (:by |rJG4IHzWf) (:text |[]) (:type :leaf) - |r $ {} (:at 1627801118011) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1584781007486) (:by |rJG4IHzWf) (:text |[]) + |r $ %{} :Expr (:at 1627801118011) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627801120060) (:by |rJG4IHzWf) (:text |:messages) (:type :leaf) - |j $ {} (:at 1627801120433) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1627801120060) (:by |rJG4IHzWf) (:text |:messages) + |j $ %{} :Expr (:at 1627801120433) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1627801120688) (:by |rJG4IHzWf) (:text |[]) (:type :leaf) - :ns $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1627801120688) (:by |rJG4IHzWf) (:text |[]) + :ns $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1499755354983) (:by |root) (:text |ns) (:type :leaf) - |j $ {} (:at 1499755354983) (:by |root) (:text |app.schema) (:type :leaf) - :proc $ {} (:at 1499755354983) (:type :expr) - :data $ {} - |app.updater $ {} - :defs $ {} - |updater $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |ns) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |app.schema) + |app.updater $ %{} :FileEntry + :defs $ {} + |updater $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1499755354983) (:by |root) (:text |defn) (:type :leaf) - |j $ {} (:at 1499755354983) (:by |root) (:text |updater) (:type :leaf) - |r $ {} (:at 1499755354983) (:type :expr) - :data $ {} - |T $ {} (:at 1499755354983) (:by |root) (:text |store) (:type :leaf) - |j $ {} (:at 1499755354983) (:by |root) (:text |op) (:type :leaf) - |r $ {} (:at 1584874633844) (:by |rJG4IHzWf) (:text |data) (:type :leaf) - |v $ {} (:at 1519489491135) (:by |root) (:text |op-id) (:type :leaf) - |x $ {} (:at 1519489492110) (:by |root) (:text |op-time) (:type :leaf) - |v $ {} (:at 1499755354983) (:type :expr) - :data $ {} - |T $ {} (:at 1627801079668) (:by |rJG4IHzWf) (:text |case-default) (:type :leaf) - |j $ {} (:at 1499755354983) (:by |root) (:text |op) (:type :leaf) - |l $ {} (:at 1627801080463) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627801080839) (:by |rJG4IHzWf) (:text |do) (:type :leaf) - |j $ {} (:at 1627801081247) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627801084785) (:by |rJG4IHzWf) (:text |println) (:type :leaf) - |j $ {} (:at 1627801089483) (:by |rJG4IHzWf) (:text "|\"unknown op:") (:type :leaf) - |r $ {} (:at 1627801092273) (:by |rJG4IHzWf) (:text |op) (:type :leaf) - |r $ {} (:at 1627801094463) (:by |rJG4IHzWf) (:text |store) (:type :leaf) - |n $ {} (:at 1507399852251) (:by |root) (:type :expr) - :data $ {} - |T $ {} (:at 1507399855618) (:by |root) (:text |:states) (:type :leaf) - |j $ {} (:at 1584874625235) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1584874626558) (:by |rJG4IHzWf) (:text |update-states) (:type :leaf) - |j $ {} (:at 1584874628374) (:by |rJG4IHzWf) (:text |store) (:type :leaf) - |r $ {} (:at 1584874632002) (:by |rJG4IHzWf) (:text |data) (:type :leaf) - |t $ {} (:at 1518157547521) (:by |root) (:type :expr) - :data $ {} - |T $ {} (:at 1518157657108) (:by |root) (:text |:hydrate-storage) (:type :leaf) - |j $ {} (:at 1584874637339) (:by |rJG4IHzWf) (:text |data) (:type :leaf) - |w $ {} (:at 1627801136982) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627801136982) (:by |rJG4IHzWf) (:text |:message) (:type :leaf) - |j $ {} (:at 1627801136982) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627801136982) (:by |rJG4IHzWf) (:text |update) (:type :leaf) - |j $ {} (:at 1627801136982) (:by |rJG4IHzWf) (:text |store) (:type :leaf) - |r $ {} (:at 1627801136982) (:by |rJG4IHzWf) (:text |:messages) (:type :leaf) - |v $ {} (:at 1627801136982) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627801136982) (:by |rJG4IHzWf) (:text |fn) (:type :leaf) - |j $ {} (:at 1627801136982) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627801136982) (:by |rJG4IHzWf) (:text |xs) (:type :leaf) - |r $ {} (:at 1627801136982) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627801136982) (:by |rJG4IHzWf) (:text |conj) (:type :leaf) - |j $ {} (:at 1627801136982) (:by |rJG4IHzWf) (:text |xs) (:type :leaf) - |r $ {} (:at 1627801136982) (:by |rJG4IHzWf) (:text |data) (:type :leaf) - |x $ {} (:at 1627905089793) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627905091344) (:by |rJG4IHzWf) (:text |:clear) (:type :leaf) - |j $ {} (:at 1627905092058) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627905096353) (:by |rJG4IHzWf) (:text |assoc) (:type :leaf) - |j $ {} (:at 1627905097366) (:by |rJG4IHzWf) (:text |store) (:type :leaf) - |r $ {} (:at 1627905099251) (:by |rJG4IHzWf) (:text |:messages) (:type :leaf) - |v $ {} (:at 1627905099600) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1627905099847) (:by |rJG4IHzWf) (:text |[]) (:type :leaf) - |y $ {} (:at 1628703478685) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703478685) (:by |rJG4IHzWf) (:text |:swap-messages) (:type :leaf) - |j $ {} (:at 1628703478685) (:by |rJG4IHzWf) (:type :expr) - :data $ {} - |T $ {} (:at 1628703478685) (:by |rJG4IHzWf) (:text |assoc) (:type :leaf) - |j $ {} (:at 1628703478685) (:by |rJG4IHzWf) (:text |store) (:type :leaf) - |r $ {} (:at 1628703478685) (:by |rJG4IHzWf) (:text |:messages) (:type :leaf) - |v $ {} (:at 1628703478685) (:by |rJG4IHzWf) (:text |data) (:type :leaf) - :ns $ {} (:at 1499755354983) (:type :expr) + |T $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |defn) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |updater) + |r $ %{} :Expr (:at 1499755354983) (:by nil) + :data $ {} + |T $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |store) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |op) + |v $ %{} :Leaf (:at 1519489491135) (:by |root) (:text |op-id) + |x $ %{} :Leaf (:at 1519489492110) (:by |root) (:text |op-time) + |v $ %{} :Expr (:at 1499755354983) (:by nil) + :data $ {} + |T $ %{} :Leaf (:at 1701192610337) (:by |rJG4IHzWf) (:text |tag-match) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |op) + |n $ %{} :Expr (:at 1507399852251) (:by |root) + :data $ {} + |T $ %{} :Expr (:at 1701192618721) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1507399855618) (:by |root) (:text |:states) + |b $ %{} :Leaf (:at 1701192620825) (:by |rJG4IHzWf) (:text |cursor) + |h $ %{} :Leaf (:at 1701192621106) (:by |rJG4IHzWf) (:text |s) + |j $ %{} :Expr (:at 1584874625235) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1584874626558) (:by |rJG4IHzWf) (:text |update-states) + |j $ %{} :Leaf (:at 1584874628374) (:by |rJG4IHzWf) (:text |store) + |r $ %{} :Leaf (:at 1701192623288) (:by |rJG4IHzWf) (:text |cursor) + |t $ %{} :Leaf (:at 1701192623579) (:by |rJG4IHzWf) (:text |s) + |t $ %{} :Expr (:at 1518157547521) (:by |root) + :data $ {} + |T $ %{} :Expr (:at 1701192624803) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1518157657108) (:by |root) (:text |:hydrate-storage) + |b $ %{} :Leaf (:at 1701192625430) (:by |rJG4IHzWf) (:text |data) + |j $ %{} :Leaf (:at 1584874637339) (:by |rJG4IHzWf) (:text |data) + |w $ %{} :Expr (:at 1627801136982) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Expr (:at 1701192627349) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627801136982) (:by |rJG4IHzWf) (:text |:message) + |b $ %{} :Leaf (:at 1701192628042) (:by |rJG4IHzWf) (:text |data) + |j $ %{} :Expr (:at 1627801136982) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627801136982) (:by |rJG4IHzWf) (:text |update) + |j $ %{} :Leaf (:at 1627801136982) (:by |rJG4IHzWf) (:text |store) + |r $ %{} :Leaf (:at 1627801136982) (:by |rJG4IHzWf) (:text |:messages) + |v $ %{} :Expr (:at 1627801136982) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627801136982) (:by |rJG4IHzWf) (:text |fn) + |j $ %{} :Expr (:at 1627801136982) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627801136982) (:by |rJG4IHzWf) (:text |xs) + |r $ %{} :Expr (:at 1627801136982) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627801136982) (:by |rJG4IHzWf) (:text |conj) + |j $ %{} :Leaf (:at 1627801136982) (:by |rJG4IHzWf) (:text |xs) + |r $ %{} :Leaf (:at 1627801136982) (:by |rJG4IHzWf) (:text |data) + |x $ %{} :Expr (:at 1627905089793) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Expr (:at 1701192629767) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627905091344) (:by |rJG4IHzWf) (:text |:clear) + |j $ %{} :Expr (:at 1627905092058) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627905096353) (:by |rJG4IHzWf) (:text |assoc) + |j $ %{} :Leaf (:at 1627905097366) (:by |rJG4IHzWf) (:text |store) + |r $ %{} :Leaf (:at 1627905099251) (:by |rJG4IHzWf) (:text |:messages) + |v $ %{} :Expr (:at 1627905099600) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1627905099847) (:by |rJG4IHzWf) (:text |[]) + |y $ %{} :Expr (:at 1628703478685) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Expr (:at 1701192631165) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1628703478685) (:by |rJG4IHzWf) (:text |:swap-messages) + |b $ %{} :Leaf (:at 1701192631824) (:by |rJG4IHzWf) (:text |data) + |j $ %{} :Expr (:at 1628703478685) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1628703478685) (:by |rJG4IHzWf) (:text |assoc) + |j $ %{} :Leaf (:at 1628703478685) (:by |rJG4IHzWf) (:text |store) + |r $ %{} :Leaf (:at 1628703478685) (:by |rJG4IHzWf) (:text |:messages) + |v $ %{} :Leaf (:at 1628703478685) (:by |rJG4IHzWf) (:text |data) + |z $ %{} :Expr (:at 1701192612983) (:by |rJG4IHzWf) + :data $ {} + |D $ %{} :Leaf (:at 1701192614949) (:by |rJG4IHzWf) (:text |_) + |T $ %{} :Expr (:at 1701192614039) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701192614039) (:by |rJG4IHzWf) (:text |do) + |b $ %{} :Expr (:at 1701192614039) (:by |rJG4IHzWf) + :data $ {} + |T $ %{} :Leaf (:at 1701192616769) (:by |rJG4IHzWf) (:text |eprintln) + |b $ %{} :Leaf (:at 1701192614039) (:by |rJG4IHzWf) (:text "|\"unknown op:") + |h $ %{} :Leaf (:at 1701192614039) (:by |rJG4IHzWf) (:text |op) + |h $ %{} :Leaf (:at 1701192614039) (:by |rJG4IHzWf) (:text |store) + :ns $ %{} :CodeEntry (:doc |) + :code $ %{} :Expr (:at 1499755354983) (:by nil) :data $ {} - |T $ {} (:at 1499755354983) (:by |root) (:text |ns) (:type :leaf) - |j $ {} (:at 1499755354983) (:by |root) (:text |app.updater) (:type :leaf) - |r $ {} (:at 1584874614885) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |ns) + |j $ %{} :Leaf (:at 1499755354983) (:by |root) (:text |app.updater) + |r $ %{} :Expr (:at 1584874614885) (:by |rJG4IHzWf) :data $ {} - |T $ {} (:at 1584874616480) (:by |rJG4IHzWf) (:text |:require) (:type :leaf) - |j $ {} (:at 1584874616720) (:by |rJG4IHzWf) (:type :expr) + |T $ %{} :Leaf (:at 1584874616480) (:by |rJG4IHzWf) (:text |:require) + |j $ %{} :Expr (:at 1584874616720) (:by |rJG4IHzWf) :data $ {} - |j $ {} (:at 1584874620034) (:by |rJG4IHzWf) (:text |respo.cursor) (:type :leaf) - |r $ {} (:at 1584874621356) (:by |rJG4IHzWf) (:text |:refer) (:type :leaf) - |v $ {} (:at 1584874621524) (:by |rJG4IHzWf) (:type :expr) + |j $ %{} :Leaf (:at 1584874620034) (:by |rJG4IHzWf) (:text |respo.cursor) + |r $ %{} :Leaf (:at 1584874621356) (:by |rJG4IHzWf) (:text |:refer) + |v $ %{} :Expr (:at 1584874621524) (:by |rJG4IHzWf) :data $ {} - |j $ {} (:at 1584874623096) (:by |rJG4IHzWf) (:text |update-states) (:type :leaf) - :proc $ {} (:at 1499755354983) (:type :expr) - :data $ {} + |j $ %{} :Leaf (:at 1584874623096) (:by |rJG4IHzWf) (:text |update-states) :users $ {} |rJG4IHzWf $ {} (:avatar nil) (:id |rJG4IHzWf) (:name |chen) (:nickname |chen) (:password |d41d8cd98f00b204e9800998ecf8427e) (:theme :star-trail) |root $ {} (:avatar nil) (:id |root) (:name |root) (:nickname |root) (:password |d41d8cd98f00b204e9800998ecf8427e) (:theme :star-trail) diff --git a/compact.cirru b/compact.cirru index 3754e71..1ba0f36 100644 --- a/compact.cirru +++ b/compact.cirru @@ -4,420 +4,484 @@ :modules $ [] |respo.calcit/compact.cirru |lilac/compact.cirru |memof/compact.cirru |respo-ui.calcit/compact.cirru |respo-markdown.calcit/compact.cirru |reel.calcit/compact.cirru |respo-feather.calcit/ :entries $ {} :files $ {} - |app.comp.container $ {} + |app.comp.container $ %{} :FileEntry :defs $ {} - |at-pattern $ quote - def at-pattern $ new js/RegExp "\"@" - |comp-avatar $ quote - defcomp comp-avatar (label) - [] (effect-render-icon label) - div $ {} - :style $ {} (:width 40) (:height 40) - :border $ str "\"1px solid " (hsl 0 0 90) - :border-radius "\"2px" - |comp-container $ quote - defcomp comp-container (reel) - let - store $ :store reel - states $ :states store - cursor $ either (:cursor states) ([]) - state $ either (:data states) - {} (:content "\"") (:voice? false) - div - {} $ :style - merge ui/global ui/fullscreen ui/row $ {} (:background-color :white) (:font-size 16) + |at-pattern $ %{} :CodeEntry (:doc |) + :code $ quote + def at-pattern $ new js/RegExp "\"@" + |comp-avatar $ %{} :CodeEntry (:doc |) + :code $ quote + defcomp comp-avatar (label) + [] (effect-render-icon label) + div $ {} (:class-name style-avatar) + |comp-container $ %{} :CodeEntry (:doc |) + :code $ quote + defcomp comp-container (reel) + let + store $ :store reel + states $ :states store + cursor $ either (:cursor states) ([]) + state $ either (:data states) + {} (:content "\"") (:voice? false) div - {} $ :style - merge ui/column $ {} (:width "\"28%") - :background-color $ hsl 0 0 94 - memof-call comp-menu $ :voice? state + {} + :class-name $ str-spaced css/global css/fullscreen css/row + :style $ {} (:background-color :white) (:font-size 16) div - {} $ :style - merge ui/row-parted $ {} (:padding "\"0 8px") (:user-select :none) - a $ {} (:href "\"https://github.com/b-conf/hestory") (:target "\"_blank") (:inner-text "\"源码查看 GitHub.") - :style $ {} (:font-size 14) - span $ {} (:inner-text "\"Voice") - :style $ {} (:cursor :pointer) (:font-family ui/font-fancy) - :color $ if (:voice? state) (hsl 240 60 60) (hsl 0 0 80) - :on-click $ fn (e d!) - d! cursor $ update state :voice? not + {} (:class-name css/column) + :style $ {} (:width "\"28%") + :background-color $ hsl 0 0 94 + memof1-call comp-menu $ :voice? state + div + {} (:class-name css/row-parted) + :style $ {} (:padding "\"0 8px") (:user-select :none) + a $ {} (:href "\"https://github.com/b-conf/hestory") (:target "\"_blank") (:inner-text "\"源码查看 GitHub.") + :style $ {} (:font-size 14) + span $ {} (:inner-text "\"Voice") + :style $ {} (:cursor :pointer) (:font-family ui/font-fancy) + :color $ if (:voice? state) (hsl 240 60 60) (hsl 0 0 80) + :on-click $ fn (e d!) + d! cursor $ update state :voice? not + div + {} $ :class-name (str-spaced css/expand css/column) + memof1-call comp-header + comp-messages $ :messages store + memof1-call comp-input $ >> states :input + when dev? $ comp-reel (>> states :reel) reel ({}) + |comp-header $ %{} :CodeEntry (:doc |) + :code $ quote + defcomp comp-header () $ div + {} $ :class-name (str-spaced css/row-parted style-header) + span nil + span + {} $ :on-click + fn (e d!) (js/document.body.requestFullscreen) + <> "\"Hestory" $ {} (:font-family ui/font-fancy) + comp-icon :trash + {} (:font-size 20) + :color $ hsl 320 80 70 + :line-height "\"20px" + :vertical-align :middle + :cursor :pointer + fn (e d!) (d! :clear nil) + let + xs $ js/document.querySelectorAll "\"audio" + .!forEach xs $ fn (x i ? n) (.!remove x) + js/window.speechSynthesis.cancel + |comp-input $ %{} :CodeEntry (:doc |) + :code $ quote + defcomp comp-input (states) + let + cursor $ :cursor states + state $ either (:data states) + {} $ :content "\"" div - {} $ :style (merge ui/expand ui/column) - memof-call comp-header - comp-messages $ :messages store - memof-call comp-input $ >> states :input - when dev? $ comp-reel (>> states :reel) reel ({}) - |comp-header $ quote - defcomp comp-header () $ div - {} $ :style - merge ui/row-parted $ {} (:padding "\"4px 6px") (:font-weight 300) (:font-size 16) - :background-color $ hsl 0 0 97 - :border-bottom $ str "\"1px solid " (hsl 0 0 90) - span nil - span - {} $ :on-click - fn (e d!) (js/document.body.requestFullscreen) - <> "\"Hestory" $ {} (:font-family ui/font-fancy) - comp-icon :trash - {} (:font-size 20) - :color $ hsl 320 80 70 - :line-height "\"20px" - :vertical-align :middle - :cursor :pointer - fn (e d!) (d! :clear nil) - let - xs $ js/document.querySelectorAll "\"audio" - .!forEach xs $ fn (x i ? n) (.!remove x) - js/window.speechSynthesis.cancel - |comp-input $ quote - defcomp comp-input (states) - let - cursor $ :cursor states - state $ either (:data states) - {} $ :content "\"" + {} $ :style + merge ui/row-middle $ {} (:padding "\"6px 10px") + :background-color $ hsl 0 0 97 + :border-top $ str "\"1px solid " (hsl 0 0 90) + textarea $ {} + :value $ :content state + :placeholder "\"Reply..." + :style $ merge ui/textarea ui/expand + {} (:height 40) (:line-height "\"24px") (:border :none) + :on-input $ fn (e d!) + d! cursor $ assoc state :content (:value e) + :autofocus true + :on-keydown $ fn (e d!) + let + event $ :event e + when + = "\"Enter" $ .-key event + .!preventDefault $ :event e + d! :message $ {} (:author "\"Me") + :text $ .-value + .-target $ :event e + d! cursor $ assoc state :content "\"" + scroll-view! + |comp-menu $ %{} :CodeEntry (:doc |) + :code $ quote + defcomp comp-menu (voice?) div - {} $ :style - merge ui/row-middle $ {} (:padding "\"6px 10px") - :background-color $ hsl 0 0 97 - :border-top $ str "\"1px solid " (hsl 0 0 90) - textarea $ {} - :value $ :content state - :placeholder "\"Reply..." - :style $ merge ui/textarea ui/expand - {} (:height 40) (:line-height "\"24px") (:border :none) - :on-input $ fn (e d!) - d! cursor $ assoc state :content (:value e) - :autofocus true - :on-keydown $ fn (e d!) - let - event $ :event e - when - = "\"Enter" $ .-key event - .!preventDefault $ :event e - d! :message $ {} (:author "\"Me") - :text $ .-value - .-target $ :event e - d! cursor $ assoc state :content "\"" - scroll-view! - |comp-menu $ quote - defcomp comp-menu (voice?) - div - {} $ :style - merge ui/expand $ {} (:padding "\"16px 0") (:line-height "\"36px") - list-> ({}) - -> reading-list $ map - fn (info) - [] (:idx info) - div - {} (:class-name "\"hover-item") - :style $ merge ui/row-middle - {} (:cursor :pointer) (:padding "\"0 8px") - :on-click $ fn (e d!) (js/window.speechSynthesis.cancel) - if voice? - read-content (:messages info) 0 d! - swap-messages (:messages info) d! - comp-icon :link - {} (:font-size 14) - :color $ hsl 230 70 70 - :line-height "\"14px" - , nil - =< 2 nil - <> (:idx info) + {} + :style $ {} (:padding "\"16px 0") (:line-height "\"36px") + :class-name css/expand + list-> ({}) + -> reading-list $ map + fn (info) + [] (:idx info) + div {} - :color $ hsl 0 0 70 - :font-size 12 - :font-family ui/font-code - =< 8 nil - <> $ :title info - =< 8 nil - <> - str $ count (:messages info) - {} (:font-size 12) - :background-color $ hsl 200 60 85 - :color :white - :padding "\"0px 5px" - :border-radius "\"8px" - :line-height "\"16px" - =< nil 80 - |comp-message $ quote - defcomp comp-message (content) - div - {} $ :style - merge ui/row $ {} (:width "\"98%") (:padding "\"4px 10px") - comp-avatar $ :author content - =< 8 nil + :class-name $ str-spaced css/row-middle "\"hover-item" style-entry + :on-click $ fn (e d!) (js/window.speechSynthesis.cancel) + if voice? + read-content (:messages info) 0 d! + swap-messages (:messages info) d! + comp-icon :link + {} (:font-size 14) + :color $ hsl 230 70 70 + :line-height "\"14px" + , nil + =< 2 nil + <> (:idx info) style-ep-no + =< 8 nil + <> $ :title info + =< 8 nil + <> + str $ count (:messages info) + , style-message-count + =< nil 80 + |comp-message $ %{} :CodeEntry (:doc |) + :code $ quote + defcomp comp-message (content) div - {} $ :style ui/flex + {} (:class-name css/row) + :style $ {} (:width "\"98%") (:padding "\"4px 10px") + comp-avatar $ :author content + =< 8 nil div - {} $ :style - {} - :color $ hsl 0 0 70 - :font-size 12 - :line-height "\"18px" + {} $ :class-name css/flex div - {} $ :style ui/row-parted - <> $ :author content - <> - str "\"#" $ or (:floor content) "\"_" - {} (:font-size 10) - :color $ hsl 0 0 80 - :font-family ui/font-code + {} $ :class-name style-message-area + div + {} $ :class-name css/row-parted + <> $ :author content + <> + str "\"#" $ or (:floor content) "\"_" + , style-floor + div + {} $ :class-name style-message + if (:code? content) + pre + {} $ :class-name style-message-code + code $ {} + :innerText $ trim (:text content) + comp-md $ :text content + |comp-messages $ %{} :CodeEntry (:doc |) + :code $ quote + defcomp comp-messages (ms) + div + {} $ :class-name css/expand + =< nil 8 + list-> + {} $ :id "\"message-area" + -> ms + or $ [] + .map-indexed $ fn (idx m) + [] idx $ comp-message m + if (empty? ms) div - {} $ :style - {} - :color $ hsl 0 0 40 - :font-size 16 - :line-height "\"24px" - if (:code? content) - pre - {} $ :style - {} (:font-size 14) (:margin 0) (:border-radius "\"4px") - :border $ str "\"1px solid " (hsl 0 0 90) - :padding "\"6px 8px" - code $ {} - :innerText $ trim (:text content) - comp-md $ :text content - |comp-messages $ quote - defcomp comp-messages (ms) - div - {} $ :style ui/expand - =< nil 8 - list-> - {} $ :id "\"message-area" - -> ms - or $ [] - .map-indexed $ fn (idx m) - [] idx $ comp-message m - if (empty? ms) - div - {} $ :style - merge ui/center $ {} (:padding "\"40px") - <> "\"Cleared." $ {} (:font-family ui/font-fancy) (:font-weight 500) - :color $ hsl 0 0 70 - :font-style :italic - =< nil 80 - |effect-render-icon $ quote - defeffect effect-render-icon (label) (action el at?) - case-default action nil - :mount $ let - svg-ns "\"http://www.w3.org/2000/svg" - svg $ js/document.createElementNS svg-ns "\"svg" - .!appendChild el svg - jdenticon/update svg label - :update $ let - svg $ .!querySelector el "\"svg" - jdenticon/update svg label - |keywordize-edn $ quote - defn keywordize-edn (data) - cond - list? data - map data keywordize-edn - (map? data) - map-kv data $ fn (k v) - [] (turn-keyword k) (keywordize-edn v) - true data - |read-content $ quote - defn read-content (messages idx d!) - when - not $ empty? messages - let - msg $ first messages - text $ if (:code? msg) "\"Code" (:text msg) - d! :message $ assoc msg :floor idx - ; println "\"read" text - case-default api-target - speech! (santinize-voice text) - fn () $ read-content (rest messages) (inc idx) d! - "\"xunfei" $ speakXunfei (santinize-voice text) - fn () $ read-content (rest messages) (inc idx) d! - "\"azure" $ synthesizeAzureSpeech (santinize-voice text) (get-env "\"azure-key") - fn $ - fn () $ read-content (rest messages) (inc idx) d! - "\"audio" $ requestAudioSpeech (get-env "\"audio-host") (santinize-voice text) - fn () $ read-content (rest messages) (inc idx) d! - scroll-view! - |reading-list $ quote - def reading-list $ [] - parse-cirru-edn $ slurp "\"data/2019-08-15-serverless.cirru" - parse-cirru-edn $ slurp "\"data/2019-07-22-http2-perf.cirru" - parse-cirru-edn $ slurp "\"data/2019-07-10-deps-lock.cirru" - parse-cirru-edn $ slurp "\"data/2019-07-02-yield-syntax.cirru" - parse-cirru-edn $ slurp "\"data/2019-06-06-top-level-await.cirru" - parse-cirru-edn $ slurp "\"data/2019-03-21-decorator-change.cirru" - parse-cirru-edn $ slurp "\"data/2018-12-07-chrome-ie.cirru" - parse-cirru-edn $ slurp "\"data/2018-11-19-private-field-problem.cirru" - keywordize-edn $ to-calcit-data - toml/parse $ slurp "\"data/2020-08-12-template-stringify.toml" - parse-cirru-edn $ slurp "\"data/2018-11-14-js-build-speed.cirru" - parse-cirru-edn $ slurp "\"data/2018-11-06-web-comps-templates.cirru" - parse-cirru-edn $ slurp "\"data/2018-11-06-svelte-proposal.cirru" - parse-cirru-edn $ slurp "\"data/2018-11-01-react-hooks-internals.cirru" - parse-cirru-edn $ slurp "\"data/2018-10-26-react-hooks-wonder.cirru" - parse-cirru-edn $ slurp "\"data/2018-10-21-react-class-syntax.cirru" - parse-cirru-edn $ slurp "\"data/2018-09-27-vue-ts.cirru" - parse-cirru-edn $ slurp "\"data/2018-08-23-worker-dom.cirru" - parse-cirru-edn $ slurp "\"data/2018-07-21-algebraic-interrupts-early.cirru" - parse-cirru-edn $ slurp "\"data/2018-08-10-write-book.cirru" - parse-cirru-edn $ slurp "\"data/2018-08-18-babel-compile.cirru" - parse-cirru-edn $ slurp "\"data/2018-07-13-vue-internals.cirru" - parse-cirru-edn $ slurp "\"data/2018-07-04-babel-parser.cirru" - parse-cirru-edn $ slurp "\"data/2018-06-15-vue-stars.cirru" - parse-cirru-edn $ slurp "\"data/2018-05-11-layered-apis.cirru" - parse-cirru-edn $ slurp "\"data/2018-07-23-demo.cirru" - |santinize-voice $ quote - defn santinize-voice (text) - -> text (.!replace at-pattern "\" at ") - .!replace url-pattern $ fn (target & args) + {} (:class-name css/center) + :style $ {} (:padding "\"40px") + <> "\"Cleared." $ {} (:font-family ui/font-fancy) (:font-weight 500) + :color $ hsl 0 0 70 + :font-style :italic + =< nil 80 + |effect-render-icon $ %{} :CodeEntry (:doc |) + :code $ quote + defeffect effect-render-icon (label) (action el at?) + case-default action nil + :mount $ let + svg-ns "\"http://www.w3.org/2000/svg" + svg $ js/document.createElementNS svg-ns "\"svg" + .!appendChild el svg + jdenticon/update svg label + :update $ let + svg $ .!querySelector el "\"svg" + jdenticon/update svg label + |load-data $ %{} :CodeEntry (:doc |) + :code $ quote + defmacro load-data (path) (; println "\"reading path" path) + &data-to-code $ parse-cirru-edn (read-file path) + |read-content $ %{} :CodeEntry (:doc |) + :code $ quote + defn read-content (messages idx d!) + when + not $ empty? messages let - url $ new js/URL target - if (some? url) - str "\" link to " - .!replace (.-host url) "\"www." "\"" - , "\" " - , "\"link. " - |scroll-view! $ quote - defn scroll-view! () $ js/setTimeout - fn () $ let - target $ js/document.querySelector "\"#message-area" - last-child $ if (some? target) (.-lastElementChild target) - if (some? last-child) - if - some? $ .-scrollIntoViewIfNeeded last-child - .!scrollIntoViewIfNeeded last-child - .!scrollIntoView last-child - js/console.warn "\"no target" - , 100 - |slurp $ quote - defmacro slurp (path) (; println "\"reading path" path) (read-file path) - |speech! $ quote - defn speech! (text cb) - let - t $ new js/window.SpeechSynthesisUtterance text - set! (.-lang t) "\"zh-cn" - set! (.-rate t) 1.2 + msg $ first messages + text $ if (:code? msg) "\"Code" (:text msg) + d! :message $ assoc msg :floor idx + ; println "\"read" text + case-default api-target + speech! (santinize-voice text) + fn () $ read-content (rest messages) (inc idx) d! + "\"xunfei" $ speakXunfei (santinize-voice text) + fn () $ read-content (rest messages) (inc idx) d! + "\"azure" $ synthesizeAzureSpeech (santinize-voice text) (get-env "\"azure-key") + fn $ + fn () $ read-content (rest messages) (inc idx) d! + "\"audio" $ requestAudioSpeech (get-env "\"audio-host") (santinize-voice text) + fn () $ read-content (rest messages) (inc idx) d! + scroll-view! + |reading-list $ %{} :CodeEntry (:doc |) + :code $ quote + def reading-list $ [] + identity $ load-data "\"data/2019-08-15-serverless.cirru" + identity $ load-data "\"data/2019-07-22-http2-perf.cirru" + identity $ load-data "\"data/2019-07-10-deps-lock.cirru" + identity $ load-data "\"data/2019-07-02-yield-syntax.cirru" + identity $ load-data "\"data/2019-06-06-top-level-await.cirru" + identity $ load-data "\"data/2019-03-21-decorator-change.cirru" + identity $ load-data "\"data/2018-12-07-chrome-ie.cirru" + identity $ load-data "\"data/2018-11-19-private-field-problem.cirru" + tagging-edn $ to-calcit-data + toml/parse $ slurp "\"data/2020-08-12-template-stringify.toml" + identity $ load-data "\"data/2018-11-14-js-build-speed.cirru" + identity $ load-data "\"data/2018-11-06-web-comps-templates.cirru" + identity $ load-data "\"data/2018-11-06-svelte-proposal.cirru" + identity $ load-data "\"data/2018-11-01-react-hooks-internals.cirru" + identity $ load-data "\"data/2018-10-26-react-hooks-wonder.cirru" + identity $ load-data "\"data/2018-10-21-react-class-syntax.cirru" + identity $ load-data "\"data/2018-09-27-vue-ts.cirru" + identity $ load-data "\"data/2018-08-23-worker-dom.cirru" + identity $ load-data "\"data/2018-07-21-algebraic-interrupts-early.cirru" + identity $ load-data "\"data/2018-08-10-write-book.cirru" + identity $ load-data "\"data/2018-08-18-babel-compile.cirru" + identity $ load-data "\"data/2018-07-13-vue-internals.cirru" + identity $ load-data "\"data/2018-07-04-babel-parser.cirru" + identity $ load-data "\"data/2018-06-15-vue-stars.cirru" + identity $ load-data "\"data/2018-05-11-layered-apis.cirru" + identity $ load-data "\"data/2018-07-23-demo.cirru" + |santinize-voice $ %{} :CodeEntry (:doc |) + :code $ quote + defn santinize-voice (text) + -> text (.!replace at-pattern "\" at ") + .!replace url-pattern $ fn (target & args) + let + url $ new js/URL target + if (some? url) + str "\" link to " + .!replace (.-host url) "\"www." "\"" + , "\" " + , "\"link. " + |scroll-view! $ %{} :CodeEntry (:doc |) + :code $ quote + defn scroll-view! () $ js/setTimeout + fn () $ let + target $ js/document.querySelector "\"#message-area" + last-child $ if (some? target) (.-lastElementChild target) + if (some? last-child) + if + some? $ .-scrollIntoViewIfNeeded last-child + .!scrollIntoViewIfNeeded last-child + .!scrollIntoView last-child + js/console.warn "\"no target" + , 100 + |slurp $ %{} :CodeEntry (:doc |) + :code $ quote + defmacro slurp (path) (read-file path) + |speech! $ %{} :CodeEntry (:doc |) + :code $ quote + defn speech! (text cb) let - v0 $ js/window.speechSynthesis.getVoices - vs $ .!filter v0 - fn (v i a) - .!includes (.-lang v) "\"zh" - if - some? $ aget vs 3 - set! (.-voice t) (aget vs 3) - js/console.warn "\"no voice:" v0 - js/window.speechSynthesis.speak t - set! (.-onend t) - fn (event) (js/setTimeout cb 400) - ; set! (.-onerror t) - fn (event) (js/console.log "\"speech error:" event) (js/setTimeout cb 400) - ; set! (.-onboundary t) - fn (event) (js/console.log "\"speech boundary:" event) (js/setTimeout cb 1000) - ; set! (.-onpause t) - fn (event) (js/console.log "\"speech pause:" event) (js/setTimeout cb 1000) - |swap-messages $ quote - defn swap-messages (messages d!) (d! :swap-messages messages) - |url-pattern $ quote - def url-pattern $ new js/RegExp "\"https?:[\\w\\d\\/_#\\.\\=\\?\\-\\%]+" - :ns $ quote - ns app.comp.container $ :require (respo-ui.core :as ui) - respo-ui.core :refer $ hsl - respo.core :refer $ defcomp defeffect <> >> a div button textarea span input list-> create-element pre code - respo.comp.space :refer $ =< - reel.comp.reel :refer $ comp-reel - respo-md.comp.md :refer $ comp-md - app.config :refer $ dev? api-target - memof.alias :refer $ memof-call - "\"jdenticon" :as jdenticon - "\"../xunfei/sdk" :refer $ speakXunfei - "\"../assets/play-azure" :refer $ synthesizeAzureSpeech - "\"../assets/play-audio" :refer $ requestAudioSpeech - feather.core :refer $ comp-icon comp-i - "\"toml" :as toml - |app.config $ {} + t $ new js/window.SpeechSynthesisUtterance text + set! (.-lang t) "\"zh-cn" + set! (.-rate t) 1.2 + let + v0 $ js/window.speechSynthesis.getVoices + vs $ .!filter v0 + fn (v i a) + .!includes (.-lang v) "\"zh" + if + some? $ aget vs 3 + set! (.-voice t) (aget vs 3) + js/console.warn "\"no voice:" v0 + js/window.speechSynthesis.speak t + set! (.-onend t) + fn (event) (js/setTimeout cb 400) + ; set! (.-onerror t) + fn (event) (js/console.log "\"speech error:" event) (js/setTimeout cb 400) + ; set! (.-onboundary t) + fn (event) (js/console.log "\"speech boundary:" event) (js/setTimeout cb 1000) + ; set! (.-onpause t) + fn (event) (js/console.log "\"speech pause:" event) (js/setTimeout cb 1000) + |style-avatar $ %{} :CodeEntry (:doc |) + :code $ quote + defstyle style-avatar $ {} + "\"&" $ {} (:width 40) (:height 40) + :border $ str "\"1px solid " (hsl 0 0 90) + :border-radius "\"2px" + |style-entry $ %{} :CodeEntry (:doc |) + :code $ quote + defstyle style-entry $ {} + "\"&" $ {} (:cursor :pointer) (:padding "\"0 8px") + |style-ep-no $ %{} :CodeEntry (:doc |) + :code $ quote + defstyle style-ep-no $ {} + "\"&" $ {} + :color $ hsl 0 0 70 + :font-size 12 + :font-family ui/font-code + |style-floor $ %{} :CodeEntry (:doc |) + :code $ quote + defstyle style-floor $ {} + "\"&" $ {} (:font-size 10) + :color $ hsl 0 0 80 + :font-family ui/font-code + |style-header $ %{} :CodeEntry (:doc |) + :code $ quote + defstyle style-header $ {} + "\"&" $ {} (:padding "\"4px 6px") (:font-weight 300) (:font-size 16) + :background-color $ hsl 0 0 97 + :border-bottom $ str "\"1px solid " (hsl 0 0 90) + |style-message $ %{} :CodeEntry (:doc |) + :code $ quote + defstyle style-message $ {} + "\"&" $ {} + :color $ hsl 0 0 40 + :font-size 16 + :line-height "\"24px" + |style-message-area $ %{} :CodeEntry (:doc |) + :code $ quote + defstyle style-message-area $ {} + "\"&" $ {} + :color $ hsl 0 0 70 + :font-size 12 + :line-height "\"18px" + |style-message-code $ %{} :CodeEntry (:doc |) + :code $ quote + defstyle style-message-code $ {} + "\"&" $ {} (:font-size 14) (:margin 0) (:border-radius "\"4px") + :border $ str "\"1px solid " (hsl 0 0 90) + :padding "\"6px 8px" + |style-message-count $ %{} :CodeEntry (:doc |) + :code $ quote + defstyle style-message-count $ {} + "\"&" $ {} (:font-size 12) + :background-color $ hsl 200 60 85 + :color :white + :padding "\"0px 5px" + :border-radius "\"8px" + :line-height "\"16px" + |swap-messages $ %{} :CodeEntry (:doc |) + :code $ quote + defn swap-messages (messages d!) (d! :swap-messages messages) + |url-pattern $ %{} :CodeEntry (:doc |) + :code $ quote + def url-pattern $ new js/RegExp "\"https?:[\\w\\d\\/_#\\.\\=\\?\\-\\%]+" + :ns $ %{} :CodeEntry (:doc |) + :code $ quote + ns app.comp.container $ :require (respo-ui.core :as ui) (respo-ui.css :as css) + respo.css :refer $ defstyle + respo-ui.core :refer $ hsl + respo.core :refer $ defcomp defeffect <> >> a div button textarea span input list-> create-element pre code + respo.comp.space :refer $ =< + reel.comp.reel :refer $ comp-reel + respo-md.comp.md :refer $ comp-md + app.config :refer $ dev? api-target + memof.once :refer $ memof1-call + "\"jdenticon" :as jdenticon + "\"../xunfei/sdk" :refer $ speakXunfei + "\"../assets/play-azure" :refer $ synthesizeAzureSpeech + "\"../assets/play-audio" :refer $ requestAudioSpeech + feather.core :refer $ comp-icon comp-i + "\"toml" :as toml + |app.config $ %{} :FileEntry :defs $ {} - |api-target $ quote - def api-target $ get-env "\"api-target" - |dev? $ quote - def dev? $ = "\"dev" (get-env "\"mode") - |site $ quote - def site $ {} (:storage-key "\"hestory") - :ns $ quote (ns app.config) - |app.main $ {} + |api-target $ %{} :CodeEntry (:doc |) + :code $ quote + def api-target $ get-env "\"api-target" + |dev? $ %{} :CodeEntry (:doc |) + :code $ quote + def dev? $ = "\"dev" (get-env "\"mode") + |site $ %{} :CodeEntry (:doc |) + :code $ quote + def site $ {} (:storage-key "\"hestory") + :ns $ %{} :CodeEntry (:doc |) + :code $ quote (ns app.config) + |app.main $ %{} :FileEntry :defs $ {} - |*reel $ quote - defatom *reel $ -> reel-schema/reel (assoc :base schema/store) (assoc :store schema/store) - |dispatch! $ quote - defn dispatch! (op op-data) - when - and config/dev? $ not= op :states - println "\"Dispatch:" op - reset! *reel $ reel-updater updater @*reel op op-data - |main! $ quote - defn main! () - if (= config/dev? "\"dev") (load-console-formatter!) - println "\"Running mode:" $ if config/dev? "\"dev" "\"release" - js/window.speechSynthesis.getVoices - render-app! - add-watch *reel :changes $ fn (reel prev) (render-app!) - listen-devtools! |k dispatch! - js/window.addEventListener |beforeunload $ fn (event) (; persist-storage!) (js/speechSynthesis.cancel) - ; repeat! 60 persist-storage! - ; let - raw $ js/localStorage.getItem (:storage-key config/site) - when (some? raw) - dispatch! :hydrate-storage $ parse-cirru-edn raw - println "|App started." - |mount-target $ quote - def mount-target $ .!querySelector js/document |.app - |persist-storage! $ quote - defn persist-storage! () $ .!setItem js/localStorage (:storage-key config/site) - format-cirru-edn $ :store @*reel - |reload! $ quote - defn reload! () $ if (nil? build-errors) - do (remove-watch *reel :changes) (clear-cache!) + |*reel $ %{} :CodeEntry (:doc |) + :code $ quote + defatom *reel $ -> reel-schema/reel (assoc :base schema/store) (assoc :store schema/store) + |dispatch! $ %{} :CodeEntry (:doc |) + :code $ quote + defn dispatch! (op) + when + and config/dev? $ not= (nth op 0) :states + js/console.log "\"Dispatch:" op + reset! *reel $ reel-updater updater @*reel op + |main! $ %{} :CodeEntry (:doc |) + :code $ quote + defn main! () + if (= config/dev? "\"dev") (load-console-formatter!) + println "\"Running mode:" $ if config/dev? "\"dev" "\"release" + js/window.speechSynthesis.getVoices + render-app! add-watch *reel :changes $ fn (reel prev) (render-app!) - reset! *reel $ refresh-reel @*reel schema/store updater - hud! "\"ok~" "\"Ok" - hud! "\"error" build-errors - |render-app! $ quote - defn render-app! () $ render! mount-target (comp-container @*reel) dispatch! - |repeat! $ quote - defn repeat! (duration cb) - js/setTimeout - fn () (cb) - repeat! (* 1000 duration) cb - * 1000 duration - :ns $ quote - ns app.main $ :require - respo.core :refer $ render! clear-cache! - app.comp.container :refer $ comp-container - app.updater :refer $ updater - app.schema :as schema - reel.util :refer $ listen-devtools! - reel.core :refer $ reel-updater refresh-reel - reel.schema :as reel-schema - app.config :as config - "\"./calcit.build-errors" :default build-errors - "\"bottom-tip" :default hud! - |app.schema $ {} + listen-devtools! |k dispatch! + js/window.addEventListener |beforeunload $ fn (event) (; persist-storage!) (js/speechSynthesis.cancel) + ; repeat! 60 persist-storage! + ; let + raw $ js/localStorage.getItem (:storage-key config/site) + when (some? raw) + dispatch! :hydrate-storage $ parse-cirru-edn raw + println "|App started." + |mount-target $ %{} :CodeEntry (:doc |) + :code $ quote + def mount-target $ .!querySelector js/document |.app + |persist-storage! $ %{} :CodeEntry (:doc |) + :code $ quote + defn persist-storage! () $ .!setItem js/localStorage (:storage-key config/site) + format-cirru-edn $ :store @*reel + |reload! $ %{} :CodeEntry (:doc |) + :code $ quote + defn reload! () $ if (nil? build-errors) + do (remove-watch *reel :changes) (clear-cache!) + add-watch *reel :changes $ fn (reel prev) (render-app!) + reset! *reel $ refresh-reel @*reel schema/store updater + hud! "\"ok~" "\"Ok" + hud! "\"error" build-errors + |render-app! $ %{} :CodeEntry (:doc |) + :code $ quote + defn render-app! () $ render! mount-target (comp-container @*reel) dispatch! + |repeat! $ %{} :CodeEntry (:doc |) + :code $ quote + defn repeat! (duration cb) + js/setTimeout + fn () (cb) + repeat! (* 1000 duration) cb + * 1000 duration + :ns $ %{} :CodeEntry (:doc |) + :code $ quote + ns app.main $ :require + respo.core :refer $ render! clear-cache! + app.comp.container :refer $ comp-container + app.updater :refer $ updater + app.schema :as schema + reel.util :refer $ listen-devtools! + reel.core :refer $ reel-updater refresh-reel + reel.schema :as reel-schema + app.config :as config + "\"./calcit.build-errors" :default build-errors + "\"bottom-tip" :default hud! + |app.schema $ %{} :FileEntry :defs $ {} - |store $ quote - def store $ {} - :states $ {} - :cursor $ [] - :messages $ [] - :ns $ quote (ns app.schema) - |app.updater $ {} + |store $ %{} :CodeEntry (:doc |) + :code $ quote + def store $ {} + :states $ {} + :cursor $ [] + :messages $ [] + :ns $ %{} :CodeEntry (:doc |) + :code $ quote (ns app.schema) + |app.updater $ %{} :FileEntry :defs $ {} - |updater $ quote - defn updater (store op data op-id op-time) - case-default op - do (println "\"unknown op:" op) store - :states $ update-states store data - :hydrate-storage data - :message $ update store :messages - fn (xs) (conj xs data) - :clear $ assoc store :messages ([]) - :swap-messages $ assoc store :messages data - :ns $ quote - ns app.updater $ :require - respo.cursor :refer $ update-states + |updater $ %{} :CodeEntry (:doc |) + :code $ quote + defn updater (store op op-id op-time) + tag-match op + :states cursor s + update-states store cursor s + (:hydrate-storage data) data + (:message data) + update store :messages $ fn (xs) (conj xs data) + (:clear) + assoc store :messages $ [] + (:swap-messages data) (assoc store :messages data) + _ $ do (eprintln "\"unknown op:" op) store + :ns $ %{} :CodeEntry (:doc |) + :code $ quote + ns app.updater $ :require + respo.cursor :refer $ update-states diff --git a/data/2019-07-02-yield-syntax.cirru b/data/2019-07-02-yield-syntax.cirru index 5558d47..90dd72a 100644 --- a/data/2019-07-02-yield-syntax.cirru +++ b/data/2019-07-02-yield-syntax.cirru @@ -134,7 +134,7 @@ :text "|我能想到的就是一个parser的例子。 `function *parse() { for(;;) { dealwith(function.sent); yield /*wait for next token*/ } }`" {} :author "|引证" - :text "[囧]这个我就爱莫能助了" + :text "|[囧]这个我就爱莫能助了" {} :author "|小问" :text "|真想不到啥…" diff --git a/package.cirru b/package.cirru new file mode 100644 index 0000000..61405a2 --- /dev/null +++ b/package.cirru @@ -0,0 +1,10 @@ + +{} + :dependencies $ {} + |calcit-lang/lilac |main + |calcit-lang/memof |main + |Respo/respo.calcit |main + |Respo/reel.calcit |main + |Respo/respo-markdown.calcit |main + |Respo/respo-ui.calcit |main + |Respo/respo-feather.calcit |main diff --git a/package.json b/package.json index 85130bb..99be019 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,17 @@ { "dependencies": { - "@calcit/procs": "^0.6.20", + "@calcit/procs": "^0.8.13", "@ltd/j-toml": "^1.38.0", "jdenticon": "^3.2.0", "toml": "^3.0.0" }, "devDependencies": { - "bottom-tip": "^0.1.3", - "crypto-js": "^4.1.1", - "feather-icons": "^4.29.0", - "js-base64": "^3.7.4", - "microsoft-cognitiveservices-speech-sdk": "^1.25.0", - "vite": "^4.0.4" + "bottom-tip": "^0.1.5", + "crypto-js": "^4.2.0", + "feather-icons": "^4.29.1", + "js-base64": "^3.7.5", + "microsoft-cognitiveservices-speech-sdk": "^1.33.1", + "vite": "^5.0.3" }, "version": "0.0.1" } diff --git a/yarn.lock b/yarn.lock index 1edc331..2cab0f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,149 +2,216 @@ # yarn lockfile v1 -"@calcit/procs@^0.6.20": - version "0.6.20" - resolved "https://registry.yarnpkg.com/@calcit/procs/-/procs-0.6.20.tgz#c0b29cbe1d99901be04c3c564fd55ae1ed76169d" - integrity sha512-9k5GoWy1bilKmlMvdwiGf6twC0tU0YWBVdvsnG5LzQkP6tRTFk5iq+7CqW3IpX7Tb8iAR7qoTmmQzP4F2vNl/g== +"@calcit/procs@^0.8.13": + version "0.8.13" + resolved "https://registry.yarnpkg.com/@calcit/procs/-/procs-0.8.13.tgz#115d6d43ae22b0f63f34dcfac2b619c47ea28f50" + integrity sha512-VfQdrO0Chnn9apOA/qLAGXnI9PFuFeFwr6dUCNobKlNoiF+ZAFjIAZBbmVB57L9MDHrikmCDtiJ7KefM5NHtVg== dependencies: - "@calcit/ternary-tree" "0.0.19" + "@calcit/ternary-tree" "0.0.23" "@cirru/parser.ts" "^0.0.6" - "@cirru/writer.ts" "^0.1.3" + "@cirru/writer.ts" "^0.1.4" -"@calcit/ternary-tree@0.0.19": - version "0.0.19" - resolved "https://registry.yarnpkg.com/@calcit/ternary-tree/-/ternary-tree-0.0.19.tgz#b5b33a3d07a9e603feeef7cd642958c83628122f" - integrity sha512-dn2kNlcOQOPtCAeE68MHcRgrZzRP+jNKBmDW2wO0S8HTUA2SeAbpzZoK0HfcTHFmlGl6yKpjZ95rICQ319AjcA== +"@calcit/ternary-tree@0.0.23": + version "0.0.23" + resolved "https://registry.yarnpkg.com/@calcit/ternary-tree/-/ternary-tree-0.0.23.tgz#a299f7ffd614ac2dfe2cbcf78506934df4008c77" + integrity sha512-GKHfokm1YBUvPprV9p227fDpE+w4lVl4YKQpfKoNEqvprJnC4HRXaa+QSLwZkvZlXr09hAA0x4l4ZKUIcbYydg== "@cirru/parser.ts@^0.0.6": version "0.0.6" resolved "https://registry.yarnpkg.com/@cirru/parser.ts/-/parser.ts-0.0.6.tgz#b95a84e02273fcbd71ff100925782b6f86410234" integrity sha512-qpDNPq+IuuwYjQFI+wzpd3ntbF7lwJs90v1XWyLQbL9Ru4ld4aHxVGwW/9F/QOu5mEGCMXtagCoYDf0HtOpDZg== -"@cirru/writer.ts@^0.1.3": - version "0.1.3" - resolved "https://registry.yarnpkg.com/@cirru/writer.ts/-/writer.ts-0.1.3.tgz#5f54bdecaa20ba3dab16cbe6da711854138a9c0a" - integrity sha512-vJnhmhm7we5UfQIwmZfQpF3bAFbVybzT6LbmkbQHxgijaQg3gPfNVsnSIa3g3KpmWVtvkzEx+nUy5aMwsJiV1A== - -"@esbuild/android-arm64@0.16.17": - version "0.16.17" - resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.16.17.tgz#cf91e86df127aa3d141744edafcba0abdc577d23" - integrity sha512-MIGl6p5sc3RDTLLkYL1MyL8BMRN4tLMRCn+yRJJmEDvYZ2M7tmAf80hx1kbNEUX2KJ50RRtxZ4JHLvCfuB6kBg== - -"@esbuild/android-arm@0.16.17": - version "0.16.17" - resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.16.17.tgz#025b6246d3f68b7bbaa97069144fb5fb70f2fff2" - integrity sha512-N9x1CMXVhtWEAMS7pNNONyA14f71VPQN9Cnavj1XQh6T7bskqiLLrSca4O0Vr8Wdcga943eThxnVp3JLnBMYtw== - -"@esbuild/android-x64@0.16.17": - version "0.16.17" - resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.16.17.tgz#c820e0fef982f99a85c4b8bfdd582835f04cd96e" - integrity sha512-a3kTv3m0Ghh4z1DaFEuEDfz3OLONKuFvI4Xqczqx4BqLyuFaFkuaG4j2MtA6fuWEFeC5x9IvqnX7drmRq/fyAQ== - -"@esbuild/darwin-arm64@0.16.17": - version "0.16.17" - resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.16.17.tgz#edef4487af6b21afabba7be5132c26d22379b220" - integrity sha512-/2agbUEfmxWHi9ARTX6OQ/KgXnOWfsNlTeLcoV7HSuSTv63E4DqtAc+2XqGw1KHxKMHGZgbVCZge7HXWX9Vn+w== - -"@esbuild/darwin-x64@0.16.17": - version "0.16.17" - resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.16.17.tgz#42829168730071c41ef0d028d8319eea0e2904b4" - integrity sha512-2By45OBHulkd9Svy5IOCZt376Aa2oOkiE9QWUK9fe6Tb+WDr8hXL3dpqi+DeLiMed8tVXspzsTAvd0jUl96wmg== - -"@esbuild/freebsd-arm64@0.16.17": - version "0.16.17" - resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.16.17.tgz#1f4af488bfc7e9ced04207034d398e793b570a27" - integrity sha512-mt+cxZe1tVx489VTb4mBAOo2aKSnJ33L9fr25JXpqQqzbUIw/yzIzi+NHwAXK2qYV1lEFp4OoVeThGjUbmWmdw== - -"@esbuild/freebsd-x64@0.16.17": - version "0.16.17" - resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.16.17.tgz#636306f19e9bc981e06aa1d777302dad8fddaf72" - integrity sha512-8ScTdNJl5idAKjH8zGAsN7RuWcyHG3BAvMNpKOBaqqR7EbUhhVHOqXRdL7oZvz8WNHL2pr5+eIT5c65kA6NHug== - -"@esbuild/linux-arm64@0.16.17": - version "0.16.17" - resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.16.17.tgz#a003f7ff237c501e095d4f3a09e58fc7b25a4aca" - integrity sha512-7S8gJnSlqKGVJunnMCrXHU9Q8Q/tQIxk/xL8BqAP64wchPCTzuM6W3Ra8cIa1HIflAvDnNOt2jaL17vaW+1V0g== - -"@esbuild/linux-arm@0.16.17": - version "0.16.17" - resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.16.17.tgz#b591e6a59d9c4fe0eeadd4874b157ab78cf5f196" - integrity sha512-iihzrWbD4gIT7j3caMzKb/RsFFHCwqqbrbH9SqUSRrdXkXaygSZCZg1FybsZz57Ju7N/SHEgPyaR0LZ8Zbe9gQ== - -"@esbuild/linux-ia32@0.16.17": - version "0.16.17" - resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.16.17.tgz#24333a11027ef46a18f57019450a5188918e2a54" - integrity sha512-kiX69+wcPAdgl3Lonh1VI7MBr16nktEvOfViszBSxygRQqSpzv7BffMKRPMFwzeJGPxcio0pdD3kYQGpqQ2SSg== - -"@esbuild/linux-loong64@0.16.17": - version "0.16.17" - resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.16.17.tgz#d5ad459d41ed42bbd4d005256b31882ec52227d8" - integrity sha512-dTzNnQwembNDhd654cA4QhbS9uDdXC3TKqMJjgOWsC0yNCbpzfWoXdZvp0mY7HU6nzk5E0zpRGGx3qoQg8T2DQ== - -"@esbuild/linux-mips64el@0.16.17": - version "0.16.17" - resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.16.17.tgz#4e5967a665c38360b0a8205594377d4dcf9c3726" - integrity sha512-ezbDkp2nDl0PfIUn0CsQ30kxfcLTlcx4Foz2kYv8qdC6ia2oX5Q3E/8m6lq84Dj/6b0FrkgD582fJMIfHhJfSw== - -"@esbuild/linux-ppc64@0.16.17": - version "0.16.17" - resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.16.17.tgz#206443a02eb568f9fdf0b438fbd47d26e735afc8" - integrity sha512-dzS678gYD1lJsW73zrFhDApLVdM3cUF2MvAa1D8K8KtcSKdLBPP4zZSLy6LFZ0jYqQdQ29bjAHJDgz0rVbLB3g== - -"@esbuild/linux-riscv64@0.16.17": - version "0.16.17" - resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.16.17.tgz#c351e433d009bf256e798ad048152c8d76da2fc9" - integrity sha512-ylNlVsxuFjZK8DQtNUwiMskh6nT0vI7kYl/4fZgV1llP5d6+HIeL/vmmm3jpuoo8+NuXjQVZxmKuhDApK0/cKw== - -"@esbuild/linux-s390x@0.16.17": - version "0.16.17" - resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.16.17.tgz#661f271e5d59615b84b6801d1c2123ad13d9bd87" - integrity sha512-gzy7nUTO4UA4oZ2wAMXPNBGTzZFP7mss3aKR2hH+/4UUkCOyqmjXiKpzGrY2TlEUhbbejzXVKKGazYcQTZWA/w== - -"@esbuild/linux-x64@0.16.17": - version "0.16.17" - resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.16.17.tgz#e4ba18e8b149a89c982351443a377c723762b85f" - integrity sha512-mdPjPxfnmoqhgpiEArqi4egmBAMYvaObgn4poorpUaqmvzzbvqbowRllQ+ZgzGVMGKaPkqUmPDOOFQRUFDmeUw== - -"@esbuild/netbsd-x64@0.16.17": - version "0.16.17" - resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.16.17.tgz#7d4f4041e30c5c07dd24ffa295c73f06038ec775" - integrity sha512-/PzmzD/zyAeTUsduZa32bn0ORug+Jd1EGGAUJvqfeixoEISYpGnAezN6lnJoskauoai0Jrs+XSyvDhppCPoKOA== - -"@esbuild/openbsd-x64@0.16.17": - version "0.16.17" - resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.16.17.tgz#970fa7f8470681f3e6b1db0cc421a4af8060ec35" - integrity sha512-2yaWJhvxGEz2RiftSk0UObqJa/b+rIAjnODJgv2GbGGpRwAfpgzyrg1WLK8rqA24mfZa9GvpjLcBBg8JHkoodg== - -"@esbuild/sunos-x64@0.16.17": - version "0.16.17" - resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.16.17.tgz#abc60e7c4abf8b89fb7a4fe69a1484132238022c" - integrity sha512-xtVUiev38tN0R3g8VhRfN7Zl42YCJvyBhRKw1RJjwE1d2emWTVToPLNEQj/5Qxc6lVFATDiy6LjVHYhIPrLxzw== - -"@esbuild/win32-arm64@0.16.17": - version "0.16.17" - resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.16.17.tgz#7b0ff9e8c3265537a7a7b1fd9a24e7bd39fcd87a" - integrity sha512-ga8+JqBDHY4b6fQAmOgtJJue36scANy4l/rL97W+0wYmijhxKetzZdKOJI7olaBaMhWt8Pac2McJdZLxXWUEQw== - -"@esbuild/win32-ia32@0.16.17": - version "0.16.17" - resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.16.17.tgz#e90fe5267d71a7b7567afdc403dfd198c292eb09" - integrity sha512-WnsKaf46uSSF/sZhwnqE4L/F89AYNMiD4YtEcYekBt9Q7nj0DiId2XH2Ng2PHM54qi5oPrQ8luuzGszqi/veig== - -"@esbuild/win32-x64@0.16.17": - version "0.16.17" - resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.16.17.tgz#c5a1a4bfe1b57f0c3e61b29883525c6da3e5c091" - integrity sha512-y+EHuSchhL7FjHgvQL/0fnnFmO4T1bhvWANX6gcnqTjtnKWbTvUMCpGnv2+t+31d7RzyEAYAd4u2fnIhHL6N/Q== +"@cirru/writer.ts@^0.1.4": + version "0.1.4" + resolved "https://registry.yarnpkg.com/@cirru/writer.ts/-/writer.ts-0.1.4.tgz#4b5851d002ab7c4891457bf8c707f09620c8f122" + integrity sha512-Uy3Y7jjLdaxLW9ajZuIS9rp+dhaSVU95hRRwvnP6E16PwgPl+zGs6Xqn1L7Lqw07ypujrdBBdFQyRJOLc6IHQQ== + +"@esbuild/android-arm64@0.19.8": + version "0.19.8" + resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.19.8.tgz#fb7130103835b6d43ea499c3f30cfb2b2ed58456" + integrity sha512-B8JbS61bEunhfx8kasogFENgQfr/dIp+ggYXwTqdbMAgGDhRa3AaPpQMuQU0rNxDLECj6FhDzk1cF9WHMVwrtA== + +"@esbuild/android-arm@0.19.8": + version "0.19.8" + resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.19.8.tgz#b46e4d9e984e6d6db6c4224d72c86b7757e35bcb" + integrity sha512-31E2lxlGM1KEfivQl8Yf5aYU/mflz9g06H6S15ITUFQueMFtFjESRMoDSkvMo8thYvLBax+VKTPlpnx+sPicOA== + +"@esbuild/android-x64@0.19.8": + version "0.19.8" + resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.19.8.tgz#a13db9441b5a4f4e4fec4a6f8ffacfea07888db7" + integrity sha512-rdqqYfRIn4jWOp+lzQttYMa2Xar3OK9Yt2fhOhzFXqg0rVWEfSclJvZq5fZslnz6ypHvVf3CT7qyf0A5pM682A== + +"@esbuild/darwin-arm64@0.19.8": + version "0.19.8" + resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.19.8.tgz#49f5718d36541f40dd62bfdf84da9c65168a0fc2" + integrity sha512-RQw9DemMbIq35Bprbboyf8SmOr4UXsRVxJ97LgB55VKKeJOOdvsIPy0nFyF2l8U+h4PtBx/1kRf0BelOYCiQcw== + +"@esbuild/darwin-x64@0.19.8": + version "0.19.8" + resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.19.8.tgz#75c5c88371eea4bfc1f9ecfd0e75104c74a481ac" + integrity sha512-3sur80OT9YdeZwIVgERAysAbwncom7b4bCI2XKLjMfPymTud7e/oY4y+ci1XVp5TfQp/bppn7xLw1n/oSQY3/Q== + +"@esbuild/freebsd-arm64@0.19.8": + version "0.19.8" + resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.8.tgz#9d7259fea4fd2b5f7437b52b542816e89d7c8575" + integrity sha512-WAnPJSDattvS/XtPCTj1tPoTxERjcTpH6HsMr6ujTT+X6rylVe8ggxk8pVxzf5U1wh5sPODpawNicF5ta/9Tmw== + +"@esbuild/freebsd-x64@0.19.8": + version "0.19.8" + resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.19.8.tgz#abac03e1c4c7c75ee8add6d76ec592f46dbb39e3" + integrity sha512-ICvZyOplIjmmhjd6mxi+zxSdpPTKFfyPPQMQTK/w+8eNK6WV01AjIztJALDtwNNfFhfZLux0tZLC+U9nSyA5Zg== + +"@esbuild/linux-arm64@0.19.8": + version "0.19.8" + resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.19.8.tgz#c577932cf4feeaa43cb9cec27b89cbe0df7d9098" + integrity sha512-z1zMZivxDLHWnyGOctT9JP70h0beY54xDDDJt4VpTX+iwA77IFsE1vCXWmprajJGa+ZYSqkSbRQ4eyLCpCmiCQ== + +"@esbuild/linux-arm@0.19.8": + version "0.19.8" + resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.19.8.tgz#d6014d8b98b5cbc96b95dad3d14d75bb364fdc0f" + integrity sha512-H4vmI5PYqSvosPaTJuEppU9oz1dq2A7Mr2vyg5TF9Ga+3+MGgBdGzcyBP7qK9MrwFQZlvNyJrvz6GuCaj3OukQ== + +"@esbuild/linux-ia32@0.19.8": + version "0.19.8" + resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.19.8.tgz#2379a0554307d19ac4a6cdc15b08f0ea28e7a40d" + integrity sha512-1a8suQiFJmZz1khm/rDglOc8lavtzEMRo0v6WhPgxkrjcU0LkHj+TwBrALwoz/OtMExvsqbbMI0ChyelKabSvQ== + +"@esbuild/linux-loong64@0.19.8": + version "0.19.8" + resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.19.8.tgz#e2a5bbffe15748b49356a6cd7b2d5bf60c5a7123" + integrity sha512-fHZWS2JJxnXt1uYJsDv9+b60WCc2RlvVAy1F76qOLtXRO+H4mjt3Tr6MJ5l7Q78X8KgCFudnTuiQRBhULUyBKQ== + +"@esbuild/linux-mips64el@0.19.8": + version "0.19.8" + resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.19.8.tgz#1359331e6f6214f26f4b08db9b9df661c57cfa24" + integrity sha512-Wy/z0EL5qZYLX66dVnEg9riiwls5IYnziwuju2oUiuxVc+/edvqXa04qNtbrs0Ukatg5HEzqT94Zs7J207dN5Q== + +"@esbuild/linux-ppc64@0.19.8": + version "0.19.8" + resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.19.8.tgz#9ba436addc1646dc89dae48c62d3e951ffe70951" + integrity sha512-ETaW6245wK23YIEufhMQ3HSeHO7NgsLx8gygBVldRHKhOlD1oNeNy/P67mIh1zPn2Hr2HLieQrt6tWrVwuqrxg== + +"@esbuild/linux-riscv64@0.19.8": + version "0.19.8" + resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.19.8.tgz#fbcf0c3a0b20f40b5fc31c3b7695f0769f9de66b" + integrity sha512-T2DRQk55SgoleTP+DtPlMrxi/5r9AeFgkhkZ/B0ap99zmxtxdOixOMI570VjdRCs9pE4Wdkz7JYrsPvsl7eESg== + +"@esbuild/linux-s390x@0.19.8": + version "0.19.8" + resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.19.8.tgz#989e8a05f7792d139d5564ffa7ff898ac6f20a4a" + integrity sha512-NPxbdmmo3Bk7mbNeHmcCd7R7fptJaczPYBaELk6NcXxy7HLNyWwCyDJ/Xx+/YcNH7Im5dHdx9gZ5xIwyliQCbg== + +"@esbuild/linux-x64@0.19.8": + version "0.19.8" + resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.19.8.tgz#b187295393a59323397fe5ff51e769ec4e72212b" + integrity sha512-lytMAVOM3b1gPypL2TRmZ5rnXl7+6IIk8uB3eLsV1JwcizuolblXRrc5ShPrO9ls/b+RTp+E6gbsuLWHWi2zGg== + +"@esbuild/netbsd-x64@0.19.8": + version "0.19.8" + resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.19.8.tgz#c1ec0e24ea82313cb1c7bae176bd5acd5bde7137" + integrity sha512-hvWVo2VsXz/8NVt1UhLzxwAfo5sioj92uo0bCfLibB0xlOmimU/DeAEsQILlBQvkhrGjamP0/el5HU76HAitGw== + +"@esbuild/openbsd-x64@0.19.8": + version "0.19.8" + resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.19.8.tgz#0c5b696ac66c6d70cf9ee17073a581a28af9e18d" + integrity sha512-/7Y7u77rdvmGTxR83PgaSvSBJCC2L3Kb1M/+dmSIvRvQPXXCuC97QAwMugBNG0yGcbEGfFBH7ojPzAOxfGNkwQ== + +"@esbuild/sunos-x64@0.19.8": + version "0.19.8" + resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.19.8.tgz#2a697e1f77926ff09fcc457d8f29916d6cd48fb1" + integrity sha512-9Lc4s7Oi98GqFA4HzA/W2JHIYfnXbUYgekUP/Sm4BG9sfLjyv6GKKHKKVs83SMicBF2JwAX6A1PuOLMqpD001w== + +"@esbuild/win32-arm64@0.19.8": + version "0.19.8" + resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.19.8.tgz#ec029e62a2fca8c071842ecb1bc5c2dd20b066f1" + integrity sha512-rq6WzBGjSzihI9deW3fC2Gqiak68+b7qo5/3kmB6Gvbh/NYPA0sJhrnp7wgV4bNwjqM+R2AApXGxMO7ZoGhIJg== + +"@esbuild/win32-ia32@0.19.8": + version "0.19.8" + resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.19.8.tgz#cbb9a3146bde64dc15543e48afe418c7a3214851" + integrity sha512-AIAbverbg5jMvJznYiGhrd3sumfwWs8572mIJL5NQjJa06P8KfCPWZQ0NwZbPQnbQi9OWSZhFVSUWjjIrn4hSw== + +"@esbuild/win32-x64@0.19.8": + version "0.19.8" + resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.19.8.tgz#c8285183dbdb17008578dbacb6e22748709b4822" + integrity sha512-bfZ0cQ1uZs2PqpulNL5j/3w+GDhP36k1K5c38QdQg+Swy51jFZWWeIkteNsufkQxp986wnqRRsb/bHbY1WQ7TA== "@ltd/j-toml@^1.38.0": version "1.38.0" resolved "https://registry.yarnpkg.com/@ltd/j-toml/-/j-toml-1.38.0.tgz#00d19f6d65ac5dac39bc64f97a545f47e9ebefc4" integrity sha512-lYtBcmvHustHQtg4X7TXUu1Xa/tbLC3p2wLvgQI+fWVySguVZJF60Snxijw5EiohumxZbR10kWYFFebh1zotiw== +"@rollup/rollup-android-arm-eabi@4.6.0": + version "4.6.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.6.0.tgz#c08a454d70605aacad17530a953791ea385e37d5" + integrity sha512-keHkkWAe7OtdALGoutLY3utvthkGF+Y17ws9LYT8pxMBYXaCoH/8dXS2uzo6e8+sEhY7y/zi5RFo22Dy2lFpDw== + +"@rollup/rollup-android-arm64@4.6.0": + version "4.6.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.6.0.tgz#e0cf96960405947c1a09a389467e6aa10ae1a226" + integrity sha512-y3Kt+34smKQNWilicPbBz/MXEY7QwDzMFNgwEWeYiOhUt9MTWKjHqe3EVkXwT2fR7izOvHpDWZ0o2IyD9SWX7A== + +"@rollup/rollup-darwin-arm64@4.6.0": + version "4.6.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.6.0.tgz#6d2f53021fbb9fdecf60bfb6fd5d999aef8385e9" + integrity sha512-oLzzxcUIHltHxOCmaXl+pkIlU+uhSxef5HfntW7RsLh1eHm+vJzjD9Oo4oUKso4YuP4PpbFJNlZjJuOrxo8dPg== + +"@rollup/rollup-darwin-x64@4.6.0": + version "4.6.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.6.0.tgz#b7d0a4bbe6fc493efa269a60a66dc070ac10e2bd" + integrity sha512-+ANnmjkcOBaV25n0+M0Bere3roeVAnwlKW65qagtuAfIxXF9YxUneRyAn/RDcIdRa7QrjRNJL3jR7T43ObGe8Q== + +"@rollup/rollup-linux-arm-gnueabihf@4.6.0": + version "4.6.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.6.0.tgz#12fad1802f500a0196ab0bb4dbb776aaabdedcc7" + integrity sha512-tBTSIkjSVUyrekddpkAqKOosnj1Fc0ZY0rJL2bIEWPKqlEQk0paORL9pUIlt7lcGJi3LzMIlUGXvtNi1Z6MOCQ== + +"@rollup/rollup-linux-arm64-gnu@4.6.0": + version "4.6.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.6.0.tgz#6de1caa2c9952d16dafa21dd26da9562d4ea2112" + integrity sha512-Ed8uJI3kM11de9S0j67wAV07JUNhbAqIrDYhQBrQW42jGopgheyk/cdcshgGO4fW5Wjq97COCY/BHogdGvKVNQ== + +"@rollup/rollup-linux-arm64-musl@4.6.0": + version "4.6.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.6.0.tgz#ef9cae3d22c8c44ff4f271e308bf1c013348bdc0" + integrity sha512-mZoNQ/qK4D7SSY8v6kEsAAyDgznzLLuSFCA3aBHZTmf3HP/dW4tNLTtWh9+LfyO0Z1aUn+ecpT7IQ3WtIg3ViQ== + +"@rollup/rollup-linux-x64-gnu@4.6.0": + version "4.6.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.6.0.tgz#e9071050bed7c64a9fd964cde3c8bd139bf8e489" + integrity sha512-rouezFHpwCqdEXsqAfNsTgSWO0FoZ5hKv5p+TGO5KFhyN/dvYXNMqMolOb8BkyKcPqjYRBeT+Z6V3aM26rPaYg== + +"@rollup/rollup-linux-x64-musl@4.6.0": + version "4.6.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.6.0.tgz#a4c7f5e0c363b2c34f6a7566b1c9da00bf0b96d0" + integrity sha512-Bbm+fyn3S6u51urfj3YnqBXg5vI2jQPncRRELaucmhBVyZkbWClQ1fEsRmdnCPpQOQfkpg9gZArvtMVkOMsh1w== + +"@rollup/rollup-win32-arm64-msvc@4.6.0": + version "4.6.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.6.0.tgz#9a7bfc660ac088d447858fc5223984deb979a55a" + integrity sha512-+MRMcyx9L2kTrTUzYmR61+XVsliMG4odFb5UmqtiT8xOfEicfYAGEuF/D1Pww1+uZkYhBqAHpvju7VN+GnC3ng== + +"@rollup/rollup-win32-ia32-msvc@4.6.0": + version "4.6.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.6.0.tgz#7d5fb96e9f0120451da1fece5c74d2bb373f8925" + integrity sha512-rxfeE6K6s/Xl2HGeK6cO8SiQq3k/3BYpw7cfhW5Bk2euXNEpuzi2cc7llxx1si1QgwfjNtdRNTGqdBzGlFZGFw== + +"@rollup/rollup-win32-x64-msvc@4.6.0": + version "4.6.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.6.0.tgz#15841505c7ec1648020941d04ca0210f88c59e3a" + integrity sha512-QqmCsydHS172Y0Kc13bkMXvipbJSvzeglBncJG3LsYJSiPlxYACz7MmJBs4A8l1oU+jfhYEIC/+AUSlvjmiX/g== + "@types/node@*": - version "18.11.18" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f" - integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA== + version "20.10.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.0.tgz#16ddf9c0a72b832ec4fcce35b8249cf149214617" + integrity sha512-D0WfRmU9TQ8I9PFx9Yc+EBHw+vSpIub4IDvQivcp26PtPrdMGAq5SDcpXEo/epqa/DXotVpekHiLNTg3iaKXBQ== + dependencies: + undici-types "~5.26.4" + +"@types/webrtc@^0.0.37": + version "0.0.37" + resolved "https://registry.yarnpkg.com/@types/webrtc/-/webrtc-0.0.37.tgz#693663dc5de8c6c85406f6cf5661ccc1e84e4c68" + integrity sha512-JGAJC/ZZDhcrrmepU4sPLQLIOIAgs5oIK+Ieq90K8fdaNMhfdfqmYatJdgif1NDQtvrSlTOGJDUYHIDunuufOg== agent-base@5: version "5.1.1" @@ -158,48 +225,6 @@ agent-base@^6.0.1: dependencies: debug "4" -asn1.js-rfc2560@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/asn1.js-rfc2560/-/asn1.js-rfc2560-5.0.1.tgz#cff99b903e714756b29503ad49de01c72f131e60" - integrity sha512-1PrVg6kuBziDN3PGFmRk3QrjpKvP9h/Hv5yMrFZvC1kpzP6dQRzf5BpKstANqHBkaOUmTpakJWhicTATOA/SbA== - dependencies: - asn1.js-rfc5280 "^3.0.0" - -asn1.js-rfc5280@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/asn1.js-rfc5280/-/asn1.js-rfc5280-3.0.0.tgz#94e60498d5d4984b842d1a825485837574ccc902" - integrity sha512-Y2LZPOWeZ6qehv698ZgOGGCZXBQShObWnGthTrIFlIQjuV1gg2B8QOhWFRExq/MR1VnPpIIe7P9vX2vElxv+Pg== - dependencies: - asn1.js "^5.0.0" - -asn1.js@^5.0.0: - version "5.4.1" - resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-5.4.1.tgz#11a980b84ebb91781ce35b0fdc2ee294e3783f07" - integrity sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA== - dependencies: - bn.js "^4.0.0" - inherits "^2.0.1" - minimalistic-assert "^1.0.0" - safer-buffer "^2.1.0" - -async-disk-cache@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/async-disk-cache/-/async-disk-cache-2.1.0.tgz#e0f37b187ed8c41a5991518a9556d206ae2843a2" - integrity sha512-iH+boep2xivfD9wMaZWkywYIURSmsL96d6MoqrC94BnGSvXE4Quf8hnJiHGFYhw/nLeIa1XyRaf4vvcvkwAefg== - dependencies: - debug "^4.1.1" - heimdalljs "^0.2.3" - istextorbinary "^2.5.1" - mkdirp "^0.5.0" - rimraf "^3.0.0" - rsvp "^4.8.5" - username-sync "^1.0.2" - -balanced-match@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" - integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== - bent@^7.3.12: version "7.3.12" resolved "https://registry.yarnpkg.com/bent/-/bent-7.3.12.tgz#e0a2775d4425e7674c64b78b242af4f49da6b035" @@ -209,31 +234,14 @@ bent@^7.3.12: caseless "~0.12.0" is-stream "^2.0.0" -binaryextensions@^2.1.2: - version "2.3.0" - resolved "https://registry.yarnpkg.com/binaryextensions/-/binaryextensions-2.3.0.tgz#1d269cbf7e6243ea886aa41453c3651ccbe13c22" - integrity sha512-nAihlQsYGyc5Bwq6+EsubvANYGExeJKHDO3RjnvwU042fawQTQfM3Kxn7IHUXQOz4bzfwsGYYHGSvXyW4zOGLg== - -bn.js@^4.0.0: - version "4.12.0" - resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88" - integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA== - -bottom-tip@^0.1.3: - version "0.1.3" - resolved "https://registry.yarnpkg.com/bottom-tip/-/bottom-tip-0.1.3.tgz#ad3a4bcc8c3d5b5c6dac68fd3d140bf18efc50f8" - integrity sha512-MJHQcCd9ni0IAOcMMdyT9kzt5hoQw1Gy6Uqee21wCuTMzbZ+L7calDYDp0lKdPSSZoAw0u2emjJBGVv1cwEphQ== +bottom-tip@^0.1.5: + version "0.1.5" + resolved "https://registry.yarnpkg.com/bottom-tip/-/bottom-tip-0.1.5.tgz#ca81e738fba6ae956a5b4c55a78a127820c9b99e" + integrity sha512-53RCkWg6hY8M7Y9lPgU2f2bAEejQh0H6SCL9B8ufFdYAOAH/cUEwxSsBIH0AcPbOcNaSgdEJr9OhdnTUENe5bA== dependencies: + nanoid "^4.0.1" virtual-dom "^2.1.1" -brace-expansion@^1.1.7: - version "1.1.11" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" - integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== - dependencies: - balanced-match "^1.0.0" - concat-map "0.0.1" - browser-split@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/browser-split/-/browser-split-0.0.1.tgz#7b097574f8e3ead606fb4664e64adfdda2981a93" @@ -266,22 +274,17 @@ classnames@^2.2.5: resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.3.2.tgz#351d813bf0137fcc6a76a16b88208d2560a0d924" integrity sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw== -concat-map@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" - integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== - core-js@^3.1.3: - version "3.27.2" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.27.2.tgz#85b35453a424abdcacb97474797815f4d62ebbf7" - integrity sha512-9ashVQskuh5AZEZ1JdQWp1GqSoC1e1G87MzRqg2gIfVAQ7Qn9K+uFj8EcniUFA4P2NLZfV+TOlX1SzoKfo+s7w== + version "3.33.3" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.33.3.tgz#3c644a323f0f533a0d360e9191e37f7fc059088d" + integrity sha512-lo0kOocUlLKmm6kv/FswQL8zbkH7mVsLJ/FULClOhv8WRVmKLVcs6XPNQAzstfeJTCHMyButEwG+z1kHxHoDZw== -crypto-js@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.1.1.tgz#9e485bcf03521041bd85844786b83fb7619736cf" - integrity sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw== +crypto-js@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.2.0.tgz#4d931639ecdfd12ff80e8186dba6af2c2e856631" + integrity sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q== -debug@4, debug@^4.1.1: +debug@4: version "4.3.4" resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== @@ -293,19 +296,6 @@ dom-walk@^0.1.0: resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.2.tgz#0c548bef048f4d1f2a97249002236060daa3fd84" integrity sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w== -editions@^2.2.0: - version "2.3.1" - resolved "https://registry.yarnpkg.com/editions/-/editions-2.3.1.tgz#3bc9962f1978e801312fbd0aebfed63b49bfe698" - integrity sha512-ptGvkwTvGdGfC0hfhKg0MT+TRLRKGtUiWGBInxOm5pz7ssADezahjCUaYuZ8Dr+C05FW0AECIIPt4WBxVINEhA== - dependencies: - errlop "^2.0.0" - semver "^6.3.0" - -errlop@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/errlop/-/errlop-2.2.0.tgz#1ff383f8f917ae328bebb802d6ca69666a42d21b" - integrity sha512-e64Qj9+4aZzjzzFpZC7p5kmm/ccCrbLhAJplhsDXQFs87XTsXwOpH4s1Io2s90Tau/8r2j9f4l/thhDevRjzxw== - error@^4.3.0: version "4.4.0" resolved "https://registry.yarnpkg.com/error/-/error-4.4.0.tgz#bf69ff251fb4a279c19adccdaa6b61e90d9bf12a" @@ -315,33 +305,33 @@ error@^4.3.0: string-template "~0.2.0" xtend "~4.0.0" -esbuild@^0.16.3: - version "0.16.17" - resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.16.17.tgz#fc2c3914c57ee750635fee71b89f615f25065259" - integrity sha512-G8LEkV0XzDMNwXKgM0Jwu3nY3lSTwSGY6XbxM9cr9+s0T/qSV1q1JVPBGzm3dcjhCic9+emZDmMffkwgPeOeLg== +esbuild@^0.19.3: + version "0.19.8" + resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.19.8.tgz#ad05b72281d84483fa6b5345bd246c27a207b8f1" + integrity sha512-l7iffQpT2OrZfH2rXIp7/FkmaeZM0vxbxN9KfiCwGYuZqzMg/JdvX26R31Zxn/Pxvsrg3Y9N6XTcnknqDyyv4w== optionalDependencies: - "@esbuild/android-arm" "0.16.17" - "@esbuild/android-arm64" "0.16.17" - "@esbuild/android-x64" "0.16.17" - "@esbuild/darwin-arm64" "0.16.17" - "@esbuild/darwin-x64" "0.16.17" - "@esbuild/freebsd-arm64" "0.16.17" - "@esbuild/freebsd-x64" "0.16.17" - "@esbuild/linux-arm" "0.16.17" - "@esbuild/linux-arm64" "0.16.17" - "@esbuild/linux-ia32" "0.16.17" - "@esbuild/linux-loong64" "0.16.17" - "@esbuild/linux-mips64el" "0.16.17" - "@esbuild/linux-ppc64" "0.16.17" - "@esbuild/linux-riscv64" "0.16.17" - "@esbuild/linux-s390x" "0.16.17" - "@esbuild/linux-x64" "0.16.17" - "@esbuild/netbsd-x64" "0.16.17" - "@esbuild/openbsd-x64" "0.16.17" - "@esbuild/sunos-x64" "0.16.17" - "@esbuild/win32-arm64" "0.16.17" - "@esbuild/win32-ia32" "0.16.17" - "@esbuild/win32-x64" "0.16.17" + "@esbuild/android-arm" "0.19.8" + "@esbuild/android-arm64" "0.19.8" + "@esbuild/android-x64" "0.19.8" + "@esbuild/darwin-arm64" "0.19.8" + "@esbuild/darwin-x64" "0.19.8" + "@esbuild/freebsd-arm64" "0.19.8" + "@esbuild/freebsd-x64" "0.19.8" + "@esbuild/linux-arm" "0.19.8" + "@esbuild/linux-arm64" "0.19.8" + "@esbuild/linux-ia32" "0.19.8" + "@esbuild/linux-loong64" "0.19.8" + "@esbuild/linux-mips64el" "0.19.8" + "@esbuild/linux-ppc64" "0.19.8" + "@esbuild/linux-riscv64" "0.19.8" + "@esbuild/linux-s390x" "0.19.8" + "@esbuild/linux-x64" "0.19.8" + "@esbuild/netbsd-x64" "0.19.8" + "@esbuild/openbsd-x64" "0.19.8" + "@esbuild/sunos-x64" "0.19.8" + "@esbuild/win32-arm64" "0.19.8" + "@esbuild/win32-ia32" "0.19.8" + "@esbuild/win32-x64" "0.19.8" ev-store@^7.0.0: version "7.0.0" @@ -350,40 +340,18 @@ ev-store@^7.0.0: dependencies: individual "^3.0.0" -feather-icons@^4.29.0: - version "4.29.0" - resolved "https://registry.yarnpkg.com/feather-icons/-/feather-icons-4.29.0.tgz#4e40e3cbb7bf359ffbbf700edbebdde4e4a74ab6" - integrity sha512-Y7VqN9FYb8KdaSF0qD1081HCkm0v4Eq/fpfQYQnubpqi0hXx14k+gF9iqtRys1SIcTEi97xDi/fmsPFZ8xo0GQ== +feather-icons@^4.29.1: + version "4.29.1" + resolved "https://registry.yarnpkg.com/feather-icons/-/feather-icons-4.29.1.tgz#f222aaa4cc6fca499356660c9de6c009ee2cb117" + integrity sha512-P1we61haGTds6lKWe6CCVPsNULb8tHr1y6S9gXEpU+lNR1Ja7GdV0A1l2hTNmzXv+0Stix/3YMWMAn7n1Qtd6A== dependencies: classnames "^2.2.5" core-js "^3.1.3" -fs.realpath@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" - integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== - -fsevents@~2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" - integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== - -function-bind@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" - integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - -glob@^7.1.3: - version "7.2.3" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" - integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.1.1" - once "^1.3.0" - path-is-absolute "^1.0.0" +fsevents@~2.3.2, fsevents@~2.3.3: + version "2.3.3" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6" + integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== global@^4.3.0: version "4.4.0" @@ -393,20 +361,6 @@ global@^4.3.0: min-document "^2.19.0" process "^0.11.10" -has@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" - integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== - dependencies: - function-bind "^1.1.1" - -heimdalljs@^0.2.3: - version "0.2.6" - resolved "https://registry.yarnpkg.com/heimdalljs/-/heimdalljs-0.2.6.tgz#b0eebabc412813aeb9542f9cc622cb58dbdcd9fe" - integrity sha512-o9bd30+5vLBvBtzCPwwGqpry2+n0Hi6H1+qwt6y+0kwRHGGF8TFIhJPmnuM0xO97zaKrDZMwO/V56fAnn8m/tA== - dependencies: - rsvp "~3.2.1" - https-proxy-agent@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-4.0.0.tgz#702b71fb5520a132a66de1f67541d9e62154d82b" @@ -420,26 +374,6 @@ individual@^3.0.0: resolved "https://registry.yarnpkg.com/individual/-/individual-3.0.0.tgz#e7ca4f85f8957b018734f285750dc22ec2f9862d" integrity sha512-rUY5vtT748NMRbEMrTNiFfy29BgGZwGXUi2NFUVMWQrogSLzlJvQV9eeMWi+g1aVaQ53tpyLAQtd5x/JH0Nh1g== -inflight@^1.0.4: - version "1.0.6" - resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" - integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== - dependencies: - once "^1.3.0" - wrappy "1" - -inherits@2, inherits@^2.0.1: - version "2.0.4" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" - integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== - -is-core-module@^2.9.0: - version "2.11.0" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144" - integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw== - dependencies: - has "^1.0.3" - is-object@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/is-object/-/is-object-1.0.2.tgz#a56552e1c665c9e950b4a025461da87e72f86fcf" @@ -450,15 +384,6 @@ is-stream@^2.0.0: resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077" integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== -istextorbinary@^2.5.1: - version "2.6.0" - resolved "https://registry.yarnpkg.com/istextorbinary/-/istextorbinary-2.6.0.tgz#60776315fb0fa3999add276c02c69557b9ca28ab" - integrity sha512-+XRlFseT8B3L9KyjxxLjfXSLMuErKDsd8DBNrsaxoViABMEZlOSCstwmw0qpoFX3+U6yWU1yhLudAe6/lETGGA== - dependencies: - binaryextensions "^2.1.2" - editions "^2.2.0" - textextensions "^2.5.0" - jdenticon@^3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/jdenticon/-/jdenticon-3.2.0.tgz#b5b9ef413cb66f70c600d6e69a764c977f248a46" @@ -466,24 +391,21 @@ jdenticon@^3.2.0: dependencies: canvas-renderer "~2.2.0" -js-base64@^3.7.4: - version "3.7.4" - resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-3.7.4.tgz#af95b20f23efc8034afd2d1cc5b9d0adf7419037" - integrity sha512-wpM/wi20Tl+3ifTyi0RdDckS4YTD4Lf953mBRrpG8547T7hInHNPEj8+ck4gB8VDcGyeAWFK++Wb/fU1BeavKQ== +js-base64@^3.7.5: + version "3.7.5" + resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-3.7.5.tgz#21e24cf6b886f76d6f5f165bfcd69cc55b9e3fca" + integrity sha512-3MEt5DTINKqfScXKfJFrRbxkrnk2AxPWGBL/ycjz4dK8iqiSJ06UxD8jh8xuh6p10TX4t2+7FsBYVxxQbMg+qA== -microsoft-cognitiveservices-speech-sdk@^1.25.0: - version "1.25.0" - resolved "https://registry.yarnpkg.com/microsoft-cognitiveservices-speech-sdk/-/microsoft-cognitiveservices-speech-sdk-1.25.0.tgz#fb8b0579ff19a8416b61c99e400bce48a8756564" - integrity sha512-FdTKI145PrUfqhca+sElBhGJL16oWxRgRixQnK1EcnT89MuH/+51xlRmTkOUIKV4BcxUoe6+Mzw8lTww7RIl6A== +microsoft-cognitiveservices-speech-sdk@^1.33.1: + version "1.33.1" + resolved "https://registry.yarnpkg.com/microsoft-cognitiveservices-speech-sdk/-/microsoft-cognitiveservices-speech-sdk-1.33.1.tgz#719086ceea5764562ad53b751c2fe00b39ded555" + integrity sha512-mVXgU98dd1nvK2xHNpXimqe7VmA5QdMAn8kAkqSouoCo1MU3BhRpb6ueuYRn5kvxSfPHypud2knQBh+PItVcdw== dependencies: + "@types/webrtc" "^0.0.37" agent-base "^6.0.1" - asn1.js-rfc2560 "^5.0.1" - asn1.js-rfc5280 "^3.0.0" - async-disk-cache "^2.1.0" bent "^7.3.12" https-proxy-agent "^4.0.0" - simple-lru-cache "0.0.2" - uuid "^8.3.0" + uuid "^9.0.0" ws "^7.5.6" min-document@^2.19.0: @@ -493,73 +415,37 @@ min-document@^2.19.0: dependencies: dom-walk "^0.1.0" -minimalistic-assert@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" - integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== - -minimatch@^3.1.1: - version "3.1.2" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" - integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== - dependencies: - brace-expansion "^1.1.7" - -minimist@^1.2.6: - version "1.2.7" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18" - integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g== - -mkdirp@^0.5.0: - version "0.5.6" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6" - integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw== - dependencies: - minimist "^1.2.6" - ms@2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== -nanoid@^3.3.4: - version "3.3.4" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab" - integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw== +nanoid@^3.3.6: + version "3.3.7" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8" + integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g== + +nanoid@^4.0.1: + version "4.0.2" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-4.0.2.tgz#140b3c5003959adbebf521c170f282c5e7f9fb9e" + integrity sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw== next-tick@^0.2.2: version "0.2.2" resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-0.2.2.tgz#75da4a927ee5887e39065880065b7336413b310d" integrity sha512-f7h4svPtl+QidoBv4taKXUjJ70G2asaZ8G28nS0OkqaalX8dwwrtWtyxEDPK62AC00ur/+/E0pUwBwY5EPn15Q== -once@^1.3.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" - integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== - dependencies: - wrappy "1" - -path-is-absolute@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" - integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== - -path-parse@^1.0.7: - version "1.0.7" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" - integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== - picocolors@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== -postcss@^8.4.20: - version "8.4.21" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.21.tgz#c639b719a57efc3187b13a1d765675485f4134f4" - integrity sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg== +postcss@^8.4.31: + version "8.4.31" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d" + integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ== dependencies: - nanoid "^3.3.4" + nanoid "^3.3.6" picocolors "^1.0.0" source-map-js "^1.0.2" @@ -568,54 +454,25 @@ process@^0.11.10: resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" integrity sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A== -resolve@^1.22.1: - version "1.22.1" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177" - integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw== - dependencies: - is-core-module "^2.9.0" - path-parse "^1.0.7" - supports-preserve-symlinks-flag "^1.0.0" - -rimraf@^3.0.0: - version "3.0.2" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" - integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== - dependencies: - glob "^7.1.3" - -rollup@^3.7.0: - version "3.12.0" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.12.0.tgz#813d88ec11e36108da788fc471b3c81b365a7c29" - integrity sha512-4MZ8kA2HNYahIjz63rzrMMRvDqQDeS9LoriJvMuV0V6zIGysP36e9t4yObUfwdT9h/szXoHQideICftcdZklWg== +rollup@^4.2.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.6.0.tgz#4f966f6dd3f6bafd01b864d68ba078d308b864fa" + integrity sha512-R8i5Her4oO1LiMQ3jKf7MUglYV/mhQ5g5OKeld5CnkmPdIGo79FDDQYqPhq/PCVuTQVuxsWgIbDy9F+zdHn80w== optionalDependencies: + "@rollup/rollup-android-arm-eabi" "4.6.0" + "@rollup/rollup-android-arm64" "4.6.0" + "@rollup/rollup-darwin-arm64" "4.6.0" + "@rollup/rollup-darwin-x64" "4.6.0" + "@rollup/rollup-linux-arm-gnueabihf" "4.6.0" + "@rollup/rollup-linux-arm64-gnu" "4.6.0" + "@rollup/rollup-linux-arm64-musl" "4.6.0" + "@rollup/rollup-linux-x64-gnu" "4.6.0" + "@rollup/rollup-linux-x64-musl" "4.6.0" + "@rollup/rollup-win32-arm64-msvc" "4.6.0" + "@rollup/rollup-win32-ia32-msvc" "4.6.0" + "@rollup/rollup-win32-x64-msvc" "4.6.0" fsevents "~2.3.2" -rsvp@^4.8.5: - version "4.8.5" - resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734" - integrity sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA== - -rsvp@~3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-3.2.1.tgz#07cb4a5df25add9e826ebc67dcc9fd89db27d84a" - integrity sha512-Rf4YVNYpKjZ6ASAmibcwTNciQ5Co5Ztq6iZPEykHpkoflnD/K5ryE/rHehFsTm4NJj8nKDhbi3eKBWGogmNnkg== - -safer-buffer@^2.1.0: - version "2.1.2" - resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" - integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== - -semver@^6.3.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" - integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== - -simple-lru-cache@0.0.2: - version "0.0.2" - resolved "https://registry.yarnpkg.com/simple-lru-cache/-/simple-lru-cache-0.0.2.tgz#d59cc3a193c1a5d0320f84ee732f6e4713e511dd" - integrity sha512-uEv/AFO0ADI7d99OHDmh1QfYzQk/izT1vCmu/riQfh7qjBVUUgRT87E5s5h7CxWCA/+YoZerykpEthzVrW3LIw== - source-map-js@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" @@ -626,30 +483,20 @@ string-template@~0.2.0: resolved "https://registry.yarnpkg.com/string-template/-/string-template-0.2.1.tgz#42932e598a352d01fc22ec3367d9d84eec6c9add" integrity sha512-Yptehjogou2xm4UJbxJ4CxgZx12HBfeystp0y3x7s4Dj32ltVVG1Gg8YhKjHZkHicuKpZX/ffilA8505VbUbpw== -supports-preserve-symlinks-flag@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" - integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== - -textextensions@^2.5.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/textextensions/-/textextensions-2.6.0.tgz#d7e4ab13fe54e32e08873be40d51b74229b00fc4" - integrity sha512-49WtAWS+tcsy93dRt6P0P3AMD2m5PvXRhuEA0kaXos5ZLlujtYmpmFsB+QvWUSxE1ZsstmYXfQ7L40+EcQgpAQ== - toml@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/toml/-/toml-3.0.0.tgz#342160f1af1904ec9d204d03a5d61222d762c5ee" integrity sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w== -username-sync@^1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/username-sync/-/username-sync-1.0.3.tgz#ae41c5c8a4c8c2ecc1443a7d0742742bd7e36732" - integrity sha512-m/7/FSqjJNAzF2La448c/aEom0gJy7HY7Y509h6l0ePvEkFictAGptwWaj1msWJ38JbfEDOUoE8kqFee9EHKdA== +undici-types@~5.26.4: + version "5.26.5" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" + integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== -uuid@^8.3.0: - version "8.3.2" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" - integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== +uuid@^9.0.0: + version "9.0.1" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30" + integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA== virtual-dom@^2.1.1: version "2.1.1" @@ -665,22 +512,16 @@ virtual-dom@^2.1.1: x-is-array "0.1.0" x-is-string "0.1.0" -vite@^4.0.4: - version "4.0.4" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.0.4.tgz#4612ce0b47bbb233a887a54a4ae0c6e240a0da31" - integrity sha512-xevPU7M8FU0i/80DMR+YhgrzR5KS2ORy1B4xcX/cXLsvnUWvfHuqMmVU6N0YiJ4JWGRJJsLCgjEzKjG9/GKoSw== +vite@^5.0.3: + version "5.0.3" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.3.tgz#febf6801604c618234de331bd04382cf9a149ec6" + integrity sha512-WgEq8WEKpZ8c0DL4M1+E+kBZEJyjBmGVrul6z8Ljfhv+PPbNF4aGq014DwNYxGz2FGq6NKL0N8usdiESWd2l2w== dependencies: - esbuild "^0.16.3" - postcss "^8.4.20" - resolve "^1.22.1" - rollup "^3.7.0" + esbuild "^0.19.3" + postcss "^8.4.31" + rollup "^4.2.0" optionalDependencies: - fsevents "~2.3.2" - -wrappy@1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" - integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== + fsevents "~2.3.3" ws@^7.5.6: version "7.5.9"