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
* Create test project with node_modules
* testProject test util
* Fix typos in module resolution test
* Base case module resolution
* Replace requires in source maps too
* Fixed incorrect path behavior
* More tests
* add module resolution with sourceDir node_modules
* Get all module-resolution testcases to work
* Restrict resolver to only lua files
* All tests working
* Added more in-project dependency checks to sourceDir test
* Fixed problem with lua sibling files
* Also resolve JSON modules
* Add debug to resolution test to try to figure out why CI is failing
* fix test runner path preloading
* Revert "Add debug to resolution test to try to figure out why CI is failing"
This reverts commit 7b8bd80.
* Changed resolution failure from error to warning
* move json.lua from dist to src in benchmark
* Use commit version instead of master to compile benchmark scripts
* Added module resolution test project with lua sources
* Add library compilation mode
* renamed compilemode to buildmode
* clean up resolve
* Fix tests
* Removed old project test runner
* PR comments
* Remove file casing test
* Resolution + library mode combined test
* remove out path logic from printer
* Fixed bundle entry point require not being resolved correctly
* Add header to bundle
* Made couldNotResolveRequire an error instead of warning
* updated couldnotResolveRequire snapshot
0 commit comments