@turbowarp/types 0.0.10 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -16,11 +16,9 @@ declare namespace Scratch {
|
|
|
16
16
|
const BOOLEAN: 'Boolean';
|
|
17
17
|
const BUTTON: 'button';
|
|
18
18
|
const COMMAND: 'command';
|
|
19
|
-
/** @deprecated does not work in compiler */
|
|
20
19
|
const CONDITIONAL: 'conditional';
|
|
21
20
|
const EVENT: 'event';
|
|
22
21
|
const HAT: 'hat';
|
|
23
|
-
/** @deprecated does not work in compiler */
|
|
24
22
|
const LOOP: 'loop';
|
|
25
23
|
const REPORTER: 'reporter';
|
|
26
24
|
}
|