Open huseeiin opened 4 months ago
Given this:
// test.ts import { BunFile } from "bun";
bun build test.ts with "verbatimModuleSyntax": true should throw an error that says "Cannot find export BunFile in module bun"
bun build test.ts
"verbatimModuleSyntax": true
this would fully support verbatimModuleSyntax intended behavior.
verbatimModuleSyntax
No response
this is proposed for bundler, but after thinknig about it, it can also work in runtime
What is the problem this feature would solve?
Given this:
bun build test.ts
with"verbatimModuleSyntax": true
should throw an error that says "Cannot find export BunFile in module bun"What is the feature you are proposing to solve the problem?
this would fully support
verbatimModuleSyntax
intended behavior.What alternatives have you considered?
No response