@angular/language-service 5.2.2 → 5.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/language-service.umd.js +34 -15
- package/bundles/language-service.umd.js.map +1 -1
- package/bundles/language-service.umd.min.js +14 -14
- package/bundles/language-service.umd.min.js.map +1 -1
- package/esm2015/language-service.js +3 -3
- package/esm2015/language-service.js.map +1 -1
- package/esm5/language-service.js +3 -3
- package/esm5/language-service.js.map +1 -1
- package/package.json +1 -1
package/esm5/language-service.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v5.2.
|
|
2
|
+
* @license Angular v5.2.6
|
|
3
3
|
* (c) 2010-2018 Google, Inc. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -1748,7 +1748,7 @@ var ReflectorHost = /** @class */ (function () {
|
|
|
1748
1748
|
throw new Error('Resolution of relative paths requires a containing file.');
|
|
1749
1749
|
}
|
|
1750
1750
|
// Any containing file gives the same result for absolute imports
|
|
1751
|
-
containingFile = join(this.options.basePath, 'index.ts');
|
|
1751
|
+
containingFile = join(this.options.basePath, 'index.ts').replace(/\\/g, '/');
|
|
1752
1752
|
}
|
|
1753
1753
|
var resolved = resolveModuleName(moduleName, containingFile, this.options, this.hostAdapter)
|
|
1754
1754
|
.resolvedModule;
|
|
@@ -2656,7 +2656,7 @@ function create(info /* ts.server.PluginCreateInfo */) {
|
|
|
2656
2656
|
/**
|
|
2657
2657
|
* @stable
|
|
2658
2658
|
*/
|
|
2659
|
-
var VERSION = new Version('5.2.
|
|
2659
|
+
var VERSION = new Version('5.2.6');
|
|
2660
2660
|
|
|
2661
2661
|
/**
|
|
2662
2662
|
* @license
|