Skip to content

Commit

Permalink
js->ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yyc committed Aug 28, 2018
1 parent d75fc0f commit 1a7805d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ type TimeoutResult = {

export const runAll = async (event: AwsEvent): Promise<Output[]> => {
require('./graphics/rune_library.js')
require('./util.js')
require('./util')
evaluateGlobals(event.library.globals)
const stdPrg = event.studentProgram
const promises = event.graderPrograms.map(
Expand Down
31 changes: 0 additions & 31 deletions src/util.js

This file was deleted.

0 comments on commit 1a7805d

Please sign in to comment.