Files
mixio/blockly/.github/PULL_REQUEST_TEMPLATE/goog_module.md
Eason010212 5d80728be9 mixio 1.10.0
2023-03-10 18:03:02 +08:00

657 B

The basics

  • I branched from goog_module
  • My pull request is against goog_module
  • My code follows the style guide
  • My code is presented in the form suggested in the module conversion guide
  • I have run npm test.

The details

Resolves

Part of #5026

Proposed Changes

Converts PATH/TO/FILE.js to goog.module with ES6 const/let.

Additional Information