6 ms·
It still have issues. Example: `import foo from "./Foo"` doesn't work. You have to `import foo from "./Foo.ts"`
by theThree 1y ago
It still have issues. Example: `import foo from "./Foo"` doesn't work. You have to `import foo from "./Foo.ts"`
- veidr 1y agoThat's a feature, not a bug. When you think about it (even drunk as hell while mid-fall bungee jumping) the latter form is sensible and the first is nuts.