Skip to content

Commit

Permalink
use global URLSearchParams
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerLeonhardt committed Mar 18, 2022
1 parent 8d99738 commit f728c92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion extensions/microsoft-authentication/src/AADHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { sha256 } from './env/node/sha256';
import { BetterTokenStorage, IDidChangeInOtherWindowEvent } from './betterSecretStorage';
import { LoopbackAuthServer } from './authServer';
import path = require('path');
import { URLSearchParams } from 'url';

const localize = nls.loadMessageBundle();

Expand Down
5 changes: 4 additions & 1 deletion extensions/microsoft-authentication/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"resolveJsonModule": true,
"rootDir": "src",
"skipLibCheck": true,
"sourceMap": true
"sourceMap": true,
"lib": [
"WebWorker"
]
},
"exclude": [
"node_modules"
Expand Down

0 comments on commit f728c92

Please sign in to comment.