The current integration test for language service involves piping the results of one process to another using Unix pipes. This makes the test hard to debug, and hard to configure. This commit refactors the integration test to use regular Jasmine scaffolding. More importantly, it tests the way the language service will actually be installed by end users. Users would not have to add `@angular/language-service` to the plugins section in tsconfig.json Instead, all they need to do is install the *extension* from the VS Code Marketplace and Angular Language Service will be loaded as a global plugin. PR Close #28168
106 lines
3.6 KiB
YAML
106 lines
3.6 KiB
YAML
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
# yarn lockfile v1
|
|
|
|
|
|
"@angular/core@file:../../dist/packages-dist/core":
|
|
version "7.2.0"
|
|
dependencies:
|
|
tslib "^1.9.0"
|
|
|
|
"@angular/language-service@file:../../dist/packages-dist/language-service":
|
|
version "7.2.0"
|
|
|
|
"@types/node@file:../../node_modules/@types/node":
|
|
version "10.9.4"
|
|
|
|
balanced-match@^1.0.0:
|
|
version "1.0.0"
|
|
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
|
|
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
|
|
|
|
brace-expansion@^1.1.7:
|
|
version "1.1.11"
|
|
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
|
|
integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
|
|
dependencies:
|
|
balanced-match "^1.0.0"
|
|
concat-map "0.0.1"
|
|
|
|
concat-map@0.0.1:
|
|
version "0.0.1"
|
|
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
|
|
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
|
|
|
|
fs.realpath@^1.0.0:
|
|
version "1.0.0"
|
|
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
|
|
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
|
|
|
|
glob@^7.0.6:
|
|
version "7.1.3"
|
|
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
|
|
integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==
|
|
dependencies:
|
|
fs.realpath "^1.0.0"
|
|
inflight "^1.0.4"
|
|
inherits "2"
|
|
minimatch "^3.0.4"
|
|
once "^1.3.0"
|
|
path-is-absolute "^1.0.0"
|
|
|
|
inflight@^1.0.4:
|
|
version "1.0.6"
|
|
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
|
|
integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=
|
|
dependencies:
|
|
once "^1.3.0"
|
|
wrappy "1"
|
|
|
|
inherits@2:
|
|
version "2.0.3"
|
|
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
|
|
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
|
|
|
|
jasmine-core@~3.1.0:
|
|
version "3.1.0"
|
|
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.1.0.tgz#a4785e135d5df65024dfc9224953df585bd2766c"
|
|
integrity sha1-pHheE11d9lAk38kiSVPfWFvSdmw=
|
|
|
|
"jasmine@file:../../node_modules/jasmine":
|
|
version "3.1.0"
|
|
dependencies:
|
|
glob "^7.0.6"
|
|
jasmine-core "~3.1.0"
|
|
|
|
minimatch@^3.0.4:
|
|
version "3.0.4"
|
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
|
|
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
|
|
dependencies:
|
|
brace-expansion "^1.1.7"
|
|
|
|
once@^1.3.0:
|
|
version "1.4.0"
|
|
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
|
|
integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
|
|
dependencies:
|
|
wrappy "1"
|
|
|
|
path-is-absolute@^1.0.0:
|
|
version "1.0.1"
|
|
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
|
|
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
|
|
|
|
tslib@^1.9.0:
|
|
version "1.9.3"
|
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
|
|
integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==
|
|
|
|
"typescript@file:../../node_modules/typescript":
|
|
version "3.2.2"
|
|
|
|
wrappy@1:
|
|
version "1.0.2"
|
|
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
|
|
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
|