Created
July 27, 2024 17:35
-
-
Save hildjj/67c0b19b0dae7f4f88b040fe553a7a4f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
foo = '1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "repro", | |
"version": "0.0.0", | |
"scripts": { | |
"build": "peggy --dts foo.pegjs -o foo.js" | |
}, | |
"dependencies": { | |
"peggy": "github:peggyjs/peggy#pull/538/head" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment