-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
インポート構文の統一 #3713
Comments
どのように統一するんですか? |
とりあえずCommonJS構文は可能な限りES6構文に寄せるなりして統一した方が良いかと。 |
https://github.com/syuilo/misskey/pull/4095#pullrequestreview-199348636
なので、CommonJS / ES6 が混在しているわけではない Visual Studio Codeで自動インポートが
ともあるので |
型定義の書き方によって複数の |
|
そっちに統一する感じですか。 |
でも、 |
とりえあず、CommonJS と ES6 が混在しているわけではないのでどちらも許容でいいのではと |
だいたい統一できた。 |
CONTRIBUTING.mdに方針を書いておいてもらえると有難いかなと。 |
const ident = require(moduleSpecifier) |
Summary
現状
https://github.com/syuilo/misskey/blob/125849673a1aba46021852ee473d00f4520d1bd6/src/server/web/docs.ts#L5-L20
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: