We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60229c3 commit e694142Copy full SHA for e694142
javascript/compile.sh
@@ -165,6 +165,7 @@ for file in justc justc.node; do
165
done
166
167
mkdir -p $JSOUT_DIR/JUSTC/core
168
+mkdir -p $JSOUT_DIR/JUSTC/javascript
169
srcfile=$JSOUT_DIR/JUSTC/index.json
170
echo "[" > $srcfile
171
SOURCE_FILES+=" core/lexer.h core/parser.h core/from.json.hpp core/to.json.h core/keywords.h core/fetch.h core/version.h core/json.hpp core/to.xml.h core/to.yaml.h core/utility.h core/import.hpp core/parser.emscripten.h"
0 commit comments