Skip to content

Commit

Permalink
Bring in monaco.d.ts into the /src/ folder such that editor API can b…
Browse files Browse the repository at this point in the history
…e typechecked to be exported correctly
  • Loading branch information
alexdima committed May 31, 2016
1 parent a2fd572 commit 561cd05
Show file tree
Hide file tree
Showing 9 changed files with 399 additions and 361 deletions.
3 changes: 2 additions & 1 deletion build/gulpfile.hygiene.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var eolFilter = [
'!**/node_modules/**',
'!**/fixtures/**',
'!**/*.{svg,exe,png,scpt,bat,cmd,cur,ttf,woff,eot}',
'!build/{lib,tslintRules}/**/*.js'
'!build/{lib,monaco,tslintRules}/**/*.js'
];

var indentationFilter = [
Expand All @@ -37,6 +37,7 @@ var indentationFilter = [
'!**/*.yml',
'!**/lib/**',
'!**/*.d.ts',
'!**/*.d.ts.recipe',
'!extensions/typescript/server/**',
'!test/assert.js',
'!**/package.json',
Expand Down
Loading

0 comments on commit 561cd05

Please sign in to comment.