--
You received this message because you are subscribed to the Google Groups "Blockly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/blockly/4f222879-6b8b-4af5-8407-c729d6933c97n%40googlegroups.com.
console.log("MMM Blockly.JavaScript", Blockly.JavaScript);
yields:
Blockly.JavaScript Blockly.Generator {name_: 'JavaScript', FUNCTION_NAME_PLACEHOLDER_REGEXP_: /{leCUI8hutHZI4480Dc}/g, RESERVED_WORDS_: 'break,case,catch,class,const,continue,debugger,
To view this discussion on the web visit https://groups.google.com/d/msgid/blockly/CAEx9HWHgc0XjuQyK4B4XpfWnbiAF1T%3D87BKeZc71ira3n-P95A%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/blockly/CAFOSy8TPNdpxZZ_SxQ6roLzuXp7j3u7epx6w01WTs4MXPLr5iQ%40mail.gmail.com.
import * as Blockly from "blockly/core";
import 'blockly/javascript';
// @ts-ignore
console.log("Blockly.Blocks", Blockly.Blocks);
// @ts-ignore
console.log("Blockly.JavaScript", Blockly.JavaScript);
To view this discussion on the web visit https://groups.google.com/d/msgid/blockly/94433cec-d1c8-4e0a-9950-8f13b828117an%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/blockly/CAOk7GcS5LAcn1NZ5huWRyHW5zFYD8Pk9L745PYgfvYXDcVYEaA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/blockly/CAFOSy8Srof2nE9xaVt7C%2B6K-21ffJFWHs%2BnDdW-t2Jy--gPH0g%40mail.gmail.com.