denoland / deno_ast

Source text parsing, lexing, and AST related functionality for Deno
https://crates.io/crates/deno_ast
MIT License
155 stars 46 forks source link

chore: add test for transpiling bitshift in for loop in typescript #101

Closed dsherret closed 2 years ago

dsherret commented 2 years ago

Adding a test here for https://github.com/denoland/deno/pull/14930 because it will run faster. Also, less tests to run in the CLI.