You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently ESM script inside html files aren't typechecked. only external js will be typechecked. however, being able to typecheck them will be valuable in editing single-file project, since for non single-file project (that uses <script type="module" src="...">), there's these shortcomings:
currently ESM script inside html files aren't typechecked. only external
js
will be typechecked. however, being able to typecheck them will be valuable in editing single-file project, since for non single-file project (that uses<script type="module" src="...">
), there's these shortcomings:index.html
anddeno.json
: External import maps support WICG/import-maps#235The text was updated successfully, but these errors were encountered: