We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resolve
(1) Run attached script (2) Observe that it prints $pwd/.dev
$pwd/.dev
(1) Run attached script (2) Observe that it prints $pwd/.dev/cool
$pwd/.dev/cool
N/A
Script:
import { join, resolve } from "node:path"; const cwd = process.cwd() const this_plus_dev = join(cwd, ".dev", "cool", "..") const actually_just_dev = resolve(this_plus_dev) console.log("path: ", actually_just_dev)
No response
Native
JavaScript
1.0.0-alpha13
The text was updated successfully, but these errors were encountered:
sgammon
No branches or pull requests
Expected Behavior
(1) Run attached script
(2) Observe that it prints
$pwd/.dev
Actual Behaviour
(1) Run attached script
(2) Observe that it prints
$pwd/.dev/cool
Stacktrace
N/A
Steps To Reproduce
Script:
Environment Information
No response
Runtime
Native
Language
JavaScript
Example Application
No response
Version
1.0.0-alpha13
The text was updated successfully, but these errors were encountered: