Files
flipper/desktop/.eslintignore
Timur Valiev 6667a15f2c Lispy grammar parser
Summary:
Grammar parsers for Lispy language (it's a lisp) - to be used later to
1) extract meaningful data from binding scripts
2) better presentation of the scripts

There a are two parsers - one is transforming lispy to 'honest', raw tree
Another one does some simplifications - unwrap consts,arrays and maps

It uses https://nearley.js.org/docs/grammar parser and moo lexer

Reviewed By: yousuf-haque

Differential Revision: D26422882

fbshipit-source-id: 09c8aa91b635e4605104f9a52fa4699b53990006
2021-02-18 08:37:16 -08:00

17 lines
292 B
Plaintext

*.bundle.js
plugins/fb/relaydevtools/relay-devtools/*
latest
resources
templates
node_modules
lib
!.eslintrc.js
dist
website/build
react-native/ReactNativeFlipperExample
scripts/generate-changelog.js
static/index.js
static/defaultPlugins/index.json
app/src/defaultPlugins/index.tsx
generated