mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-07-22 12:36:09 +00:00
refactor: consume Commonlib as a package
This commit is contained in:
@@ -32,7 +32,6 @@ function toPosixPath(filePath: string): string {
|
||||
|
||||
const posixProjectRoot = toPosixPath(projectRoot);
|
||||
const posixSrc = `${posixProjectRoot}/src`;
|
||||
const posixLibSrc = `${posixProjectRoot}/src/lib`;
|
||||
|
||||
function matchStyleAccess(node: Node): { element: Node; propertyName: string; isComputed: boolean } | undefined {
|
||||
if (Node.isPropertyAccessExpression(node)) {
|
||||
|
||||
Reference in New Issue
Block a user