mirror of
https://github.com/gosticks/PiPer.git
synced 2025-10-16 11:55:42 +00:00
Updated build script to output ES8 code
Updated build script to output code compatible with ECMAScript 2017 (ES8)
This commit is contained in:
parent
afd7f285a9
commit
af5194370f
2
make.sh
2
make.sh
@ -529,6 +529,8 @@ for target in "${targets[@]}"; do
|
|||||||
${CCJS_PATH} \
|
${CCJS_PATH} \
|
||||||
"${compression_options[@]}" \
|
"${compression_options[@]}" \
|
||||||
--warning_level VERBOSE \
|
--warning_level VERBOSE \
|
||||||
|
--language_out ECMASCRIPT_2017 \
|
||||||
|
--output_wrapper "var a;a||(a=!0,(()=>{%output%})());" \
|
||||||
"${source_map_options[@]}" \
|
"${source_map_options[@]}" \
|
||||||
"${js_code[@]}" \
|
"${js_code[@]}" \
|
||||||
> "${absolute_entry%.*}.cjs"
|
> "${absolute_entry%.*}.cjs"
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -10,7 +10,7 @@
|
|||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.0.3</string>
|
<string>1.0.3</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>219</string>
|
<string>221</string>
|
||||||
<key>Developer Identifier</key>
|
<key>Developer Identifier</key>
|
||||||
<string>BQ6Q24MF9X</string>
|
<string>BQ6Q24MF9X</string>
|
||||||
<key>URL</key>
|
<key>URL</key>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user