Skip to content

Commit

Permalink
bundle code
Browse files Browse the repository at this point in the history
  • Loading branch information
zfletch committed Sep 27, 2023
1 parent 2585216 commit 462168c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bundle/beta-code.js
Original file line number Diff line number Diff line change
Expand Up @@ -684,10 +684,13 @@ module.exports={
"I+": "ϊ",
"I/": "ί",
"I/+": "ΐ",
"I+/": "ΐ",
"I=": "ῖ",
"I=+": "ῗ",
"I+=": "ῗ",
"I\\": "ὶ",
"I\\+": "ῒ",
"I+\\": "ῒ",
"J": "ς",
"K": "κ",
"L": "λ",
Expand Down Expand Up @@ -724,10 +727,13 @@ module.exports={
"U+": "ϋ",
"U/": "ύ",
"U/+": "ΰ",
"U+/": "ΰ",
"U=": "ῦ",
"U=+": "ῧ",
"U+=": "ῧ",
"U\\": "ὺ",
"U\\+": "ῢ",
"U+\\": "ῢ",
"W": "ω",
"W(": "ὡ",
"W(/": "ὥ",
Expand Down Expand Up @@ -831,10 +837,13 @@ module.exports={
"i+": "ϊ",
"i/": "ί",
"i/+": "ΐ",
"i+/": "ΐ",
"i=": "ῖ",
"i=+": "ῗ",
"i+=": "ῗ",
"i\\": "ὶ",
"i\\+": "ῒ",
"i+\\": "ῒ",
"j": "ς",
"k": "κ",
"l": "λ",
Expand Down Expand Up @@ -871,10 +880,13 @@ module.exports={
"u+": "ϋ",
"u/": "ύ",
"u/+": "ΰ",
"u+/": "ΰ",
"u=": "ῦ",
"u=+": "ῧ",
"u+=": "ῧ",
"u\\": "ὺ",
"u\\+": "ῢ",
"u+\\": "ῢ",
"w": "ω",
"w(": "ὡ",
"w(/": "ὥ",
Expand Down

0 comments on commit 462168c

Please sign in to comment.