Skip to content

Commit

Permalink
add // @ts-nocheck, #67
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 28, 2022
1 parent 2b38470 commit 9a567bb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions js/ActivationUtterance.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright 2019-2020, University of Colorado Boulder
// @ts-nocheck

/**
* An utterance that should generally be used for announcing a change after an "activation" interaction such
Expand Down
1 change: 1 addition & 0 deletions js/AriaLiveAnnouncer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright 2019-2022, University of Colorado Boulder
// @ts-nocheck

/**
* A static object used to send aria-live updates to a screen reader. These are alerts that are independent of user
Expand Down
1 change: 1 addition & 0 deletions js/ResponsePatternCollection.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright 2021, University of Colorado Boulder
// @ts-nocheck

/**
* A collection of string patterns that are used with responseCollector.collectResponses(). Responses for Voicing are
Expand Down
1 change: 1 addition & 0 deletions js/SpeechSynthesisAnnouncer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright 2022, University of Colorado Boulder
// @ts-nocheck

/**
* Uses the Web Speech API to produce speech from the browser. There is no speech output until the voicingManager has
Expand Down
1 change: 1 addition & 0 deletions js/ValueChangeUtterance.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright 2019-2021, University of Colorado Boulder
// @ts-nocheck

/**
* An utterance that should generally be used for announcing a change in value after interacting with a slider
Expand Down
1 change: 1 addition & 0 deletions js/responseCollector.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright 2021-2022, University of Colorado Boulder
// @ts-nocheck

/**
* Manages output of responses for the Voicing feature. First, see SCENERY/Voicing.ts for a description of what that includes.
Expand Down
1 change: 1 addition & 0 deletions js/utteranceQueueNamespace.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright 2019-2020, University of Colorado Boulder
// @ts-nocheck

/**
* Creates the namespace for this repository. By convention, this should have been declared in a file "utteranceQueue.js"
Expand Down

0 comments on commit 9a567bb

Please sign in to comment.