Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Adding a ModuleId type alias to specify original url or local file of
dependency
- Modifying ModuleMetaData class to contain ModuleId
- Adding a --deps flag
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also removes assignCmdId as it's currently unused.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Plus changes to tests to accomodate.
|
|
|
|
|
|
|
|
with assertEqual
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In collaboration with Tommy Savaria <tommy.savaria@protonmail.ch>
|
|
Adds compiler_test.ts
|
|
|
|
Introduces error codes that are shared between JS/RS
Fixes #526.
|
|
|
|
With help from Thomas Ghysels <info@thomasg.be>
|
|
|
|
|
|
In particular this allow -D for logging debug output.
|