@travetto/registry
Advanced tools
Comparing version 0.0.38 to 0.0.39
@@ -18,3 +18,3 @@ { | ||
"scripts": {}, | ||
"version": "0.0.38" | ||
"version": "0.0.39" | ||
} |
import * as ts from 'typescript'; | ||
import * as path from 'path'; | ||
import { AppEnv } from '@travetto/base/src/env'; | ||
@@ -73,3 +74,3 @@ import { TransformUtil, Import, State } from '@travetto/compiler'; | ||
transformer: TransformUtil.importingVisitor<IState>((file: ts.SourceFile) => { | ||
let fileRoot = file.fileName; | ||
let fileRoot = file.fileName.replace(/[\\\/]/g, path.sep); | ||
@@ -76,0 +77,0 @@ let ns = '@sys'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17423
496