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

@cliffy/internal isn't internal #730

Open
lionel-rowe opened this issue Aug 27, 2024 · 2 comments
Open

@cliffy/internal isn't internal #730

lionel-rowe opened this issue Aug 27, 2024 · 2 comments

Comments

@lionel-rowe
Copy link
Contributor

I'm guessing @cliffy/internal shouldn't be visible on JSR?

image

"exports": {
"./runtime/exit": "./runtime/exit.ts",
"./runtime/get-args": "./runtime/get_args.ts",
"./runtime/get-columns": "./runtime/get_columns.ts",
"./runtime/get-env": "./runtime/get_env.ts",
"./runtime/get-os": "./runtime/get_os.ts",
"./runtime/inspect": "./runtime/inspect.ts",
"./runtime/is-directory": "./runtime/is_directory.ts",
"./runtime/is-terminal": "./runtime/is_terminal.ts",
"./runtime/no-color": "./runtime/no_color.ts",
"./runtime/read": "./runtime/read.ts",
"./runtime/read-dir": "./runtime/read_dir.ts",
"./runtime/read-sync": "./runtime/read_sync.ts",
"./runtime/set-raw": "./runtime/set_raw.ts",
"./runtime/stat": "./runtime/stat.ts",
"./runtime/write-sync": "./runtime/write_sync.ts"
}

@c4spar
Copy link
Owner

c4spar commented Sep 16, 2024

Is there a way to hide it on jsr?

@lionel-rowe
Copy link
Contributor Author

Is there a way to hide it on jsr?

Not including exports in the per-directory deno.json. But maybe that prevents it from working as a common dependency for the various other packages? If there's no good fix then I'll just close this.

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

No branches or pull requests

3 participants
@lionel-rowe @c4spar and others