Skip to content
Draft
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
2 changes: 0 additions & 2 deletions node/docs/TypeScriptSourceToJson.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/// <reference path="typings/index.d.ts" />

import * as ts from 'typescript';
var path = require('path');

Expand Down
4 changes: 3 additions & 1 deletion node/docs/run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

function failed()
{
local error=${1:-Undefined error}
Expand All @@ -6,4 +8,4 @@ function failed()
}

../node_modules/.bin/tsc || failed 'Compilation failed.'
../_download/archive/*/*/bin/node gendocs.js
node gendocs.js
1 change: 0 additions & 1 deletion node/docs/typings/index.d.ts

This file was deleted.

5 changes: 5 additions & 0 deletions node/omnisharp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"fileOptions": {
"excludeSearchPatterns": ["_test/**/*"]
}
}