https://github.com/jakebailey/self-reference-mjs
https://github.com/jakebailey/self-reference-mjs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakebailey/self-reference-mjs
- Owner: jakebailey
- Created: 2022-08-11T02:40:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T02:52:50.000Z (almost 4 years ago)
- Last Synced: 2025-11-12T22:31:53.602Z (7 months ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Compare `src/a.ts` with `b.mjs`; they are identical.
Run `npm run build`; the code in `src` compiles.
Run `npm run run-a` or `npm run run-b`; both work.
Open `b.mjs` in VS Code; there's an error.