diff --git a/bin/create-php-parser.js b/bin/create-php-parser.js index dc3519164932c2..6660ced9086631 100755 --- a/bin/create-php-parser.js +++ b/bin/create-php-parser.js @@ -1,9 +1,9 @@ #!/usr/bin/env node -const pegjs = require( 'pegjs' ); +const pegjs = require( 'pegjs' ); const phppegjs = require( 'php-pegjs' ); -const fs = require( 'fs' ); -const path = require( 'path' ); +const fs = require( 'fs' ); +const path = require( 'path' ); const peg = fs.readFileSync( 'blocks/api/post.pegjs', 'utf8' ); const parser = pegjs.buildParser(