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

language-support/ts generate package in commonjs format #4380

Merged
merged 5 commits into from
Feb 4, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add dummy typescript/index.bzl on Windows
  • Loading branch information
aherrmann committed Feb 4, 2020
commit 04bab3bdb7ca0581e7997869e8988cb955668b3a
2 changes: 2 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,8 @@ yarn_install(
"eslint/index.bzl": "def eslint_test(*args, **kwargs):\n pass",
"jest-cli/BUILD.bazel": 'exports_files(["index.bzl"])',
"jest-cli/index.bzl": "def jest_test(*args, **kwargs):\n pass",
"typescript/BUILD.bazel": 'exports_files(["index.bzl"])',
"typescript/index.bzl": "def tsc(*args, **kwargs):\n pass",
},
)

Expand Down