playwright/utils/generate_types
Joel Einbinder 6a93cb9749
fix(types): don't show types that we don't export (#3185)
Today we have a bunch of types used by the d.ts file that are not exported. We don't want to export them because it would greatly increase our semver API surface area, so this patch inlines them. Now users will not see names of types they can't import.
2020-08-28 17:53:03 -07:00
..
test fix(types): don't show types that we don't export (#3185) 2020-08-28 17:53:03 -07:00
exported.json feat(types): export ConnectOptions (#3147) 2020-08-16 16:40:25 -07:00
index.js fix(types): don't show types that we don't export (#3185) 2020-08-28 17:53:03 -07:00
overrides.d.ts fix(types): don't show types that we don't export (#3185) 2020-08-28 17:53:03 -07:00
parseOverrides.js types: better types (#1166) 2020-03-20 01:30:35 -07:00