Skip to content

Commit

Permalink
Use correct extension for typescript fixtures (babel#10014)
Browse files Browse the repository at this point in the history
* Use correct extension for typescript fixtures

* Change transform fixtures

* Adjust editorconfig for ts files

* Rename new tests

Co-authored-by: Nicolò Ribaudo ([email protected])
  • Loading branch information
danez authored and nicolo-ribaudo committed Jul 15, 2019
1 parent eb3230f commit d8da63c
Show file tree
Hide file tree
Showing 363 changed files with 36 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf

[*.{js,json}]
[*.{js,json,ts,tsx}]
indent_style = space
indent_size = 2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"legacy": true
}
]
]
],
"sourceType": "module"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"legacy": true
}
]
]
],
"sourceType": "module"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"legacy": true
}
]
]
],
"sourceType": "module"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"plugins": ["transform-typescript"],
"sourceType": "module"
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"plugins": ["transform-typescript", "transform-parameters"]
"plugins": ["transform-typescript", "transform-parameters"],
"sourceType": "module"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"plugins": ["transform-typescript"],
"sourceType": "module"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"plugins": ["transform-typescript"],
"sourceType": "module"
}
Loading

0 comments on commit d8da63c

Please sign in to comment.