Skip to content

Commit

Permalink
Merge pull request #4125 from BattlefieldDuck/master
Browse files Browse the repository at this point in the history
Update allowProposedApi comments
  • Loading branch information
Tyriar authored Sep 23, 2022
2 parents 50b1e10 + 11c806a commit 1431210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions typings/xterm-headless.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ declare module 'xterm-headless' {
export interface ITerminalOptions {
/**
* Whether to allow the use of proposed API. When false, any usage of APIs
* marked as experimental/proposed will throw an error. This defaults to
* true currently, but will change to false in v5.0.
* marked as experimental/proposed will throw an error. The default is false.
*/
allowProposedApi?: boolean;

Expand Down
3 changes: 1 addition & 2 deletions typings/xterm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ declare module 'xterm' {
export interface ITerminalOptions {
/**
* Whether to allow the use of proposed API. When false, any usage of APIs
* marked as experimental/proposed will throw an error. This defaults to
* true currently, but will change to false in v5.0.
* marked as experimental/proposed will throw an error. The default is false.
*/
allowProposedApi?: boolean;

Expand Down

0 comments on commit 1431210

Please sign in to comment.