Survei Riset: Ceritakan pengalaman Anda dengan Blockly
Mulai survei
blockly > VERSI
Variabel VERSION
Versi inti blok. Konstanta ini diganti oleh skrip build (npm run build) ke nilai versi dalam package.json. Hal ini dilakukan oleh Closure Compiler dalam tugas buildCompressed gulp. Untuk build lokal, Anda bisa meneruskan --define='Blockly.VERSION=X.Y.Z' ke compiler untuk mengganti konstanta ini.
Tanda Tangan:
VERSION = "uncompiled"
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-09-12 UTC.
[null,null,["Terakhir diperbarui pada 2024-09-12 UTC."],[[["`Blockly.VERSION` indicates the current version of Blockly core."],["This variable is automatically set during the build process using the version specified in `package.json`."],["For custom local builds, the version can be manually overridden using the Closure Compiler with the `--define` flag."],["The default value of `Blockly.VERSION` is \"uncompiled\" before the build process."]]],[]]