Aspect Blog

Aspect Blog

Follow
homeAboutBazelServicesResourcesnewslettermembers
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

Angular with Bazel

Jason BedardJason Bedard
Aug 30, 20223 min read 1.8K views

We recently released rules_js 1.0.0, a faster and more compatible approach to integrating JavaScript tooling under Bazel. Learn more by reading our...

Angular with Bazel

rules_js 1.0.0

Alex EagleAlex Eagle
Aug 8, 20222 min read 1.7K views

After a few weeks in Release Candidate, we've just released the first semver-major version of rules_js. 🚀 For those who have been waiting for this...

rules_js 1.0.0

rules_ts benchmarks

Greg MagolanGreg Magolan
Jun 21, 20226 min read 960 views

Aspect's rules_ts is a port of rules_nodejs's @bazel/typescript package that provides a ts_project rule layered on top of rules_js, Aspect's new...

rules_ts benchmarks

rules_js npm benchmarks

Greg MagolanGreg Magolan
Jun 15, 20229 min read 2.0K views

How fast is rules_js? Why is it better than rules_nodejs? How does it compare to non-Bazel npm tools? If you're reading this you may be considering...

rules_js npm benchmarks

Bazel for Frontend: Introducing rules_js

Alex EagleAlex Eagle
Jun 15, 20222 min read 3.8K views

At Aspect we've been working on supporting the Bazel build tool in the frontend/JS ecosystem for five years. We started from how Node.js programs are...

Bazel for Frontend: Introducing rules_js

Deterministic npm dependencies with Bazel

Greg MagolanGreg Magolan
Mar 13, 20225 min read 1.0K views

Determinism in a build system is the property that the outputs are identical for given input files. A build tool might embed a timestamp in its...

Deterministic npm dependencies with Bazel