mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-12 05:09:06 +08:00
Removed test.js
This commit is contained in:
parent
275097f58b
commit
f76096f244
@ -1,8 +0,0 @@
|
||||
import loon from './core/proxy-utils/grammars/loon';
|
||||
import * as peggy from 'peggy';
|
||||
|
||||
const parser = peggy.generate(loon);
|
||||
|
||||
const raw = String.raw`vmess4 = vmess,example.com,10086,aes-128-gcm,"52396e06-041a-4cc2-be5c-8525eb457809",transport=ws,alterId=0,path=/,host=v3-dy-y.ixigua.com,over-tls=true,tls-name=example.com,skip-cert-verify=true`;
|
||||
|
||||
console.log(JSON.stringify(parser.parse(raw), null, 2));
|
Loading…
x
Reference in New Issue
Block a user