@marko/language-server 1.0.16 → 1.0.17

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
@@ -1355,7 +1355,7 @@ function patch(ts2, configFile, extractCache2, resolutionCache, host, ps) {
1355
1355
  } else {
1356
1356
  const [, nodeModuleName, relativeModulePath] = modulePartsReg.exec(moduleName);
1357
1357
  const { resolvedModule } = ts2.bundlerModuleNameResolver(
1358
- `${nodeModuleName}/package.json`,
1358
+ `${nodeModuleName}/marko.json`,
1359
1359
  containingFile,
1360
1360
  options,
1361
1361
  host,