Docs.rs
rslint_parser-0.3.1
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rslint_parser 0.3.1
An extremely fast ECMAScript parser made for the rslint project
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
array_expr.js
array_expr.rast
arrow_expr_single_param.js
arrow_expr_single_param.rast
assign_expr.js
assign_expr.rast
async_arrow_expr.js
async_arrow_expr.rast
async_function_expr.js
async_function_expr.rast
async_ident.js
async_ident.rast
async_method.js
async_method.rast
binary_expressions.js
binary_expressions.rast
block_stmt.js
block_stmt.rast
bracket_expr.js
bracket_expr.rast
break_stmt.js
break_stmt.rast
class_decl.js
class_decl.rast
class_empty_element.js
class_empty_element.rast
class_expr.js
class_expr.rast
conditional_expr.js
conditional_expr.rast
continue_stmt.js
continue_stmt.rast
debugger_stmt.js
debugger_stmt.rast
dot_expr.js
dot_expr.rast
empty_stmt.js
empty_stmt.rast
export.js
export.rast
for_stmt.js
for_stmt.rast
function_decl.js
function_decl.rast
function_expr.js
function_expr.rast
grouping_expr.js
grouping_expr.rast
identifier_reference.js
identifier_reference.rast
if_stmt.js
if_stmt.rast
import_call.js
import_call.rast
import_decl.js
import_decl.rast
import_meta.js
import_meta.rast
literals.js
literals.rast
method_getter.js
method_getter.rast
method_setter.js
method_setter.rast
new_exprs.js
new_exprs.rast
object_binding_prop.js
object_binding_prop.rast
object_expr.js
object_expr.rast
object_expr_assign_prop.js
object_expr_assign_prop.rast
object_expr_async_method.js
object_expr_async_method.rast
object_expr_generator_method.js
object_expr_generator_method.rast
object_expr_getter_setter.js
object_expr_getter_setter.rast
object_expr_getter_setter_as_prop.js
object_expr_getter_setter_as_prop.rast
object_expr_getter_setter_computed.js
object_expr_getter_setter_computed.rast
object_expr_ident_literal_prop.js
object_expr_ident_literal_prop.rast
object_expr_ident_prop.js
object_expr_ident_prop.rast
object_expr_method.js
object_expr_method.rast
object_expr_spread_prop.js
object_expr_spread_prop.rast
object_prop_name.js
object_prop_name.rast
paren_or_arrow_expr.js
paren_or_arrow_expr.rast
postfix_expr.js
postfix_expr.rast
return_stmt.js
return_stmt.rast
semicolons.js
semicolons.rast
sequence_expr.js
sequence_expr.rast
static_method.js
static_method.rast
subscripts.js
subscripts.rast
switch_stmt.js
switch_stmt.rast
template_literal.js
template_literal.rast
this_expr.js
this_expr.rast
throw_stmt.js
throw_stmt.rast
try_stmt.js
try_stmt.rast
var_decl.js
var_decl.rast
while_stmt.js
while_stmt.rast
yield_expr.js
yield_expr.rast
1
2
3
let
a
=
async
foo
=>
{
}
let
b
=
async
(
bar
)
=>
{
}
async
(
foo
,
bar
,
...
baz
)
=>
foo