0.27.0 • Published 4 years ago

parse-a-little-js v0.27.0

Weekly downloads
107
License
-
Repository
github
Last release
4 years ago

If we give the parser any text, either quoted or not, we the text back as "notIdentifier"

e.g. "\"foo bar baz\"" returns:

{ notIdentifer: "foo bar baz", intro: "\"", outro: "\"", }

while "foo bar baz" returns:

{ notIdentifer: "foo bar baz", }

There are some situations where this will trigger out other scenarios.

If you put some variation on "function someValidIdentifier (" then you'll get "function" as the intro

so ""

0.27.0

4 years ago

0.26.0

5 years ago

0.25.0

5 years ago

0.24.0

5 years ago

0.23.0

5 years ago

0.22.0

5 years ago

0.21.0

5 years ago

0.20.0

5 years ago

0.19.0

5 years ago

0.18.0

5 years ago

0.17.0

5 years ago

0.15.0

5 years ago

0.14.0

5 years ago

0.13.0

5 years ago

0.12.0

6 years ago

0.11.0

6 years ago

0.10.0

6 years ago

0.9.0

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago