prettier/tests
James Henry 72456bf06f [WIP] TypeScript Parser (#915)
* WIP immediate feedback

* typescript parser is drop-in replacement for flow parser

* Add new TypeScript Parser snapshots where drop-in replacement possible

* Snapshot updates after rebasing

* Remove unnecessary stripping of properties on TypeScript parser AST

* Remove annotated issues

* Move TS dependencies to dev for now
2017-03-08 13:18:13 -08:00
..
array_spread [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
arrays [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
arrows Parenthesize function expressions in expression position (#941) 2017-03-07 18:53:42 -08:00
assignment_comments [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
async [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
binary-expressions Fix #951: properly parenthesize ** expressions (#952) 2017-03-08 13:11:53 -08:00
bracketSpacing [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
break-calls [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
class_comment [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
class_extends [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
classes Parenthesize function expressions in expression position (#941) 2017-03-07 18:53:42 -08:00
comments Fix files with comments only (#813) 2017-03-07 11:02:45 -08:00
computed_props [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
conditional [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
decorators Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
directives [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
do Properly support `do` (#811) 2017-02-27 10:49:08 -05:00
dynamic_import Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
empty_statement [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
es6modules Keep parenthesis on export default function (#844) 2017-03-02 22:39:22 -05:00
export [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
export_default [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
export_extension Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
exports [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
expression_statement Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
flow Parenthesize function expressions in expression position (#941) 2017-03-07 18:53:42 -08:00
flow_comments Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
flow_method Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
for [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
function [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
if_comments [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
ignore Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
import [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
interface Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
it [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
jsx [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
jsx-multiline-assign [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
jsx-newlines [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
jsx-significant-space [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
jsx-split-attrs [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
jsx-stateless-arrow-fn [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
jsx_escape Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
jsx_last_line [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
label [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
last_argument_expansion Inline last arg function arguments (#847) 2017-03-02 22:29:53 -05:00
line [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
line_suffix_boundary Introduce line-suffix-boundary (#750) 2017-02-23 09:26:26 -08:00
literal Fix 0.5e0 (#911) 2017-03-06 03:44:05 -08:00
member [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
method-chain Fix binary op as body in arrow expression (#921) 2017-03-07 13:24:47 -08:00
new_expression [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
object-prop-break-in [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
object_colon_bug [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
objects Parenthesize function expressions in expression position (#941) 2017-03-07 18:53:42 -08:00
optional-type-name Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
preserve_line [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
quotes Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
require [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
rest Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
shebang [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
strings Eagerly evaluate `ifBreak` when processing template literals (fixes #795) (#798) 2017-02-23 21:21:13 -08:00
switch [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
tabWith Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
template [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
ternaries [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
trailing_comma [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
trailing_whitespace Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
try [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
unary [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
unary_expression [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
unicode Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
union_intersection Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
update_expression [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
while [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
windows [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00
yield [WIP] TypeScript Parser (#915) 2017-03-08 13:18:13 -08:00