Deprecate @std file_server in exchange for the transpile server #9
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Blocks
#8 Start Isomorphic Head/Meta elements
SethTrowbridge/eno
Reference: SethTrowbridge/eno#9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After starting the example project, the parent project's lib/iso.tsx file will be transpiled and available via the example project's webserver.
However within the example/deno.json, mapping "@eno/iso" to "./lib/iso.tsx" wont work because deno will resolve that to a file system path and of course that directory doesnt exist in the file system, only on the webserver. Using that mapping in the browser would be fine, though.
This issue was misguided, the parent project's file server should mimic a flat-file server that cannot transpile.
However the observation above about the example project's import mapping for @eno/iso is important to note. Closing out but leaving this.