Skip to content

Commit

Permalink
maint/dev ~ reorganize third-party code/types into 'vendor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Feb 14, 2021
1 parent 7789246 commit a1508d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eg/show-paths.local.deno.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/* eslint-disable no-console , functional/immutable-data , security/detect-object-injection, security-node/detect-crlf , @typescript-eslint/ban-ts-comment , @typescript-eslint/no-explicit-any */

// eslint-disable-next-line @typescript-eslint/triple-slash-reference
/// <reference path='../src/types/deno.d.ts'/>
/// <reference path='../vendor/types/deno.d.ts'/>

// @ts-ignore
import osPaths from '../src/mod.deno.ts';
Expand Down
File renamed without changes.

0 comments on commit a1508d7

Please sign in to comment.