Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Commit

Permalink
Ported the performance test to TS
Browse files Browse the repository at this point in the history
  • Loading branch information
markfinger committed Aug 16, 2016
1 parent a3d0135 commit 1fba07e
Show file tree
Hide file tree
Showing 7 changed files with 1,129 additions and 207 deletions.
5 changes: 4 additions & 1 deletion *.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ declare module "parse5" {
function serialize(ast: any): string
}
declare module "browserify/lib/builtins"
declare module "browser-resolve"
declare module "browser-resolve"
declare module "chokidar" {
const FSWatcher: any
}
1 change: 1 addition & 0 deletions compiler/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {Compiler} from './compiler';
206 changes: 0 additions & 206 deletions node_modules/ava/index.d.ts

This file was deleted.

Loading

0 comments on commit 1fba07e

Please sign in to comment.