toyofukux / typescript-sandbox

MIT License
0 stars 0 forks source link

特定のディレクトリからのimportを禁止する実装 #13

Open toyofukux opened 3 years ago

toyofukux commented 3 years ago

https://blog.mahoroi.com/posts/2019/03/eslint-no-restricted-import/ この辺が使えそうである 例えばGraphQLのschemaを吐き出すディレクトリに、public用のdomainに変換するモジュールを作っておいてそれだけしかインポートできないようにするとか。

toyofukux commented 3 years ago

https://github.com/smikula/good-fences こういうのもあるらしいけどあんまり星がついていないのと、メンテされてるのか微妙なのでオフィシャルに近い技術を使ってやる

toyofukux commented 3 years ago

https://github.com/sverweij/dependency-cruiser