File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ const chunks = [
113113 entry : path . join ( TSC_OUTPUT_DIR , 'generators' , 'javascript.js' ) ,
114114 exports : 'module$build$src$generators$javascript' ,
115115 scriptExport : 'javascript' ,
116- scriptNamedExports : { 'Blockly.Javascript ' : 'javascriptGenerator' } ,
116+ scriptNamedExports : { 'Blockly.JavaScript ' : 'javascriptGenerator' } ,
117117 } ,
118118 {
119119 name : 'python' ,
@@ -134,14 +134,14 @@ const chunks = [
134134 entry : path . join ( TSC_OUTPUT_DIR , 'generators' , 'lua.js' ) ,
135135 exports : 'module$build$src$generators$lua' ,
136136 scriptExport : 'lua' ,
137- scriptNameExports : { 'Blockly.Lua' : 'luaGenerator' } ,
137+ scriptNamedExports : { 'Blockly.Lua' : 'luaGenerator' } ,
138138 } ,
139139 {
140140 name : 'dart' ,
141141 entry : path . join ( TSC_OUTPUT_DIR , 'generators' , 'dart.js' ) ,
142142 exports : 'module$build$src$generators$dart' ,
143143 scriptExport : 'dart' ,
144- scriptNameExports : { 'Blockly.Dart' : 'dartGenerator' } ,
144+ scriptNamedExports : { 'Blockly.Dart' : 'dartGenerator' } ,
145145 }
146146] ;
147147
You can’t perform that action at this time.
0 commit comments