Overview
TypeScript compilation
Rules
ts_library
|
|
Macros
tsc_wrapped_tsconfig
|
Produce a tsconfig.json that sets options required under Bazel. |
ts_library_macro
|
Wraps |
tsconfig.json files using extends
Rules
ts_config
|
Allows a tsconfig.json file to extend another file. |
Install toolchain dependencies
Macros
ts_setup_workspace
|
This repository rule should be called from your WORKSPACE file. |
Simple development server
Rules
ts_devserver
|
ts_devserver is a simple development server intended for a quick "getting started" experience. |
Macros
ts_devserver_macro
|
ibazel wrapper for |
Unit testing with Karma
Rules
ts_web_test
|
Runs unit tests in a browser. |
Macros
ts_web_test_macro
|
ibazel wrapper for |
ts_web_test_suite
|
Defines a test_suite of web_test targets that wrap a ts_web_test target. |
Protocol Buffers
Rules
ts_proto_library
|
Wraps https://github.com/dcodeIO/protobuf.js for use in Bazel. |