rules_ts

Bazel rules for the `tsc` compiler from http://typescriptlang.org (by aspect-build)

Rules_ts Alternatives

Similar projects and alternatives to rules_ts

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better rules_ts alternative or higher similarity.

rules_ts reviews and mentions

Posts with mentions or reviews of rules_ts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-20.
  • Building a modern gRPC-powered microservice using Node.js, Typescript, and Connect
    15 projects | dev.to | 20 Apr 2023
    import { StateTransitionService } from "@state-transitions/definition"; import { createConnectTransport } from "@bufbuild/connect-node"; import { createPromiseClient } from "@bufbuild/connect"; // The following line is due to these issues // > https://github.com/aspect-build/rules_ts/issues/159#issuecomment-1437399901 // > https://github.com/microsoft/TypeScript/issues/47663#issuecomment-1270716220 import type {} from "@bufbuild/protobuf"; export const transport = createConnectTransport({ baseUrl: `http://localhost:8080`, httpVersion: "1.1", }); export const client = createPromiseClient(StateTransitionService, transport);

Stats

Basic rules_ts repo stats
1
91
9.0
3 days ago

aspect-build/rules_ts is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of rules_ts is Starlark.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com