mirror of
https://github.com/denoland/deno.git
synced 2025-09-30 22:21:15 +00:00
Make compatible with latest deno (denoland/deno_std#41)
Original: 0772030f5d
This commit is contained in:
parent
0b9ab1249b
commit
7143f7d860
16 changed files with 23 additions and 22 deletions
|
@ -1,4 +1,4 @@
|
|||
import { getLevelByName } from "./levels";
|
||||
import { getLevelByName } from "./levels.ts";
|
||||
|
||||
export class BaseHandler {
|
||||
level: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue