syntax-parser icon indicating copy to clipboard operation
syntax-parser copied to clipboard

Light and fast 🚀parser! With zero dependents. - Sql Parser Demo added!

Results 16 syntax-parser issues
Sort by recently updated
recently updated
newest added

是在我找不到的地方吗? 还是需要人一起写??

当 SQL 语句前面存在空白行时,解析结果中的 error.suggestions.token 为`null`,导致无法正确提示发生错误的位置,现象如下: ![image](https://user-images.githubusercontent.com/5096493/79543244-b3179f00-80bf-11ea-8ed6-473dd1f9e347.png) 解析结果如下: ```json { "success": false, "ast": null, "cursorKeyPath": [], "nextMatchings": [ { "type": "string", "value": "UPDATE" }, { "type": "string", "value": "set" }, {...

在 TS 项目中使用时没有类型提示。

node版本: v8.11.3 步骤: 1. `npm i syntax-parser --save` 2. 代码 ```javascript const { createLexer } = require('syntax-parser'); const myLexer = createLexer([ { type: 'whitespace', regexes: [/^(\s+)/], ignore: true }, {...

npm run docs 跑不起来且在package.json里面的命令都无法运行项目

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.5 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

![image](https://github.com/ascoders/syntax-parser/assets/24217937/d7edf857-cede-4076-b263-d84432e298ee)

English: Hello, I'm developing an application based on your repository on GitHub. I respect and appreciate your work greatly. I've noticed that your repository does not include a LICENSE file,...