Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn all the source files into TypeScript #12

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

ConstasJ
Copy link

No description provided.

排除yarn的lockfile
添加typescript相关依赖项并完成相关配置
基本完成入口文件(index.ts)的编写工作,同时完成各类的定义与export
基本完成入口文件(index.ts)的编写工作,同时完成各类的定义与export
只是给Yuque Class的constructor加了个public修饰符而已
将debug包的类型声明包加入依赖项
将原来的js源文件全部移动到src文件夹下
完成client.ts文件编写,并修改index.ts中对Client的引用
完成doc.ts文件编写,并修改index.ts中对Doc的引用
完成group.ts文件编写,并修改index.ts中对Group的引用
完成repo.ts文件编写,并修改index.ts中对Repo的引用
完成user.ts文件编写,并修改index.ts中对User的引用
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants