Skip to content

Commit 2fe69f8

Browse files
Merge branch 'dev' into Calling_Pattern_Doc
2 parents 946579c + ba718d4 commit 2fe69f8

32 files changed

+853
-311
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ samples/node/secrets.json
2222
samples/browser/src/secrets.js
2323
samples/browser/src/graph-js-sdk-core.js
2424
samples/browser/src/graph-js-sdk-web.js
25+
samples/browser/src/graph-es-sdk.js
2526

2627
spec/**/*.js
2728
spec/**/*.d.ts

.vscode/tasks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"tasks": [
66
{
77
"label": "Run Compile",
8-
"type": "npm",
9-
"script": "compile",
8+
"type": "typescript",
9+
"tsconfig": "tsconfig-cjs.json",
1010
"group": "build"
1111
}
1212
]

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
theme: jekyll-theme-cayman

browser-wrapper-dependency.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@
88
/**
99
* Initializes PolyFilling
1010
*/
11-
const PolyFill = require("./lib/src/PolyFill");
12-
PolyFill.init();
11+
require("./lib/src/PolyFill");

0 commit comments

Comments
 (0)