Skip to content

Commit f8dcb11

Browse files
committed
More notes
1 parent 96fe19d commit f8dcb11

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

examples/typescript/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ <h1>Users</h1>
2020
async
2121
src="https://ga.jspm.io/npm:es-module-shims@2.6.2/dist/es-module-shims.js"
2222
></script>
23+
2324
<!-- ✨ `lang="ts"` is cheating -->
2425
<!-- 💡 `type="module-shim"` skips native check -->
2526
<script type="module" lang="ts">

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -269,17 +269,17 @@
269269
---
270270
# TODO: Other notes
271271
272-
* Other runtime: Deno, Bun, etc.
273-
* Web components.
274272
* Fun background images.
275-
* This presentation is a buildless app with a big import map.
273+
* More on es-import-shims future and browser directions
274+
* Folks like JSPM, etc. are really pushing how much you can do without a build.
276275
* ...
277276
278277
---
279-
# TODO: Takeaways
278+
# TODO: This deck
280279
281-
* Folks like JSPM, etc. are really pushing how much you can do without a build.
282-
* ...
280+
* Spectacle link
281+
* This deck link
282+
* Look at the import map
283283
284284
--- { "layout": "center" }
285285
# TODO: Thanks

0 commit comments

Comments
 (0)