Files
blockly/typings
Christopher Allen d503fbb409 fix(generators): Changes to exports and access controls for TypeScript compatibility (#7295)
* fix(generators): Add missing declarations for Order enums

* chore(generators): Remove spurious whitespace

* fix(generators): Make provideFunction_ etc. public

  Remove the protected declaration on provideFunction_ and
  FUNCTION_NAME_PLACEHOLDER_ so they can be used from generator
  functions written in TypeScript.

  Not strictly part of #7283, but closely related and required to
  fixing the related issue google/blockly-samples#1785.

* chore(generators): format
2023-07-17 20:40:27 +01:00
..
2023-05-24 13:01:33 -07:00
2021-10-15 09:50:46 -07:00
2022-12-14 17:07:37 -08:00

This directory contains hand-crafted typings for places where the Blockly library isn't yet converted to typescript.

These are added to the generated typings as part of the package step. I.e. npm run package.