@marko/language-server 1.4.26 → 2.0.1
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -7
package/dist/index.mjs
CHANGED
|
@@ -1969,7 +1969,7 @@ import {
|
|
|
1969
1969
|
import path7 from "path";
|
|
1970
1970
|
var fsPathReg = /^(?:[./\\]|[A-Z]:)/i;
|
|
1971
1971
|
var modulePartsReg = /^((?:@(?:[^/]+)\/)?(?:[^/]+))(.*)$/;
|
|
1972
|
-
var importTagReg3 =
|
|
1972
|
+
var importTagReg3 = /^<([^>]+)>$/;
|
|
1973
1973
|
function patch(ts2, configFile, extractCache3, resolutionCache, host, ps) {
|
|
1974
1974
|
const processors = Processors.create({
|
|
1975
1975
|
ts: ts2,
|