Hi,
I've just clone blockly-samples repo, and tested blockly-samples\examples\sample-app-ts but when launching it breaks on:
ERROR in F:\Logiciels\Arduino_graphique\blockly-samples\examples\sample-app-ts\s
rc\index.ts
./src/index.ts 43:23-54
[tsl] ERROR in F:\Logiciels\Arduino_graphique\blockly-samples\examples\sample-ap
p-ts\src\index.ts(43,24)
TS2345: Argument of type '(e: Blockly.Events.UiBase) => void' is not assig
nable to parameter of type '(e: Abstract) => void'.
Types of parameters 'e' and 'e' are incompatible.
Type 'Abstract' is not assignable to type 'UiBase'.
Types of property 'workspaceId' are incompatible.
Type 'string | undefined' is not assignable to type 'string'.
Type 'undefined' is not assignable to type 'string'.
ERROR in F:\Logiciels\Arduino_graphique\blockly-samples\examples\sample-app-ts\s
rc\index.ts
./src/index.ts 52:23-54
[tsl] ERROR in F:\Logiciels\Arduino_graphique\blockly-samples\examples\sample-ap
p-ts\src\index.ts(52,24)
TS2345: Argument of type '(e: Blockly.Events.UiBase) => void' is not assig
nable to parameter of type '(e: Abstract) => void'.
Types of parameters 'e' and 'e' are incompatible.
Type 'Abstract' is not assignable to type 'UiBase'.
ERROR in F:\Logiciels\Arduino_graphique\blockly-samples\examples\sample-app-ts\s
rc\generators\javascript.ts
./src/generators/javascript.ts 7:8-13
[tsl] ERROR in F:\Logiciels\Arduino_graphique\blockly-samples\examples\sample-ap
p-ts\src\generators\javascript.ts(7,9)
TS2305: Module '"blockly/javascript"' has no exported member 'Order'.
@ ./src/index.ts 9:0-52 16:35-44
ERROR in F:\Logiciels\Arduino_graphique\blockly-samples\examples\sample-app-ts\s
rc\generators\javascript.ts
./src/generators/javascript.ts 21:28-44
[tsl] ERROR in F:\Logiciels\Arduino_graphique\blockly-samples\examples\sample-ap
p-ts\src\generators\javascript.ts(21,29)
TS2445: Property 'provideFunction_' is protected and only accessible withi
n class 'CodeGenerator' and its subclasses.
@ ./src/index.ts 9:0-52 16:35-44
ERROR in F:\Logiciels\Arduino_graphique\blockly-samples\examples\sample-app-ts\s
rc\generators\javascript.ts
./src/generators/javascript.ts 23:31-57
[tsl] ERROR in F:\Logiciels\Arduino_graphique\blockly-samples\examples\sample-ap
p-ts\src\generators\javascript.ts(23,32)
TS2445: Property 'FUNCTION_NAME_PLACEHOLDER_' is protected and only access
ible within class 'CodeGenerator' and its subclasses.
@ ./src/index.ts 9:0-52 16:35-44
Thanks to help resolve it.