Closed
Description
- Dart VM
e.g.
-
For Ts/Js, if had a path of
router/index.ts
, we will call the package byimport some from 'router'
, rather thanimport some from 'router/index.ts'
. -
Python, it has
__init__
, supports it.
For Ts/Js, if had a path of router/index.ts
, we will call the package by import some from 'router'
, rather than import some from 'router/index.ts'
.
Python, it has __init__
, supports it.