You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Relocate localimports folder
* Relocate module loading code into separate folder
* Add new preprocessor and tests
* Remove old test code
* Allow ec-evaluator to handle all types of ImportSpecifiers
* Allow stepper to handle all ImportSpecifier types
* Fix spelling error and add new creators
* Update import file paths
* Updated interpreter
* Update syntax tests
* Add new and unify error types
* Fix module types and import paths
* Made svml compile function async
* Fix analyzer not detecting some duplicates and add tests
* Provide a different module for default import testing
* Enable transpiler to handle all ImportSpecifier types
* Made ExportAllDeclarations and ImportNamespaceSpecifiers available to the library parser
* Add new helper utilities
* Update babel preset
* Rename UtilMap to Dict
* Misc changes
* Ran format
* Add some documentation
* Relocated ast creator
* Fix some broken options
* Made name extractor fully async
* Modify hoistAndMergeImports to always try to combine ImportDefaultSpecifiers
* Simplify preprocessor code
* Make assert available to modules
* Move dummy astCreator
* Fix some regressions and refactor testing code for name extractor
* Ran format
* Update documentation
* Move shouldAddFileName option to IOptions
* Fix broken IOptions code
* Ran format
* Fix broken tests
* Ran format
* Tidy up code and add documentation
* Make sure name-extractor doesn't load docs for local modules
* Fix options not being passed to preprocessor
* Make Source module wrapping required
* Create utility function for getting module source values
* Update removeExports
* Update documentation and run format
* Ran format
* Fix bug where programs with syntax errors would not cause the linker to return with an error
* Ran format
* Add linker tests
* Fix naming
* Add new functionality to dict type
* Add new tests for linker and refactor analyzer tests
* Use two separate tsconfigs to allow tests to be part of one tsconfig
* Ran format
* Relocate formatting for module documentation to name extractor
* Run format
* Finish merge from master
* Properly finish merge
* Run format
* Fix incorrect type being used in moduleLoaderAsync
* Run format
* Update eslint configuration to detect duplicate imports
* Add handling for unknown types generated by typedoc
* Use array type for function param docs to respect parameter order
* Fix eslint plugins
* Clean up es type import
* Refactor to use guard clause
* Fix imports post-merge
* Remove old code
* Fix format
---------
Co-authored-by: Richard Dominick <[email protected]>
0 commit comments