Logo
Explore Help
Register Sign In
yujunjun/playwright
1
0
Fork 0
You've already forked playwright
mirror of https://github.com/microsoft/playwright.git synced 2025-06-26 21:40:17 +00:00
Code Issues Packages Projects Releases Wiki Activity
playwright/utils/doclint/check_public_api/test/js-builder-common/api.ts

15 lines
166 B
TypeScript
Raw Normal View History

Initial commit
2019-11-18 18:18:28 -08:00
class A {
chore: fix doclint tests (#1098) This fixes the doclint tests so that `npm test` works. It also adds all the browsers to npm test. Fixes #8
2020-02-24 18:24:02 -08:00
property1 = 1;
_property2 = 2;
Initial commit
2019-11-18 18:18:28 -08:00
constructor(delegate) {
}
fix(doc): check and update optional types in the api (#1206) This adds a new check to doclint for whether a member is correctly marked as optional. part of #6
2020-03-03 17:29:12 -08:00
get getter() : any {
Initial commit
2019-11-18 18:18:28 -08:00
return null;
}
async method(foo, bar) {
}
}
chore: fix doclint tests (#1098) This fixes the doclint tests so that `npm test` works. It also adds all the browsers to npm test. Fixes #8
2020-02-24 18:24:02 -08:00
export {A};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 375ms Template: 10ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API