vemoo

Results 4 issues of vemoo

Using `Microsoft.SqlServer.TransactSql.ScriptDom` version `161.9135.0`. For example: ```sql select 1 option(recompile) ``` gets parsed as: ``` TOKENS: 0: Select "select" 1: WhiteSpace " " 2: Integer "1" 3: WhiteSpace "\n" 4:...

[repro](https://esbuild.github.io/try/#YgAwLjE4LjE3AHsKICBidW5kbGU6IHRydWUsCiAgZm9ybWF0OiAiZXNtIiwKICBtaW5pZnlTeW50YXg6IHRydWUsCiAgdHJlZVNoYWtpbmc6IHRydWUsCiAgZXh0ZXJuYWw6IFsiYnVuZGxlLmpzIl0sCn0AZQBlbnRyeS5qcwBpbXBvcnQgeyBhLCBiIH0gZnJvbSAiYnVuZGxlLmpzIjsKaW1wb3J0IHsgYywgZCB9IGZyb20gIi4vZm9vLmpzIjsKY29uc29sZS5sb2coYSwgYyk7CgAAZm9vLmpzAGV4cG9ydCB7IGEsIGIsIGMsIGQgfSBmcm9tICJidW5kbGUuanMiOw) - options: ``` { entryPoints: ["entry.js"], bundle: true, format: "esm", minifySyntax: true, treeShaking: true, external: ["bundle.js"], } ``` - `entry.js`: ``` import { a, b } from "bundle.js"; import...

suboptimal-output

fixes #333 Initially I deleted some files from `test-data/invalid` and tried to regenerate `crates/taplo/src/tests/generated/invalid.rs` by running `cargo run --manifest-path ./util/test-gen/Cargo.toml -- -i test-data -o crates/taplo/src/tests/` but it doesn't match the...

## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) `repro.k`: ``` schema Outer: inner: Inner schema Inner: name: str check: len(name)...