+2
−64
+1
−34
+0
−2
npm/src/analyzer/expression.ts
deleted100644 → 0
+0
−20
npm/src/analyzer/field.ts
deleted100644 → 0
+0
−71
Loading
Remove the TypeScript GLQL implementation that was added as an experiment in !257. New backend requirements for Duo integration require the Rust implementation, as running TypeScript server-side would need a JS runtime and add substantial complexity. The Ruby gem (gitlab_query_language) requires no changes as it compiles Rust directly to native code. BREAKING CHANGE: Bump minor version. The glqlTypescript feature flag is no longer supported. All queries now use the Rust/WASM version. See: !257