Sign in
bazel
/
rules_typescript
/
57fc54a80b2ee065e307e3a47bed8582381523ff
/
docs
263a6bf
Add docs for karma rules
by Alex Eagle
· 6 years ago
7250470
Renames `build_bazel_rules_typescript` and `build_bazel_rules_karma` to `npm_bazel_typescript` and `npm_bazel_karma` respectively
by alexeagle
· 6 years ago
7b7b043
Add a list of the current available rules at tsetse.info.
by radokirov
· 6 years ago
a8f559a
Adds bazelWorkspaces support to @bazel/typescript and @bazel/karma npm packages
by Greg Magolan
· 6 years ago
1825955
Ban using Promises as a condition, which is error-prone. Promises are always truthy - it's likely that instead the developer intended to check the result of the Promise.
by TypeScript Team
· 6 years ago
86980a7
Move skydoc rule to //docs package
by Alex Eagle
· 7 years ago
396112a
PiperOrigin-RevId: 195470073
by TypeScript Team
· 7 years ago
630be7e
Fix the base URL for rules_typescript API docs, and add missing ts_web_test doc.
by alexeagle
· 7 years ago
e1c9d62
Add generated API docs for TypeScript rules
by alexeagle
· 7 years ago
0cf0fd0
Require all promises in an async function to be consumed in some way (awaited, returned, assigned to a variable, etc). Not using a promise in an async function is likely to be a bug.
by TypeScript Team
· 7 years ago
64a6173
Ban using "toBeTruthy()" to match Promises, which is error-prone. Promises are always truthy - it's likely that instead the developer intended to match the result of the Promise.
by TypeScript Team
· 7 years ago
ee38d30
Add a tsetse rule to ban equality comparison with NaN
by Caleb Eggensperger
· 7 years ago
63312f4
Restore GitHub pages configurations
by alexeagle
· 7 years ago
7e22834
Initial docs site for http://tsetse.info
by Alex Eagle
· 7 years ago