๐Ÿ“ฆ colinhacks / zshy

๐Ÿ“„ index.js ยท 8 lines
1
2
3
4
5
6
7
8/**
 * Plugin B - Another example plugin for testing
 */
export * as pluginA from "./a.js";
export * as pluginB from "./b.cjs";
export * as pluginC from "./c.mjs";
export * as pluginD from "./d/index.js"; // extensionless import to test d/index.ts resolution
//# sourceMappingURL=index.js.map