mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Stops collisions with ES6's Generator. The old Blockly.Generator still exists as a name, but is now deprecated.
6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
/* eslint-disable */
|
|
(function (<%= param %>){
|
|
<%= contents %>
|
|
module.exports = <%= exports %>;
|
|
})(<%= cjs %>);
|