LinqToTypeScript
LinqToTypeScript copied to clipboard
LINQ to TypeScript
Hello Alex, Another thing I ran into, not to miss. Maybe everybody who knows javascript is perfectly aware of it, but a default "comparer" sucks at comparing numbers. For example,...
Hi guys, First of all, many thanks for this library! I consider C# my 'native' programming language and was happy to discover your library. JS/TS lacks a lot of built-in...
LingToTypescript does not work with node.js 20 LTS. `Uncaught SyntaxError: Illegal continue statement: 'outerLoop' does not denote an iteration statement (at linq-to-typescript.js?v=09a07e09:3073:26)`
moving to angular 17 i get a blocking issue using esbuild (does not happen with webpack) Illegal continue statement: 'outerLoop' does not denote an iteration statement just wandering if this...
do you have any plan or idea for creating such an amazing thing like what EF Core does? i mean creating a tool that can convert LINQ expressions to SQL...
Which ECMAScript 2022 features are needed for the library to work correctly? Is it possible to reduce the required version using polyfills?
Hello. When i test a component with @testing-library/react, i get an error "Cannot find module 'linq-to-typescript'..." Could you help me please ? "linq-to-typescript": "^11.1.0", "@testing-library/jest-dom": "^6.4.5", "@testing-library/react": "^12.1.5", "@testing-library/user-event": "^14.5.2",
This PR fixes #29 Unit Tests: passing