├── .gitignore ├── .travis.yml ├── LICENSE ├── README.md ├── bower.json ├── chiffon.js ├── chiffon.min.js ├── package.json └── tests ├── fixtures ├── minify │ ├── test-0001.js │ ├── test-0002.js │ ├── test-0003.js │ └── test-0004.js ├── parse │ ├── test-0001-expected.json │ ├── test-0001.js │ ├── test-0002-expected.json │ ├── test-0002.js │ ├── test-0003-expected.json │ ├── test-0003.js │ ├── test-0004-expected.json │ ├── test-0004.js │ ├── test-0005-expected.json │ ├── test-0005.js │ ├── test-0006-expected.json │ ├── test-0006.js │ ├── test-0007-expected.json │ ├── test-0007.js │ ├── test-0008-expected.json │ ├── test-0008.js │ ├── test-0009-expected.json │ ├── test-0009.js │ ├── test-0010-expected.json │ ├── test-0010.js │ ├── test-0011-expected.json │ ├── test-0011.js │ ├── test-0012-expected.json │ ├── test-0012.js │ ├── test-0013-expected.json │ ├── test-0013.js │ ├── test-0014-expected.json │ ├── test-0014.js │ ├── test-0015-expected.json │ ├── test-0015.js │ ├── test-0016-expected.json │ ├── test-0016.js │ ├── test-0017-expected.json │ ├── test-0017.js │ ├── test-0018-expected.json │ ├── test-0018.js │ ├── test-0019-expected.json │ ├── test-0019.js │ ├── test-0020-expected.json │ ├── test-0020.js │ ├── test-0021-expected.json │ ├── test-0021.js │ ├── test-0022-expected.json │ ├── test-0022.js │ ├── test-0023-expected.json │ ├── test-0023.js │ ├── test-0024-expected.json │ ├── test-0024.js │ ├── test-0025-expected.json │ ├── test-0025.js │ ├── test-0026-expected.json │ ├── test-0026.js │ ├── test-0027-expected.json │ ├── test-0027.js │ ├── test-0028-expected.json │ ├── test-0028.js │ ├── test-0029-expected.json │ ├── test-0029.js │ ├── test-0030-expected.json │ ├── test-0030.js │ ├── test-0031-expected.json │ ├── test-0031.js │ ├── test-0032-expected.json │ ├── test-0032.js │ ├── test-0033-expected.json │ ├── test-0033.js │ ├── test-0034-expected.json │ ├── test-0034.js │ ├── test-0035-expected.json │ ├── test-0035.js │ ├── test-0036-expected.json │ ├── test-0036.js │ ├── test-0037-expected.json │ ├── test-0037.js │ ├── test-0038-expected.json │ ├── test-0038.js │ ├── test-0039-expected.json │ ├── test-0039.js │ ├── test-0040-expected.json │ ├── test-0040.js │ ├── test-0041-expected.json │ ├── test-0041.js │ ├── test-0042-expected.json │ ├── test-0042.js │ ├── test-0043-expected.json │ ├── test-0043.js │ ├── test-0044-expected.json │ ├── test-0044.js │ ├── test-0045-expected.json │ ├── test-0045.js │ ├── test-0046-expected.json │ ├── test-0046.js │ ├── test-0047-expected.json │ ├── test-0047.js │ ├── test-0048-expected.json │ ├── test-0048.js │ ├── test-0049-expected.json │ ├── test-0049.js │ ├── test-0050-expected.json │ ├── test-0050.js │ ├── test-0051-expected.json │ ├── test-0051.js │ ├── test-0052-expected.json │ ├── test-0052.js │ ├── test-0053-expected.json │ ├── test-0053.js │ ├── test-0054-expected.json │ ├── test-0054.js │ ├── test-0055-expected.json │ ├── test-0055.js │ ├── test-0056-expected.json │ ├── test-0056.js │ ├── test-0057-expected.json │ ├── test-0057.js │ ├── test-0058-expected.json │ ├── test-0058.js │ ├── test-0059-expected.json │ ├── test-0059.js │ ├── test-0060-expected.json │ ├── test-0060.js │ ├── test-0061-expected.json │ ├── test-0061.js │ ├── test-0062-expected.json │ ├── test-0062.js │ ├── test-0063-expected.json │ ├── test-0063.js │ ├── test-0064-expected.json │ ├── test-0064.js │ ├── test-0065-expected.json │ ├── test-0065.js │ ├── test-0066-expected.json │ ├── test-0066.js │ ├── test-0067-expected.json │ ├── test-0067.js │ ├── test-0068-expected.json │ ├── test-0068.js │ ├── test-0069-expected.json │ ├── test-0069.js │ ├── test-0070-expected.json │ ├── test-0070.js │ ├── test-0071-expected.json │ ├── test-0071.js │ ├── test-0072-expected.json │ ├── test-0072.js │ ├── test-0073-expected.json │ ├── test-0073.js │ ├── test-0074-expected.json │ ├── test-0074.js │ ├── test-0075-expected.json │ ├── test-0075.js │ ├── test-0076-expected.json │ ├── test-0076.js │ ├── test-0077-expected.json │ ├── test-0077.js │ ├── test-0078-expected.json │ ├── test-0078.js │ ├── test-0079-expected.json │ ├── test-0079.js │ ├── test-0080-expected.json │ ├── test-0080.js │ ├── test-0081-expected.json │ ├── test-0081.js │ ├── test-0082-expected.json │ ├── test-0082.js │ ├── test-0083-expected.json │ ├── test-0083.js │ ├── test-0084-expected.json │ ├── test-0084.js │ ├── test-0085-expected.json │ ├── test-0085.js │ ├── test-0086-expected.json │ ├── test-0086.js │ ├── test-0087-expected.json │ ├── test-0087.js │ ├── test-0088-expected.json │ ├── test-0088.js │ ├── test-0089-expected.json │ ├── test-0089.js │ ├── test-0090-expected.json │ ├── test-0090.js │ ├── test-0091-expected.json │ ├── test-0091.js │ ├── test-0092-expected.json │ ├── test-0092.js │ ├── test-0093-expected.json │ ├── test-0093.js │ ├── test-0094-expected.json │ ├── test-0094.js │ ├── test-0095-expected.json │ ├── test-0095.js │ ├── test-0096-expected.json │ ├── test-0096.js │ ├── test-0097-expected.json │ ├── test-0097.js │ ├── test-0098-expected.json │ ├── test-0098.js │ ├── test-0099-expected.json │ ├── test-0099.js │ ├── test-0100-expected.json │ ├── test-0100.js │ ├── test-0101-expected.json │ ├── test-0101.js │ ├── test-0102-expected.json │ ├── test-0102.js │ ├── test-0103-expected.json │ ├── test-0103.js │ ├── test-0104-expected.json │ ├── test-0104.js │ ├── test-0105-expected.json │ ├── test-0105.js │ ├── test-0106-expected.json │ ├── test-0106.js │ ├── test-0107-expected.json │ ├── test-0107.js │ ├── test-0108-expected.json │ ├── test-0108.js │ ├── test-0109-expected.json │ ├── test-0109.js │ ├── test-0110-expected.json │ ├── test-0110.js │ ├── test-0111-expected.json │ ├── test-0111.js │ ├── test-0112-expected.json │ ├── test-0112.js │ ├── test-0113-expected.json │ ├── test-0113.js │ ├── test-0114-expected.json │ ├── test-0114.js │ ├── test-0115-expected.json │ ├── test-0115.js │ ├── test-0116-expected.json │ ├── test-0116.js │ ├── test-0117-expected.json │ ├── test-0117.js │ ├── test-0118-expected.json │ ├── test-0118.js │ ├── test-0119-expected.json │ ├── test-0119.js │ ├── test-0120-expected.json │ ├── test-0120.js │ ├── test-0121-expected.json │ ├── test-0121.js │ ├── test-0122-expected.json │ ├── test-0122.js │ ├── test-0123-expected.json │ ├── test-0123.js │ ├── test-0124-expected.json │ ├── test-0124.js │ ├── test-0125-expected.json │ ├── test-0125.js │ ├── test-0126-expected.json │ ├── test-0126.js │ ├── test-0127-expected.json │ ├── test-0127.js │ ├── test-0128-expected.json │ ├── test-0128.js │ ├── test-0129-expected.json │ ├── test-0129.js │ ├── test-0130-expected.json │ ├── test-0130.js │ ├── test-0131-expected.json │ ├── test-0131.js │ ├── test-0132-expected.json │ ├── test-0132.js │ ├── test-0133-expected.json │ ├── test-0133.js │ ├── test-0134-expected.json │ ├── test-0134.js │ ├── test-0135-expected.json │ ├── test-0135.js │ ├── test-0136-expected.json │ ├── test-0136.js │ ├── test-0137-expected.json │ ├── test-0137.js │ ├── test-0138-expected.json │ ├── test-0138.js │ ├── test-0139-expected.json │ ├── test-0139.js │ ├── test-0140-expected.json │ ├── test-0140.js │ ├── test-0141-expected.json │ ├── test-0141.js │ ├── test-0142-expected.json │ ├── test-0142.js │ ├── test-0143-expected.json │ ├── test-0143.js │ ├── test-0144-expected.json │ ├── test-0144.js │ ├── test-0145-expected.json │ ├── test-0145.js │ ├── test-0146-expected.json │ ├── test-0146.js │ ├── test-0147-expected.json │ ├── test-0147.js │ ├── test-0148-expected.json │ ├── test-0148.js │ ├── test-0149-expected.json │ ├── test-0149.js │ ├── test-0150-expected.json │ ├── test-0150.js │ ├── test-0151-expected.json │ ├── test-0151.js │ ├── test-0152-expected.json │ ├── test-0152.js │ ├── test-0153-expected.json │ ├── test-0153.js │ ├── test-0154-expected.json │ ├── test-0154.js │ ├── test-0155-expected.json │ ├── test-0155.js │ ├── test-0156-expected.json │ ├── test-0156.js │ ├── test-0157-expected.json │ ├── test-0157.js │ ├── test-0158-expected.json │ ├── test-0158.js │ ├── test-0159-expected.json │ ├── test-0159.js │ ├── test-0160-expected.json │ ├── test-0160.js │ ├── test-0161-expected.json │ ├── test-0161.js │ ├── test-0162-expected.json │ ├── test-0162.js │ ├── test-0163-expected.json │ ├── test-0163.js │ ├── test-0164-expected.json │ ├── test-0164.js │ ├── test-0165-expected.json │ ├── test-0165.js │ ├── test-0166-expected.json │ ├── test-0166.js │ ├── test-0167-expected.json │ ├── test-0167.js │ ├── test-0168-expected.json │ ├── test-0168.js │ ├── test-0169-expected.json │ ├── test-0169.js │ ├── test-0170-expected.json │ ├── test-0170.js │ ├── test-0171-expected.json │ ├── test-0171.js │ ├── test-0172-expected.json │ ├── test-0172.js │ ├── test-0173-expected.json │ ├── test-0173.js │ ├── test-0174-expected.json │ ├── test-0174.js │ ├── test-0175-expected.json │ ├── test-0175.js │ ├── test-0176-expected.json │ ├── test-0176.js │ ├── test-0177-expected.json │ ├── test-0177.js │ ├── test-0178-expected.json │ ├── test-0178.js │ ├── test-0179-expected.json │ ├── test-0179.js │ ├── test-0180-expected.json │ ├── test-0180.js │ ├── test-0181-expected.json │ ├── test-0181.js │ ├── test-0182-expected.json │ ├── test-0182.js │ ├── test-0183-expected.json │ ├── test-0183.js │ ├── test-0184-expected.json │ ├── test-0184.js │ ├── test-0185-expected.json │ ├── test-0185.js │ ├── test-0186-expected.json │ ├── test-0186.js │ ├── test-0187-expected.json │ ├── test-0187.js │ ├── test-0188-expected.json │ ├── test-0188.js │ ├── test-0189-expected.json │ ├── test-0189.js │ ├── test-0190-expected.json │ ├── test-0190.js │ ├── test-0191-expected.json │ ├── test-0191.js │ ├── test-0192-expected.json │ ├── test-0192.js │ ├── test-0193-expected.json │ ├── test-0193.js │ ├── test-0194-expected.json │ ├── test-0194.js │ ├── test-0195-expected.json │ ├── test-0195.js │ ├── test-0196-expected.json │ ├── test-0196.js │ ├── test-0197-expected.json │ ├── test-0197.js │ ├── test-0198-expected.json │ ├── test-0198.js │ ├── test-0199-expected.json │ ├── test-0199.js │ ├── test-0200-expected.json │ ├── test-0200.js │ ├── test-0201-expected.json │ ├── test-0201.js │ ├── test-0202-expected.json │ ├── test-0202.js │ ├── test-0203-expected.json │ ├── test-0203.js │ ├── test-0204-expected.json │ ├── test-0204.js │ ├── test-0205-expected.json │ ├── test-0205.js │ ├── test-0206-expected.json │ ├── test-0206.js │ ├── test-0207-expected.json │ ├── test-0207.js │ ├── test-0208-expected.json │ ├── test-0208.js │ ├── test-0209-expected.json │ ├── test-0209.js │ ├── test-0210-expected.json │ ├── test-0210.js │ ├── test-0211-expected.json │ ├── test-0211.js │ ├── test-0212-expected.json │ ├── test-0212.js │ ├── test-0213-expected.json │ ├── test-0213.js │ ├── test-0214-expected.json │ ├── test-0214.js │ ├── test-0215-expected.json │ ├── test-0215.js │ ├── test-0216-expected.json │ ├── test-0216.js │ ├── test-0217-expected.json │ ├── test-0217.js │ ├── test-0218-expected.json │ ├── test-0218.js │ ├── test-0219-expected.json │ ├── test-0219.js │ ├── test-0220-expected.json │ ├── test-0220.js │ ├── test-0221-expected.json │ ├── test-0221.js │ ├── test-0222-expected.json │ ├── test-0222.js │ ├── test-0223-expected.json │ ├── test-0223.js │ ├── test-0224-expected.json │ ├── test-0224.js │ ├── test-0225-expected.json │ ├── test-0225.js │ ├── test-0226-expected.json │ ├── test-0226.js │ ├── test-0227-expected.json │ ├── test-0227.js │ ├── test-0228-expected.json │ ├── test-0228.js │ ├── test-0229-expected.json │ ├── test-0229.js │ ├── test-0230-expected.json │ ├── test-0230.js │ ├── test-0231-expected.json │ ├── test-0231.js │ ├── test-0232-expected.json │ ├── test-0232.js │ ├── test-0233-expected.json │ ├── test-0233.js │ ├── test-0234-expected.json │ ├── test-0234.js │ ├── test-0235-expected.json │ ├── test-0235.js │ ├── test-0236-expected.json │ ├── test-0236.js │ ├── test-0237-expected.json │ ├── test-0237.js │ ├── test-0238-expected.json │ ├── test-0238.js │ ├── test-0239-expected.json │ ├── test-0239.js │ ├── test-0240-expected.json │ ├── test-0240.js │ ├── test-0241-expected.json │ ├── test-0241.js │ ├── test-0242-expected.json │ ├── test-0242.js │ ├── test-0243-expected.json │ ├── test-0243.js │ ├── test-0244-expected.json │ ├── test-0244.js │ ├── test-0245-expected.json │ ├── test-0245.js │ ├── test-0246-expected.json │ ├── test-0246.js │ ├── test-0247-expected.json │ ├── test-0247.js │ ├── test-0248-expected.json │ ├── test-0248.js │ ├── test-0249-expected.json │ ├── test-0249.js │ ├── test-0250-expected.json │ ├── test-0250.js │ ├── test-0251-expected.json │ ├── test-0251.js │ ├── test-0252-expected.json │ ├── test-0252.js │ ├── test-0253-expected.json │ ├── test-0253.js │ ├── test-0254-expected.json │ ├── test-0254.js │ ├── test-0255-expected.json │ ├── test-0255.js │ ├── test-0256-expected.json │ ├── test-0256.js │ ├── test-0257-expected.json │ ├── test-0257.js │ ├── test-0258-expected.json │ ├── test-0258.js │ ├── test-0259-expected.json │ ├── test-0259.js │ ├── test-0260-expected.json │ ├── test-0260.js │ ├── test-0261-expected.json │ ├── test-0261.js │ ├── test-0262-expected.json │ ├── test-0262.js │ ├── test-0263-expected.json │ └── test-0263.js └── tokenize │ ├── loc │ ├── test-0001-expected.json │ ├── test-0001.js │ ├── test-0002-expected.json │ ├── test-0002.js │ ├── test-0003-expected.json │ ├── test-0003.js │ ├── test-0004-expected.json │ ├── test-0004.js │ ├── test-0005-expected.json │ ├── test-0005.js │ ├── test-0006-expected.json │ ├── test-0006.js │ ├── test-0007-expected.json │ ├── test-0007.js │ ├── test-0008-expected.json │ ├── test-0008.js │ ├── test-0009-expected.json │ ├── test-0009.js │ ├── test-0010-expected.json │ ├── test-0010.js │ ├── test-0011-expected.json │ ├── test-0011.js │ ├── test-0012-expected.json │ ├── test-0012.js │ ├── test-0013-expected.json │ ├── test-0013.js │ ├── test-0014-expected.json │ ├── test-0014.js │ ├── test-0015-expected.json │ ├── test-0015.js │ ├── test-0016-expected.json │ ├── test-0016.js │ ├── test-0017-expected.json │ ├── test-0017.js │ ├── test-0018-expected.json │ ├── test-0018.js │ ├── test-0019-expected.json │ ├── test-0019.js │ ├── test-0020-expected.json │ └── test-0020.js │ ├── range │ ├── test-0001-expected.json │ ├── test-0001.js │ ├── test-0002-expected.json │ ├── test-0002.js │ ├── test-0003-expected.json │ ├── test-0003.js │ ├── test-0004-expected.json │ ├── test-0004.js │ ├── test-0005-expected.json │ ├── test-0005.js │ ├── test-0006-expected.json │ ├── test-0006.js │ ├── test-0007-expected.json │ ├── test-0007.js │ ├── test-0008-expected.json │ ├── test-0008.js │ ├── test-0009-expected.json │ ├── test-0009.js │ ├── test-0010-expected.json │ ├── test-0010.js │ ├── test-0011-expected.json │ ├── test-0011.js │ ├── test-0012-expected.json │ ├── test-0012.js │ ├── test-0013-expected.json │ ├── test-0013.js │ ├── test-0014-expected.json │ ├── test-0014.js │ ├── test-0015-expected.json │ ├── test-0015.js │ ├── test-0016-expected.json │ ├── test-0016.js │ ├── test-0017-expected.json │ ├── test-0017.js │ ├── test-0018-expected.json │ ├── test-0018.js │ ├── test-0019-expected.json │ └── test-0019.js │ ├── test-0001-expected.json │ ├── test-0001.js │ ├── test-0002-expected.json │ ├── test-0002.js │ ├── test-0003-expected.json │ ├── test-0003.js │ ├── test-0004-expected.json │ ├── test-0004.js │ ├── test-0005-expected.json │ ├── test-0005.js │ ├── test-0006-expected.json │ ├── test-0006.js │ ├── test-0007-expected.json │ ├── test-0007.js │ ├── test-0008-expected.json │ ├── test-0008.js │ ├── test-0009-expected.json │ ├── test-0009.js │ ├── test-0010-expected.json │ ├── test-0010.js │ ├── test-0011-expected.json │ ├── test-0011.js │ ├── test-0012-expected.json │ ├── test-0012.js │ ├── test-0013-expected.json │ ├── test-0013.js │ ├── test-0014-expected.json │ ├── test-0014.js │ ├── test-0015-expected.json │ ├── test-0015.js │ ├── test-0016-expected.json │ ├── test-0016.js │ ├── test-0017-expected.json │ ├── test-0017.js │ ├── test-0018-expected.json │ ├── test-0018.js │ ├── test-0019-expected.json │ ├── test-0019.js │ ├── test-0020-expected.json │ ├── test-0020.js │ ├── test-0021-expected.json │ ├── test-0021.js │ ├── test-0022-expected.json │ ├── test-0022.js │ ├── test-0023-expected.json │ ├── test-0023.js │ ├── test-0024-expected.json │ ├── test-0024.js │ ├── test-0025-expected.json │ ├── test-0025.js │ ├── test-0026-expected.json │ ├── test-0026.js │ ├── test-0027-expected.json │ ├── test-0027.js │ ├── test-0028-expected.json │ ├── test-0028.js │ ├── test-0029-expected.json │ ├── test-0029.js │ ├── test-0030-expected.json │ ├── test-0030.js │ ├── test-0031-expected.json │ ├── test-0031.js │ ├── test-0032-expected.json │ ├── test-0032.js │ ├── test-0033-expected.json │ ├── test-0033.js │ ├── test-0034-expected.json │ ├── test-0034.js │ ├── test-0035-expected.json │ ├── test-0035.js │ ├── test-0036-expected.json │ ├── test-0036.js │ ├── test-0037-expected.json │ ├── test-0037.js │ ├── test-0038-expected.json │ ├── test-0038.js │ ├── test-0039-expected.json │ ├── test-0039.js │ ├── test-0040-expected.json │ ├── test-0040.js │ ├── test-0041-expected.json │ ├── test-0041.js │ ├── test-0042-expected.json │ ├── test-0042.js │ ├── test-0043-expected.json │ ├── test-0043.js │ ├── test-0044-expected.json │ ├── test-0044.js │ ├── test-0045-expected.json │ ├── test-0045.js │ ├── test-0046-expected.json │ ├── test-0046.js │ ├── test-0047-expected.json │ ├── test-0047.js │ ├── test-0048-expected.json │ ├── test-0048.js │ ├── test-0049-expected.json │ ├── test-0049.js │ ├── test-0050-expected.json │ ├── test-0050.js │ ├── test-0051-expected.json │ ├── test-0051.js │ ├── test-0052-expected.json │ ├── test-0052.js │ ├── test-0053-expected.json │ ├── test-0053.js │ ├── test-0054-expected.json │ ├── test-0054.js │ ├── test-0055-expected.json │ ├── test-0055.js │ ├── test-0056-expected.json │ ├── test-0056.js │ ├── test-0057-expected.json │ ├── test-0057.js │ ├── test-0058-expected.json │ ├── test-0058.js │ ├── test-0059-expected.json │ ├── test-0059.js │ ├── test-0060-expected.json │ ├── test-0060.js │ ├── test-0061-expected.json │ └── test-0061.js ├── test.js ├── thirdparty ├── angular.js ├── backbone.js ├── bluebird.js ├── esprima.js ├── jquery-ui.js ├── jquery.js ├── moment.js ├── react-with-addons.js └── underscore.js └── tokenize-test.html /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/README.md -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/bower.json -------------------------------------------------------------------------------- /chiffon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/chiffon.js -------------------------------------------------------------------------------- /chiffon.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/chiffon.min.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/package.json -------------------------------------------------------------------------------- /tests/fixtures/minify/test-0001.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/minify/test-0001.js -------------------------------------------------------------------------------- /tests/fixtures/minify/test-0002.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/minify/test-0002.js -------------------------------------------------------------------------------- /tests/fixtures/minify/test-0003.js: -------------------------------------------------------------------------------- 1 | module.exports = function() { 2 | return/* comment *//1//**/.test(1); 3 | }; 4 | -------------------------------------------------------------------------------- /tests/fixtures/minify/test-0004.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/minify/test-0004.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0001-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0001-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0001.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0002-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0002-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0002.js: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0003-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0003-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0003.js: -------------------------------------------------------------------------------- 1 | 1+1 -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0004-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0004-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0004.js: -------------------------------------------------------------------------------- 1 | (1+2)*3 -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0005-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0005-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0005.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0005.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0006-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0006-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0006.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0006.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0007-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0007-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0007.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0007.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0008-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0008-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0008.js: -------------------------------------------------------------------------------- 1 | var a; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0009-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0009-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0009.js: -------------------------------------------------------------------------------- 1 | var a, b, c; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0010-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0010-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0010.js: -------------------------------------------------------------------------------- 1 | var a = 1; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0011-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0011-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0011.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0011.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0012-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0012-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0012.js: -------------------------------------------------------------------------------- 1 | function a() { 2 | } -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0013-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0013-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0013.js: -------------------------------------------------------------------------------- 1 | function a(a) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0014-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0014-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0014.js: -------------------------------------------------------------------------------- 1 | function a(a, b, c) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0015-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0015-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0015.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0015.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0016-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0016-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0016.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0016.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0017-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0017-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0017.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0017.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0018-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0018-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0018.js: -------------------------------------------------------------------------------- 1 | if (1) 1; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0019-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0019-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0019.js: -------------------------------------------------------------------------------- 1 | if (1) 1; else 2; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0020-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0020-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0020.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0020.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0021-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0021-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0021.js: -------------------------------------------------------------------------------- 1 | if (1) { 2 | 1; 3 | } -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0022-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0022-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0022.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0022.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0023-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0023-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0023.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0023.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0024-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0024-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0024.js: -------------------------------------------------------------------------------- 1 | (function() { 2 | 1; 3 | })(); -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0025-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0025-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0025.js: -------------------------------------------------------------------------------- 1 | (function() { 2 | 1; 3 | }()); -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0026-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0026-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0026.js: -------------------------------------------------------------------------------- 1 | (function() { 2 | 1; 3 | }).call(this); -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0027-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0027-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0027.js: -------------------------------------------------------------------------------- 1 | '\0' -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0028-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0028-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0028.js: -------------------------------------------------------------------------------- 1 | '\011' -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0029-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0029-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0029.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0029.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0030-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0030-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0030.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0030.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0031-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0031-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0031.js: -------------------------------------------------------------------------------- 1 | 0777 -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0032-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0032-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0032.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0032.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0033-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0033-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0033.js: -------------------------------------------------------------------------------- 1 | /42/ -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0034-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0034-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0034.js: -------------------------------------------------------------------------------- 1 | /42/g -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0035-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0035-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0035.js: -------------------------------------------------------------------------------- 1 | true -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0036-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0036-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0036.js: -------------------------------------------------------------------------------- 1 | false -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0037-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0037-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0037.js: -------------------------------------------------------------------------------- 1 | null -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0038-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0038-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0038.js: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0039-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0039-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0039.js: -------------------------------------------------------------------------------- 1 | {a:1} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0040-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0040-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0040.js: -------------------------------------------------------------------------------- 1 | ({ a: 1 }) -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0041-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0041-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0041.js: -------------------------------------------------------------------------------- 1 | ({ a: 1, b: 2 }) -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0042-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0042-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0042.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0042.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0043-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0043-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0043.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0043.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0044-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0044-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0044.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0044.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0045-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0045-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0045.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0045.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0046-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0046-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0046.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0046.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0047-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0047-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0047.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0047.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0048-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0048-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0048.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0048.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0049-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0049-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0049.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0049.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0050-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0050-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0050.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0050.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0051-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0051-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0051.js: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0052-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0052-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0052.js: -------------------------------------------------------------------------------- 1 | [,] -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0053-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0053-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0053.js: -------------------------------------------------------------------------------- 1 | [,,] -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0054-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0054-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0054.js: -------------------------------------------------------------------------------- 1 | [1] -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0055-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0055-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0055.js: -------------------------------------------------------------------------------- 1 | [1, 2] -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0056-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0056-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0056.js: -------------------------------------------------------------------------------- 1 | [1, 2,] -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0057-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0057-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0057.js: -------------------------------------------------------------------------------- 1 | ({ a: 1, }) -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0058-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0058-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0058.js: -------------------------------------------------------------------------------- 1 | ({ a: 1, b: 2, }) -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0059-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0059-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0059.js: -------------------------------------------------------------------------------- 1 | [[]] -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0060-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0060-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0060.js: -------------------------------------------------------------------------------- 1 | [[1]] -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0061-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0061-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0061.js: -------------------------------------------------------------------------------- 1 | [function(){}] -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0062-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0062-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0062.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0062.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0063-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0063-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0063.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0063.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0064-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0064-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0064.js: -------------------------------------------------------------------------------- 1 | 1 ? 2 : 3 -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0065-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0065-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0065.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0065.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0066-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0066-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0066.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0066.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0067-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0067-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0067.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0067.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0068-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0068-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0068.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0068.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0069-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0069-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0069.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0069.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0070-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0070-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0070.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0070.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0071-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0071-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0071.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0071.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0072-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0072-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0072.js: -------------------------------------------------------------------------------- 1 | new A -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0073-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0073-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0073.js: -------------------------------------------------------------------------------- 1 | new A(); -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0074-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0074-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0074.js: -------------------------------------------------------------------------------- 1 | new new A(); -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0075-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0075-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0075.js: -------------------------------------------------------------------------------- 1 | new (a + b)(); -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0076-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0076-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0076.js: -------------------------------------------------------------------------------- 1 | a.b -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0077-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0077-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0077.js: -------------------------------------------------------------------------------- 1 | a.b.c.d[e][f + g] -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0078-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0078-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0078.js: -------------------------------------------------------------------------------- 1 | a.b.c.d[e][f + g](); -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0079-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0079-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0079.js: -------------------------------------------------------------------------------- 1 | `` -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0080-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0080-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0080.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0080.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0081-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0081-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0081.js: -------------------------------------------------------------------------------- 1 | ` 2 | a 3 | ` -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0082-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0082-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0082.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0082.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0083-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0083-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0083.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0083.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0084-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0084-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0084.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0084.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0085-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0085-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0085.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0085.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0086-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0086-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0086.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0086.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0087-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0087-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0087.js: -------------------------------------------------------------------------------- 1 | const a = 1 + 1; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0088-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0088-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0088.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0088.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0089-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0089-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0089.js: -------------------------------------------------------------------------------- 1 | var a; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0090-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0090-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0090.js: -------------------------------------------------------------------------------- 1 | ; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0091-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0091-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0091.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0091.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0092-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0092-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0092.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0092.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0093-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0093-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0093.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0093.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0094-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0094-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0094.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0094.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0095-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0095-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0095.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0095.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0096-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0096-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0096.js: -------------------------------------------------------------------------------- 1 | for (var a in b); -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0097-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0097-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0097.js: -------------------------------------------------------------------------------- 1 | for (a in b) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0098-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0098-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0098.js: -------------------------------------------------------------------------------- 1 | for (var a of b) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0099-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0099-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0099.js: -------------------------------------------------------------------------------- 1 | for (let a of b) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0100-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0100-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0100.js: -------------------------------------------------------------------------------- 1 | for (a of b) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0101-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0101-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0101.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0101.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0102-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0102-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0102.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0102.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0103-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0103-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0103.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0103.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0104-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0104-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0104.js: -------------------------------------------------------------------------------- 1 | function a() { 2 | return 3 | 1 + 1; 4 | } -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0105-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0105-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0105.js: -------------------------------------------------------------------------------- 1 | with ({ a: 1, b: 2 }) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0106-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0106-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0106.js: -------------------------------------------------------------------------------- 1 | throw new Error(); -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0107-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0107-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0107.js: -------------------------------------------------------------------------------- 1 | try { 2 | throw new Error(); 3 | } catch (e) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0108-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0108-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0108.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0108.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0109-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0109-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0109.js: -------------------------------------------------------------------------------- 1 | try { 2 | throw new Error(); 3 | } finally {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0110-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0110-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0110.js: -------------------------------------------------------------------------------- 1 | debugger; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0111-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0111-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0111.js: -------------------------------------------------------------------------------- 1 | switch (a) { 2 | } -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0112-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0112-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0112.js: -------------------------------------------------------------------------------- 1 | switch (a) { 2 | case 1: 3 | } -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0113-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0113-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0113.js: -------------------------------------------------------------------------------- 1 | switch (a) { 2 | case 1: break; 3 | } -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0114-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0114-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0114.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0114.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0115-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0115-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0115.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0115.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0116-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0116-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0116.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0116.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0117-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0117-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0117.js: -------------------------------------------------------------------------------- 1 | switch (a) { 2 | default: 3 | } -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0118-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0118-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0118.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0118.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0119-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0119-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0119.js: -------------------------------------------------------------------------------- 1 | do a(); while (0); -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0120-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0120-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0120.js: -------------------------------------------------------------------------------- 1 | do { 2 | a(); 3 | } while (0); -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0121-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0121-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0121.js: -------------------------------------------------------------------------------- 1 | while (0) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0122-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0122-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0122.js: -------------------------------------------------------------------------------- 1 | while (1); -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0123-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0123-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0123.js: -------------------------------------------------------------------------------- 1 | A: 2 | a++; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0124-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0124-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0124.js: -------------------------------------------------------------------------------- 1 | () => 1 -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0125-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0125-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0125.js: -------------------------------------------------------------------------------- 1 | (() => 1); -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0126-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0126-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0126.js: -------------------------------------------------------------------------------- 1 | (a) => 1; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0127-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0127-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0127.js: -------------------------------------------------------------------------------- 1 | (a, b, c) => 1; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0128-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0128-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0128.js: -------------------------------------------------------------------------------- 1 | () => { 2 | return 1; 3 | }; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0129-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0129-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0129.js: -------------------------------------------------------------------------------- 1 | (a) => { 2 | return 1; 3 | }; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0130-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0130-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0130.js: -------------------------------------------------------------------------------- 1 | (a, b, c) => { 2 | return 1; 3 | }; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0131-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0131-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0131.js: -------------------------------------------------------------------------------- 1 | ((a, b, c) => { 2 | return 1; 3 | }); -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0132-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0132-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0132.js: -------------------------------------------------------------------------------- 1 | var a = (a, b, c) => { 2 | return 1; 3 | }; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0133-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0133-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0133.js: -------------------------------------------------------------------------------- 1 | `a` + `b` -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0134-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0134-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0134.js: -------------------------------------------------------------------------------- 1 | function a({ a }) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0135-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0135-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0135.js: -------------------------------------------------------------------------------- 1 | function a({ a: A }) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0136-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0136-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0136.js: -------------------------------------------------------------------------------- 1 | function a({ a, b }) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0137-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0137-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0137.js: -------------------------------------------------------------------------------- 1 | function a({ a: A = 1 }) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0138-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0138-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0138.js: -------------------------------------------------------------------------------- 1 | function a({ a: A = 1 + 1 }) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0139-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0139-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0139.js: -------------------------------------------------------------------------------- 1 | function a({ a: A = 1 + 1, b: { c } }) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0140-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0140-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0140.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0140.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0141-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0141-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0141.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0141.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0142-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0142-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0142.js: -------------------------------------------------------------------------------- 1 | function a(a = 1) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0143-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0143-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0143.js: -------------------------------------------------------------------------------- 1 | function a(a = 1 + 1) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0144-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0144-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0144.js: -------------------------------------------------------------------------------- 1 | function a(a = 1, b) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0145-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0145-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0145.js: -------------------------------------------------------------------------------- 1 | function a(a = 1, b = 2 + 3) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0146-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0146-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0146.js: -------------------------------------------------------------------------------- 1 | function a(a = 1, b = 2 + 3, c) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0147-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0147-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0147.js: -------------------------------------------------------------------------------- 1 | function a(a = 1, b = 2 + 3, c, ...d) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0148-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0148-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0148.js: -------------------------------------------------------------------------------- 1 | function a(...a) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0149-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0149-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0149.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0149.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0150-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0150-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0150.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0150.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0151-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0151-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0151.js: -------------------------------------------------------------------------------- 1 | function a([]) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0152-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0152-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0152.js: -------------------------------------------------------------------------------- 1 | function a([ a ]) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0153-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0153-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0153.js: -------------------------------------------------------------------------------- 1 | function a([ a, b ]) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0154-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0154-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0154.js: -------------------------------------------------------------------------------- 1 | function a([ a, b, ...c ]) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0155-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0155-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0155.js: -------------------------------------------------------------------------------- 1 | function a([ a = 1 ]) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0156-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0156-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0156.js: -------------------------------------------------------------------------------- 1 | function a([ a = 1, b = 2 + 3, ...c ]) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0157-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0157-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0157.js: -------------------------------------------------------------------------------- 1 | function a([...a]) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0158-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0158-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0158.js: -------------------------------------------------------------------------------- 1 | function a([,]) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0159-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0159-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0159.js: -------------------------------------------------------------------------------- 1 | function a([,,]) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0160-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0160-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0160.js: -------------------------------------------------------------------------------- 1 | function a([,, a]) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0161-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0161-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0161.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0161.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0162-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0162-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0162.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0162.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0163-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0163-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0163.js: -------------------------------------------------------------------------------- 1 | var {a} = o; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0164-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0164-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0164.js: -------------------------------------------------------------------------------- 1 | var {a, b} = o; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0165-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0165-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0165.js: -------------------------------------------------------------------------------- 1 | var {a: A, b: B} = o; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0166-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0166-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0166.js: -------------------------------------------------------------------------------- 1 | var {a: A, b: B = 1} = o; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0167-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0167-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0167.js: -------------------------------------------------------------------------------- 1 | var {a: A, b: B = 1, c: { d }} = o; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0168-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0168-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0168.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0168.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0169-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0169-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0169.js: -------------------------------------------------------------------------------- 1 | var [a] = o; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0170-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0170-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0170.js: -------------------------------------------------------------------------------- 1 | var [a, b] = o; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0171-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0171-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0171.js: -------------------------------------------------------------------------------- 1 | var [a, b, ...c] = o; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0172-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0172-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0172.js: -------------------------------------------------------------------------------- 1 | var [...a] = o; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0173-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0173-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0173.js: -------------------------------------------------------------------------------- 1 | var [,] = o; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0174-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0174-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0174.js: -------------------------------------------------------------------------------- 1 | var [,,] = o; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0175-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0175-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0175.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0175.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0176-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0176-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0176.js: -------------------------------------------------------------------------------- 1 | [...a] -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0177-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0177-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0177.js: -------------------------------------------------------------------------------- 1 | [...a, ...b] -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0178-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0178-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0178.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0178.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0179-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0179-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0179.js: -------------------------------------------------------------------------------- 1 | [a, ...b] -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0180-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0180-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0180.js: -------------------------------------------------------------------------------- 1 | var o = { 2 | *a() {} 3 | }; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0181-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0181-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0181.js: -------------------------------------------------------------------------------- 1 | var o = { 2 | a: function *() {} 3 | }; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0182-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0182-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0182.js: -------------------------------------------------------------------------------- 1 | var o = { 2 | a: function *a() {} 3 | }; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0183-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0183-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0183.js: -------------------------------------------------------------------------------- 1 | var o = { 2 | [a+b]: function *a() {} 3 | }; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0184-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0184-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0184.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0184.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0185-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0185-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0185.js: -------------------------------------------------------------------------------- 1 | function *a() {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0186-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0186-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0186.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0186.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0187-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0187-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0187.js: -------------------------------------------------------------------------------- 1 | `a`.charCodeAt() -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0188-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0188-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0188.js: -------------------------------------------------------------------------------- 1 | import foo from 'mod'; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0189-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0189-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0189.js: -------------------------------------------------------------------------------- 1 | import 'mod'; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0190-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0190-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0190.js: -------------------------------------------------------------------------------- 1 | import * as foo from 'mod'; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0191-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0191-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0191.js: -------------------------------------------------------------------------------- 1 | import foo, * as bar from 'mod'; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0192-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0192-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0192.js: -------------------------------------------------------------------------------- 1 | import foo, {bar} from 'mod'; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0193-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0193-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0193.js: -------------------------------------------------------------------------------- 1 | import {foo} from 'mod'; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0194-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0194-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0194.js: -------------------------------------------------------------------------------- 1 | import {foo, bar} from 'mod'; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0195-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0195-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0195.js: -------------------------------------------------------------------------------- 1 | import {foo as bar} from 'mod'; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0196-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0196-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0196.js: -------------------------------------------------------------------------------- 1 | import {a, b, c} from 'mod'; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0197-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0197-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0197.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0197.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0198-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0198-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0198.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0198.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0199-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0199-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0199.js: -------------------------------------------------------------------------------- 1 | import v from "mod"; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0200-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0200-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0200.js: -------------------------------------------------------------------------------- 1 | import * as ns from "mod"; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0201-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0201-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0201.js: -------------------------------------------------------------------------------- 1 | import {x} from "mod"; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0202-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0202-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0202.js: -------------------------------------------------------------------------------- 1 | import {x as v} from "mod"; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0203-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0203-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0203.js: -------------------------------------------------------------------------------- 1 | import "mod"; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0204-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0204-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0204.js: -------------------------------------------------------------------------------- 1 | export var v; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0205-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0205-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0205.js: -------------------------------------------------------------------------------- 1 | export default function f(){}; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0206-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0206-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0206.js: -------------------------------------------------------------------------------- 1 | export default function(){}; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0207-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0207-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0207.js: -------------------------------------------------------------------------------- 1 | export default 42; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0208-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0208-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0208.js: -------------------------------------------------------------------------------- 1 | export {x}; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0209-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0209-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0209.js: -------------------------------------------------------------------------------- 1 | export {v as x}; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0210-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0210-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0210.js: -------------------------------------------------------------------------------- 1 | export {x} from "mod"; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0211-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0211-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0211.js: -------------------------------------------------------------------------------- 1 | export {v as x} from "mod"; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0212-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0212-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0212.js: -------------------------------------------------------------------------------- 1 | export * from "mod"; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0213-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0213-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0213.js: -------------------------------------------------------------------------------- 1 | export {}; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0214-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0214-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0214.js: -------------------------------------------------------------------------------- 1 | export default {}; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0215-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0215-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0215.js: -------------------------------------------------------------------------------- 1 | export default { a: 1 }; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0216-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0216-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0216.js: -------------------------------------------------------------------------------- 1 | export default []; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0217-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0217-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0217.js: -------------------------------------------------------------------------------- 1 | export var a = function() {}; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0218-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0218-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0218.js: -------------------------------------------------------------------------------- 1 | export var a = {}; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0219-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0219-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0219.js: -------------------------------------------------------------------------------- 1 | export {a, b} from 'mod'; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0220-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0220-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0220.js: -------------------------------------------------------------------------------- 1 | export {a, b,} from 'mod'; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0221-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0221-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0221.js: -------------------------------------------------------------------------------- 1 | export {a, b, c as C} from 'mod'; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0222-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0222-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0222.js: -------------------------------------------------------------------------------- 1 | export {a, b, c as C,} from 'mod'; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0223-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0223-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0223.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0223.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0224-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0224-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0224.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0224.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0225-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0225-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0225.js: -------------------------------------------------------------------------------- 1 | `a`||`b` -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0226-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0226-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0226.js: -------------------------------------------------------------------------------- 1 | ''+"" -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0227-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0227-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0227.js: -------------------------------------------------------------------------------- 1 | function* a() { 2 | yield; 3 | } -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0228-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0228-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0228.js: -------------------------------------------------------------------------------- 1 | function* a() { 2 | yield 1; 3 | } -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0229-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0229-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0229.js: -------------------------------------------------------------------------------- 1 | function* a() { 2 | yield 1 + 1; 3 | } -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0230-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0230-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0230.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0230.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0231-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0231-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0231.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0231.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0232-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0232-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0232.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0232.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0233-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0233-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0233.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0233.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0234-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0234-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0234.js: -------------------------------------------------------------------------------- 1 | function* a() { 2 | yield* 1; 3 | } -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0235-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0235-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0235.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0235.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0236-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0236-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0236.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0236.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0237-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0237-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0237.js: -------------------------------------------------------------------------------- 1 | function* a() {yield} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0238-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0238-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0238.js: -------------------------------------------------------------------------------- 1 | var A = { 2 | get [a+b]() {} 3 | } -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0239-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0239-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0239.js: -------------------------------------------------------------------------------- 1 | var A = { 2 | set [a+b](a) {} 3 | } -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0240-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0240-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0240.js: -------------------------------------------------------------------------------- 1 | class A {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0241-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0241-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0241.js: -------------------------------------------------------------------------------- 1 | class A { 2 | b() {} 3 | } -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0242-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0242-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0242.js: -------------------------------------------------------------------------------- 1 | class A { 2 | *b() {} 3 | } -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0243-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0243-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0243.js: -------------------------------------------------------------------------------- 1 | class A { 2 | static b() {} 3 | } -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0244-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0244-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0244.js: -------------------------------------------------------------------------------- 1 | class A { 2 | static *b() {} 3 | } -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0245-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0245-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0245.js: -------------------------------------------------------------------------------- 1 | class A { 2 | constructor() {} 3 | } -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0246-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0246-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0246.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0246.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0247-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0247-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0247.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0247.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0248-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0248-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0248.js: -------------------------------------------------------------------------------- 1 | var A = class { 2 | a() {} 3 | }; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0249-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0249-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0249.js: -------------------------------------------------------------------------------- 1 | var A = class A { 2 | a() {} 3 | }; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0250-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0250-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0250.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0250.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0251-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0251-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0251.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0251.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0252-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0252-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0252.js: -------------------------------------------------------------------------------- 1 | var a = '\u{20Bb7}'; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0253-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0253-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0253.js: -------------------------------------------------------------------------------- 1 | var a = `\u{20Bb7}`; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0254-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0254-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0254.js: -------------------------------------------------------------------------------- 1 | function f([a, b, c] = []) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0255-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0255-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0255.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0255.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0256-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0256-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0256.js: -------------------------------------------------------------------------------- 1 | function f({a, b, c} = {}) {} -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0257-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0257-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0257.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0257.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0258-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0258-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0258.js: -------------------------------------------------------------------------------- 1 | let [a] = [1]; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0259-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0259-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0259.js: -------------------------------------------------------------------------------- 1 | let {a} = {}; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0260-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0260-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0260.js: -------------------------------------------------------------------------------- 1 | let o = {a}; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0261-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0261-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0261.js: -------------------------------------------------------------------------------- 1 | let o = {a, b}; -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0262-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0262-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0262.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0262.js -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0263-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/parse/test-0263-expected.json -------------------------------------------------------------------------------- /tests/fixtures/parse/test-0263.js: -------------------------------------------------------------------------------- 1 | const f = x => x*x -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0001-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0001-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0001.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0001.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0002-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0002-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0002.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0002.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0003-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0003-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0003.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0003.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0004-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0004-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0004.js: -------------------------------------------------------------------------------- 1 | const t = `template`; -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0005-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0005-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0005.js: -------------------------------------------------------------------------------- 1 | const t = `temp 2 | late`; -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0006-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0006-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0006.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0006.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0007-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0007-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0007.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0007.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0008-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0008-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0008.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0008.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0009-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0009-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0009.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0009.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0010-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0010-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0010.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0010.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0011-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0011-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0011.js: -------------------------------------------------------------------------------- 1 | var a = `${ (function(o) { return o.a }({a:1})) }`; -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0012-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0012-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0012.js: -------------------------------------------------------------------------------- 1 | /[/]/ -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0013-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0013-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0013.js: -------------------------------------------------------------------------------- 1 | /a[1/g]/ -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0014-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0014-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0014.js: -------------------------------------------------------------------------------- 1 | a /= /a[1/g]/i -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0015-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0015-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0015.js: -------------------------------------------------------------------------------- 1 | a / /a[1/g]/i -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0016-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0016-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0016.js: -------------------------------------------------------------------------------- 1 | a /=/**// a[ 1 /g ] //**/ -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0017-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0017-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0017.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0017.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0018-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0018-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0018.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0018.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0019-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0019-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0019.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0019.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0020-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0020-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/loc/test-0020.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/loc/test-0020.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0001-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0001-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0001.js: -------------------------------------------------------------------------------- 1 | var g = 1, a = 2/1/g; -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0002-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0002-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0002.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0002.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0003-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0003-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0003.js: -------------------------------------------------------------------------------- 1 | const t = `template`; -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0004-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0004-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0004.js: -------------------------------------------------------------------------------- 1 | const t = `temp 2 | late`; -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0005-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0005-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0005.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0005.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0006-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0006-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0006.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0006.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0007-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0007-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0007.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0007.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0008-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0008-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0008.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0008.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0009-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0009-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0009.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0009.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0010-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0010-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0010.js: -------------------------------------------------------------------------------- 1 | var a = `${ (function(o) { return o.a }({a:1})) }`; -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0011-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0011-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0011.js: -------------------------------------------------------------------------------- 1 | /[/]/ -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0012-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0012-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0012.js: -------------------------------------------------------------------------------- 1 | /a[1/g]/ -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0013-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0013-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0013.js: -------------------------------------------------------------------------------- 1 | a /= /a[1/g]/i -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0014-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0014-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0014.js: -------------------------------------------------------------------------------- 1 | a / /a[1/g]/i -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0015-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0015-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0015.js: -------------------------------------------------------------------------------- 1 | a /=/**// a[ 1 /g ] //**/ -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0016-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0016-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0016.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0016.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0017-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0017-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0017.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0017.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0018-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0018-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0018.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0018.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0019-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0019-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/range/test-0019.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/range/test-0019.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0001-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0001-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0001.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0001.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0002-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0002-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0002.js: -------------------------------------------------------------------------------- 1 | // 'comment' 2 | 'a' -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0003-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0003-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0003.js: -------------------------------------------------------------------------------- 1 | 'a'+"a\"" -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0004-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0004-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0004.js: -------------------------------------------------------------------------------- 1 | tokenize(/42/) -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0005-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0005-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0005.js: -------------------------------------------------------------------------------- 1 | if (false) { /42/ } -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0006-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0006-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0006.js: -------------------------------------------------------------------------------- 1 | with (false) { /42/ } -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0007-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0007-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0007.js: -------------------------------------------------------------------------------- 1 | with (false) /42/ -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0008-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0008-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0008.js: -------------------------------------------------------------------------------- 1 | (false) /42/ -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0009-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0009-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0009.js: -------------------------------------------------------------------------------- 1 | function f(){} /42/ -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0010-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0010-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0010.js: -------------------------------------------------------------------------------- 1 | function(){} /42 -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0011-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0011-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0011.js: -------------------------------------------------------------------------------- 1 | {} /42 -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0012-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0012-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0012.js: -------------------------------------------------------------------------------- 1 | [function(){} /42] -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0013-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0013-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0013.js: -------------------------------------------------------------------------------- 1 | ;function f(){} /42/ -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0014-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0014-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0014.js: -------------------------------------------------------------------------------- 1 | void /42/ -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0015-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0015-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0015.js: -------------------------------------------------------------------------------- 1 | /42/ -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0016-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0016-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0016.js: -------------------------------------------------------------------------------- 1 | foo[1/42] -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0017-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0017-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0017.js: -------------------------------------------------------------------------------- 1 | [a] / b -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0018-expected.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0018.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0019-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0019-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0019.js: -------------------------------------------------------------------------------- 1 | .5/42 -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0020-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0020-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0020.js: -------------------------------------------------------------------------------- 1 | (1+2)/42/ -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0021-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0021-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0021.js: -------------------------------------------------------------------------------- 1 | this / 100; -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0022-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0022-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0022.js: -------------------------------------------------------------------------------- 1 | if ((1)) /42/ -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0023-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0023-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0023.js: -------------------------------------------------------------------------------- 1 | if (/1/.test(.2+1..toString())) /42/ -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0024-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0024-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0024.js: -------------------------------------------------------------------------------- 1 | var g=1,a=2/3/g; -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0025-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0025-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0025.js: -------------------------------------------------------------------------------- 1 | !!1 !== !!false; -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0026-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0026-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0026.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0026.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0027-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0027-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0027.js: -------------------------------------------------------------------------------- 1 | let a = 1; 2 | const b = 2; 3 | debugger; -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0028-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0028-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0028.js: -------------------------------------------------------------------------------- 1 | const t = `template`; -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0029-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0029-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0029.js: -------------------------------------------------------------------------------- 1 | const t = `temp 2 | late`; -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0030-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0030-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0030.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0030.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0031-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0031-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0031.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0031.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0032-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0032-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0032.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0032.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0033-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0033-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0033.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0033.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0034-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0034-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0034.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0034.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0035-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0035-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0035.js: -------------------------------------------------------------------------------- 1 | var a = `${ (function(o) { return o.a }({a:1})) }`; -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0036-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0036-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0036.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0036.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0037-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0037-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0037.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0037.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0038-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0038-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0038.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0038.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0039-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0039-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0039.js: -------------------------------------------------------------------------------- 1 | /[/]/ -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0040-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0040-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0040.js: -------------------------------------------------------------------------------- 1 | /a[1/g]/ -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0041-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0041-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0041.js: -------------------------------------------------------------------------------- 1 | a /= /a[1/g]/i -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0042-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0042-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0042.js: -------------------------------------------------------------------------------- 1 | a / /a[1/g]/i -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0043-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0043-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0043.js: -------------------------------------------------------------------------------- 1 | a /=/**// a[ 1 /g ] //**/ -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0044-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0044-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0044.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0044.js -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0045-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0045-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0045.js: -------------------------------------------------------------------------------- 1 | var a = 1, b = a-->a; -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0046-expected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polygonplanet/Chiffon/HEAD/tests/fixtures/tokenize/test-0046-expected.json -------------------------------------------------------------------------------- /tests/fixtures/tokenize/test-0046.js: -------------------------------------------------------------------------------- 1 | var a = 1, b = a