Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
feat: support @deno-types compile hint.
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Apr 8, 2020
1 parent 6845a4b commit db529b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/deno_deps.test.ts
Expand Up @@ -66,7 +66,7 @@ export * as xx from "export_as_default.ts";
hasTrailingNewLine: true,
kind: 2,
pos: 0,
text: `/// <reference types=\"https://raw.githubusercontent.com/date-fns/date-fns/master/typings.d.ts\" />`,
text: `/// <reference types="https://raw.githubusercontent.com/date-fns/date-fns/master/typings.d.ts" />`,
},
],
moduleName: "./foo.ts",
Expand Down

0 comments on commit db529b0

Please sign in to comment.