Create stub for Node contstants.

Ironic that Node doesn’t have Node.  Not tested.
Fix two missing dependencies.
This commit is contained in:
Neil Fraser
2019-07-12 15:42:38 -07:00
committed by Neil Fraser
parent 31a9c02362
commit 0e82677f27
4 changed files with 10 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ goog.provide('Blockly.Variables');
goog.require('Blockly.Blocks');
goog.require('Blockly.Msg');
goog.require('Blockly.utils.xml');
goog.require('Blockly.VariableModel');
goog.require('Blockly.Xml');