Skip to content

Commit 99297ad

Browse files
committed
add jit support, refactor for general reliability
1 parent 8fce24d commit 99297ad

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+23730
-49706
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
node_modules
2+
dist
3+
*.vsix
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1+
node_modules/**
12
.vscode/**
3+
.github/**
4+
src/**
5+
packages/**
6+
tests/**
27
**/*.ts
38
**/*.map
49
.gitignore
510
**/tsconfig.json
6-
**/tsconfig.base.json
7-
contributing.md
8-
node_modules/**
9-
src/**
10-
tests/**
11-
.github/**
File renamed without changes.

README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)