We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a1c5b commit 4b228ffCopy full SHA for 4b228ff
build_and_package.py
@@ -1,8 +1,8 @@
1
import base64
2
import os
3
-import sys
4
import shutil
5
import subprocess
+import sys
6
from pathlib import Path
7
8
from jinja2 import Template
@@ -41,7 +41,7 @@
41
42
# Ultra-hacky time --- we can't put exports in here, so we either remove export labels on
43
# functions or delete the whole line if it's the other two exports in the generated code.
44
-# Really, really hacky.
+# Really, really hacky.
45
for i in range(len(js_lines)):
46
line = js_lines[i]
47
if line.strip().startswith("export function"):
0 commit comments