Skip to content

Commit

Permalink
Fix typo in tsOptions
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Lo Nigro <danlo@meta.com>
  • Loading branch information
Daniel15 committed Aug 6, 2024
1 parent e890a5c commit b41638b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions parser/__tests__/__snapshots__/tsx-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ exports[`tsxParser parse extends the ts config with jsx support 1`] = `
"exportNamespaceFrom",
"functionBind",
"functionSent",
"importAttributes",
"importMeta",
"nullishCoalescingOperator",
"numericSeparator",
Expand Down
2 changes: 1 addition & 1 deletion parser/tsOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
'exportNamespaceFrom',
'functionBind',
'functionSent',
'importAttributes,
'importAttributes',
'importMeta',
'nullishCoalescingOperator',
'numericSeparator',
Expand Down

0 comments on commit b41638b

Please sign in to comment.