@marko/language-server 1.4.26 → 2.0.0

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 CHANGED
@@ -1942,7 +1942,7 @@ var import_language_tools17 = require("@marko/language-tools");
1942
1942
  var import_path7 = __toESM(require("path"));
1943
1943
  var fsPathReg = /^(?:[./\\]|[A-Z]:)/i;
1944
1944
  var modulePartsReg = /^((?:@(?:[^/]+)\/)?(?:[^/]+))(.*)$/;
1945
- var importTagReg3 = /<([^>]+)>/;
1945
+ var importTagReg3 = /^<([^>]+)>$/;
1946
1946
  function patch(ts2, configFile, extractCache3, resolutionCache, host, ps) {
1947
1947
  const processors = import_language_tools17.Processors.create({
1948
1948
  ts: ts2,