mirror of
https://github.com/google/blockly.git
synced 2026-05-06 03:50:11 +02:00
e90aba9273
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 %>);
|