Justine Tunney

Results 49 issues of Justine Tunney

On the website it's claimed that zola comes as a single binary. But the project distributes three separate binaries for Linux, WIndows, and Macintosh. Therefore if I use multiple operating...

We do some [cool stuff](https://github.com/bazelbuild/rules_closure/blob/master/closure/compiler/closure_js_binary.bzl#L50) to configure the `--source_map_location_mapping` flag. The only configuring it does at the moment, is getting rid of the weird bazel-specific directory names. However we should...

enhancement
P2

A user reports: ``` * @returns Returns the selected item(s). If the multi property is true, ``` Couldn't be suppressed by `JSC_JSDOC_MISSING_TYPE_WARNING` and had to be suppressed by `jsdocMissingType`. This...

This feature was requested by @kjiwa.

enhancement
help wanted
P3

As discussed in #55, Closure Library uses clang-format to enforce style conventions and formatting in their project, since Closure Compiler linter.jar does not really do much in the way of...

enhancement
P3

I was reading what @WebReflection wrote in [5 Reasons To Avoid Closure Compiler In Advanced Mode](http://webreflection.blogspot.com/2013/01/5-reasons-to-avoid-closure-compiler-in.html) back in 2013 and I struck by an idea that might be interesting. What...

enhancement
P3

Closure Compiler by default is `--env=BROWSER` which causes 28,606 lines of `@externs` code to be added to each compilation. This has a _four second_ impact on compilation time. It can't...

redesign

If a `closure_js_library` has a strict language, then JsChecker's strict dependency checking should also apply to global symbols—not just goog / es6 namespaces. For example, if I say `doodle =...

enhancement
P2

One of the nice things about Skylark is if you define multiple `ctx.action` statements inside a rule, it will only run each individual action _if necessary_. Therefore, it is possible...

P2
redesign

We need to figure out what we're going to do about types that are only referenced inside JSDocs. See: - https://github.com/bazelbuild/rules_closure/pull/66 - https://github.com/bazelbuild/rules_closure/pull/68/files#r64685678

enhancement
P2