[type-summarizer] reimplement for broader support (#135163)

* [type-summarizer] reimplement for broader support

* Enable sourceMaps in all packages

* include naming collision in summarizePackage test

* fix readmes

* remove unnecessary transient dependency

* remove code that was commented out

* remove outdated todo comment

* ensure errors triggered by untyped-exports are ligible

* remove unused import

* break out snippet generation from AstIndexer

* refactor several massive files into smaller pieces and add more inline docs

* fix typos

* update jest snapshots

* add sections to readme that points people to the useful parts of the source code along with a high-level overview of how the type-summarizer works

* remove --dump flag, it doesn't work

* use decName instead of calling names.get a second time

* include `export` as invalid name
This commit is contained in:
Spencer 2022-07-06 13:48:45 -05:00 committed by GitHub
parent f1ad44bfc2
commit a3b2757e4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
361 changed files with 4411 additions and 2612 deletions

View file

@ -8,4 +8,4 @@
require('../src/setup_node_env/no_transpilation');
require('source-map-support/register');
require('@kbn/type-summarizer/target_node/bazel_cli');
require('@kbn/type-summarizer-cli');