Yusuke Tanaka

Results 53 issues of Yusuke Tanaka

Ref #571 We are under switching to `dprint-swc-ecma-ast-view` in rules implementation. This is a tracking issue for it. (UPDATE) More specifically, what we want to do here is to switch...

We already have a prototype of plugin, but it needs to be refined further to make it ready for use. This issue gives a TODO list of necessary refinements. -...

> This should work for a first pass, but ultimately this should use `MediaType` to determine if it is JSX or not. (remote files can be declared JSX by using...

refactor

Now that all the recommended rules have been implemented, it's good time to look back at the rules again. I have looked through how the rules are implemented, and have...

refactor

We have many scope analyzers dedicated to each rule right now. In fact, as far as I see, the following rules have their own scope analyzer: - [ ] prefer-const...

refactor

The `camelcase` rule complains about names of variables, functions, classes, enums, etc. that don't follow the naming convention. The rule name `camelcase` is named based on the fact that the...

documentation
refactor

See https://github.com/denoland/deno_lint/blob/4175773da7a43daecb80bbb5cd3a9025279321bb/src/rules/ban_ts_comment.rs#L174-L200 This test has three cases, and their expected messages & hints are identical. In such cases, it would be nice if we could removed redundancy i.e. we need...

refactor

Hi! First of all, thanks for providing such a nice abstraction library - this really saves me a lot because I'd like to use UDP in Zig. As I read...

I've been learning wasm by [game of life tutorial](https://rustwasm.github.io/docs/book/) recently. The difference from the tutorial is that I use `rust-webpack-template` (this repo) instead of `wasm-pack-template` (https://github.com/rustwasm/wasm-pack-template). When I entered the...

This implements a playground to lint.deno.land where we can write random source code and see the diagnostics right away. Currently the wasm file and its glue code are generated locally...