@designtools/codesurface 0.1.8 → 0.1.9
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/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -255,7 +255,7 @@ import { namedTypes as n, builders as b } from "ast-types";
|
|
|
255
255
|
var _parser = null;
|
|
256
256
|
async function getParser() {
|
|
257
257
|
if (!_parser) {
|
|
258
|
-
_parser = await import("recast/parsers/babel-ts");
|
|
258
|
+
_parser = await import("recast/parsers/babel-ts.js");
|
|
259
259
|
}
|
|
260
260
|
return _parser;
|
|
261
261
|
}
|
package/package.json
CHANGED