proposal-signals / signal-polyfill

Implementation tracking the current state of https://github.com/tc39/proposal-signals
Apache License 2.0
185 stars 13 forks source link

Directory structure #3

Open littledan opened 4 months ago

littledan commented 4 months ago

Let's keep tests in a separate directory from the implementation. We'll be evolving both, and they should stay separate. Eventually the tests will become test262.

Let's also keep the files from Angular in a separate directory within src from the stuff which is just for the wrapper at our level.