/** @module data */
/**
* Trial Handler
*
* @author Alain Pitiot
* @author Hiroyuki Sogo & Sotiri Bakagiannis - better support for BOM and accented characters
* @version 2020.2
* @copyright (c) 2017-2020 Ilixa Ltd. (http://ilixa.com) (c) 2020 Open Science Tools Ltd. (https://opensciencetools.org)
* @license Distributed under the terms of the MIT License
*/
import {PsychObject} from '../util/PsychObject';
import * as util from '../util/Util';
/**
*
A Trial Handler handles the importing and sequencing of conditions.
*
* @class
* @extends PsychObject
* @param {Object} options
* @param {module:core.PsychoJS} options.psychoJS - the PsychoJS instance
* @param {Array.