-
Notifications
You must be signed in to change notification settings - Fork 5.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
reorg directory structure #2852
Comments
How about splitting that into
Why not a git submodule? That would still keep PRs and issues separate - should be easier to manage than having everything in this repo. |
I think that's how it currently is... it's vendored in the deps cache in |
So git tags applied to the main deno apply also to std. Also I find it hard to keep track of PRs in the other repo... |
Got it 👍although I think it may obscure build process again
Fair enough, I'm just fearing for that once we get more adoption |
@ry done or do you still want to move everything under |
Done. I’m not going to pursue the src dir. |
After #2825 lands, I want to change the layout of our source tree. #2825 adds two new crates, bringing our total to 4. I think we need to move them all into a special src directory to make grepping easier, and easier for newbies to navigate.
After #2825, the //js directory is only used by
cli_snapshots
, I think it should be moved to a subdirectory of that crate.Thus I propose
deno_typescript is a long name - I'd like to use something shorter. But I'm not sure what a good name would be that is descriptive yet short.. I think we can punt on that.
Also I am strongly considering merging the deno_std tree into this repo. I think
//src/std
would be logical. I will do that in a separate PR, but just want to mention it.The text was updated successfully, but these errors were encountered: