We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
% npx @bazel/create@next --typescript foo % tail foo/WORKSPACE.bazel # Setup TypeScript toolchain load("//packages/typescript:index.bzl", "ts_setup_workspace") ts_setup_workspace()
//packages/typescript doesn't exist in the distro
The text was updated successfully, but these errors were encountered:
Actually ts_setup_workspace doesn't even do anything now, so I think we should remove it
Sorry, something went wrong.
chore: remove ts_setup_workspace
6d3ec33
This has been a no-op since 1.0 when we vendored requirejs for ts_devserver in https://github.com/bazelbuild/rules_nodejs/pull/1159/files#diff-fe375cd73fb89504b9b9a9a751518849 We should never add WORKSPACE dependencies so I don't see a value in users carrying this weight. BREAKING CHANGE: ts_setup_workspace was a no-op and has been removed. Simply remove it from your WORKSPACE file. Fixes #2033
07d9bb8
No branches or pull requests
//packages/typescript doesn't exist in the distro
The text was updated successfully, but these errors were encountered: