chore(client): ts migrate frame runner (#43798)

* Preserve history commit

* feat: Typescript migration frame-runner

* fix: types for expected/actual

Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
Lucas
2021-12-01 02:01:39 -03:00
committed by GitHub
parent 40573b5f14
commit acc4e25cba
4 changed files with 123 additions and 14 deletions

View File

@ -11,7 +11,7 @@ module.exports = (env = {}) => {
cache: __DEV__ ? { type: 'filesystem' } : false,
mode: __DEV__ ? 'development' : 'production',
entry: {
'frame-runner': './src/client/frame-runner.js',
'frame-runner': './src/client/frame-runner.ts',
'sass-compile': './src/client/workers/sass-compile.ts',
'test-evaluator': './src/client/workers/test-evaluator.ts'
},