Skip to content

Commit

Permalink
Manual XP transpilation is now the past.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Feb 15, 2024
1 parent a26919b commit 0578a23
Show file tree
Hide file tree
Showing 8 changed files with 111 additions and 101 deletions.
14 changes: 7 additions & 7 deletions dist/basic.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bridge.mjs

Large diffs are not rendered by default.

47 changes: 25 additions & 22 deletions dist/cambiare.mjs

Large diffs are not rendered by default.

41 changes: 22 additions & 19 deletions dist/state.mjs

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions dist/state_skim.mjs

Large diffs are not rendered by default.

45 changes: 24 additions & 21 deletions dist/xp_basic.mjs

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions dist/xp_state.mjs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions sh/babel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
cat conf/babelTargets.txt | while IFS= read -r target; do
realTarget="./dist/${target}"
if [ -f "$realTarget" ]; then
echo "Now building \"${target}\" ..."
deno run --allow-read --allow-write utils/babel/build.js "dist/${target}"
else
echo "Target \"${target}\" does not exist."
Expand Down

0 comments on commit 0578a23

Please sign in to comment.