Skip to content

Import are case insensitive in window 10 #36968

Closed
@GrosSacASac

Description

@GrosSacASac
  • Version:15.2.1
  • Platform:window 10
  • Subsystem:IMPORT

What steps will reproduce the bug?

a.js

import {b} from "./B.js";

b.js

export {b};
const b = 10;

package.json

{
  "version": "1.0.0",
  "type": "module",
  "private": true
}

How often does it reproduce? Is there a required condition?

Always

What is the expected behavior?

B.js not found (Uppercase)

What do you see instead?

no errors

Additional information

It creates error on linux

Metadata

Metadata

Assignees

No one assigned

    Labels

    libuvIssues and PRs related to the libuv dependency or the uv binding.windowsIssues and PRs related to the Windows platform.wontfixIssues that will not be fixed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions