Ben Gribaudo
Ben Gribaudo
**Describe the solution you'd like** Power Query expressions can contain "invalid syntax literals" (unsure the official name), a syntax construct in the form of `#!" … "` which is not...
Hello, In https://github.com/microsoft/powerquery-parser/blob/master/specification.md, the following deviation from the M language spec is mentioned: > * The field-specification construct requires an identifier. Instead identifer is replaced with generalized-identifier. The spec currently...
Hello! Thank you for searoute! It looks like searoute processes all input CSV lines before writing any result rows out to disk. When the input CSV file has many lines,...
With this change, code like this becomes possible: ``` var pdf = new jsPDF(); pdf.addSVG(svgData, 25, 50, options); ``` In comparison, without this change, something along the lines of the...
- Wrapped code inside anonymous function. - Renamed file to match jsPDF file name format.
Hello, Thank you for providing this extension to Jint! > You are not able to load npm packages with Jint.CommonJS. Although the library loads modules in relatively the same format...
In M, it is valid to name function parameters after M types, as parameter names will not be interpreted as type names when defining a function’s signature. However, syntax highlighting...
**Describe the solution you'd like** Could [example.ts](https://github.com/microsoft/powerquery-parser/blob/master/src/example.ts) be expanded to include an example of how to parse a section document? **Additional context** Trying to use the current [example.ts](https://github.com/microsoft/powerquery-parser/blob/master/src/example.ts) to parse...