1.7.0 • Published 18 days ago

oxc-resolver v1.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
18 days ago

The JavaScript Oxidation Compiler

See index.d.ts for resolveSync and ResolverFactory API.

ESM

import path from 'path';
import resolve, { ResolverFactory } from './index.js';
import assert from 'assert';

// `resolve`
assert(resolve.sync(process.cwd(), "./index.js").path, path.join(cwd, 'index.js'));

// `ResolverFactory`
const resolver = new ResolverFactory();
assert(resolver.sync(process.cwd(), "./index.js").path, path.join(cwd, 'index.js'));
1.7.0

18 days ago

1.6.7

20 days ago

1.6.6

20 days ago

1.6.5

1 month ago

1.6.4

1 month ago

1.6.3

2 months ago

1.6.2

2 months ago

1.6.1

2 months ago

1.6.0

2 months ago

1.5.4

2 months ago

0.3.0

3 months ago

0.2.0

3 months ago

0.1.1

4 months ago

0.0.3

5 months ago

0.0.1

6 months ago