Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
logs/
*.log
npm-debug.log*
.rpt2_cache

# Runtime data
pids/
Expand Down
2 changes: 1 addition & 1 deletion benchmark/JavaUnicodeInputStream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Interval } from "../src/misc/Interval";
import { NotNull } from "../src/Decorators";
import { Override } from "../src/Decorators";

import * as assert from "assert";
import assert from "assert";

const BACKSLASH = "\\".charCodeAt(0);
const LOWER_U = "u".charCodeAt(0);
Expand Down
687 changes: 344 additions & 343 deletions benchmark/TestPerformance.ts

Large diffs are not rendered by default.

Loading