https://github.com/rixo/repro-systemjs
https://github.com/rixo/repro-systemjs
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rixo/repro-systemjs
- Owner: rixo
- Created: 2019-11-14T15:03:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-18T01:58:35.000Z (about 5 years ago)
- Last Synced: 2025-01-07T23:49:29.741Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
~~~bash
git clone git@github.com:rixo/repro-systemjs.git
cd repro-systemjs
yarn
yarn start
~~~
Open http://localhost:10001.
Console output:
~~~
foo
foobar
baz
~~~
Expected output:
~~~
foo
foobar
foobarbaz
~~~