Maribeth Bottorff
ec72e8bb4d
chore: add api extractor configuration and fix some associated problems ( #6388 )
...
* chore: add configuration for api extractor
* fix: remove extra param names
* chore: private to internal
* remove unrestricted
* chore: remove double backticks
* chore: remove fileoverview and export * as
* chore: return to returns
* chore: fix backslashes and angle brackets in tsdoc
* chore: final to sealed
* chore: ignore to internal
* chore: fix link tags
* chore: add api-extractor configuration
* chore: add unrecognized tag names
* chore: remove tsdoc-metadata
* fix: correct index.d.ts
* chore: fix connection link
2022-09-01 11:39:05 -07:00
Beka Westberg
c8dd01ac87
fix: packaging .d.ts files ( #6327 )
...
* fix: dts files not being properly included
* fix: hand crafted declaration files pointing to the wrong things
2022-08-08 14:32:03 -07:00
Beka Westberg
8f0a5ae6a8
chore: properly package .ts and .d.ts files ( #6257 )
...
* fix: package .ts sources
* chore: add generating type defs
* chore: copy generated type defs into dist dir
* chore: fix adding generated def files
* chore: remove unnecessary imports
* chore: make handcrafted files reference generated
* chore: replace AnyDuringMigration with any
* chore: use replace instead of regex-replace
* chore: use value in config instead of magic strings
* chore: remove blockly.d.ts
* chore: update jsdocs
* chore: remove old references to typings
2022-08-05 08:25:41 -07:00
Maribeth Bottorff
2ff4f88f24
fix: Make generator types and BlockDefinition less restrictive ( #6185 )
2022-06-03 12:20:06 -07:00
Maribeth Bottorff
87aa4c0f62
fix: Update typescript definition files for core, blocks, and generators ( #6174 )
...
* fix: update definitions for core and blocks
* fix: update javascript definition
* fix: update JS definition to work with both import types
* fix: update typings for blocks
2022-06-01 15:20:23 -07:00
Rachel Fenichel
07a75dee8d
fix: msg imports in type definitions ( #5858 )
...
This is a copy of https://github.com/google/blockly/pull/5846/files against master, which will fix https://github.com/google/blockly/issues/5841 in the next patch release.
When we released v7 we committed to making patch releases for typescript definition errors, since our pipeline for typings was convoluted this quarter.
2022-01-07 10:11:13 -08:00
Sam El-Husseini
7e4e6c7286
Add typings modules to match UMD modules. ( #3821 )
...
* Add typings modules to match UMD modules.
2020-04-15 09:44:25 -07:00