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 (nicolo.ribaudo@gmail.com)
  • Loading branch information
danez authored and AdamRamberg committed Jul 17, 2019
1 parent 978d2f5 commit a6cb1f6
Show file tree
Hide file tree
Showing 363 changed files with 36 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
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
Expand Up @@ -7,5 +7,6 @@
"legacy": true
}
]
]
],
"sourceType": "module"
}
Expand Up @@ -7,5 +7,6 @@
"legacy": true
}
]
]
],
"sourceType": "module"
}
Expand Up @@ -7,5 +7,6 @@
"legacy": true
}
]
]
],
"sourceType": "module"
}
@@ -0,0 +1,4 @@
{
"plugins": ["transform-typescript"],
"sourceType": "module"
}
@@ -1,3 +1,4 @@
{
"plugins": ["transform-typescript", "transform-parameters"]
"plugins": ["transform-typescript", "transform-parameters"],
"sourceType": "module"
}
@@ -0,0 +1,4 @@
{
"plugins": ["transform-typescript"],
"sourceType": "module"
}
@@ -0,0 +1,4 @@
{
"plugins": ["transform-typescript"],
"sourceType": "module"
}

0 comments on commit a6cb1f6

Please sign in to comment.