Skip to content

Commit

Permalink
🚧 WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
maraisr committed May 27, 2024
1 parent 032e755 commit 6d4b82d
Show file tree
Hide file tree
Showing 6 changed files with 332 additions and 158 deletions.
49 changes: 49 additions & 0 deletions assets/logo_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions assets/logo_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
205 changes: 205 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions example.ts → examples/example.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { type Diary, diary, type OnEmitFn } from './src/mod.ts';
import { browser, plain, pretty } from './src/output.console.ts';
import { interpolate } from './src/utils.ts';
import { type Diary, diary, type OnEmitFn } from '../src/mod.ts';
import { browser, plain, pretty } from '../src/output.console.ts';
import { interpolate } from '../src/utils.ts';

class User {
id = 123;
Expand Down
Loading

0 comments on commit 6d4b82d

Please sign in to comment.