| 1 | # @file require.py |
| 2 | # Implementation of CommonJS "require" for PythonMonkey. This implementation uses the |
| 3 | # ctx-module npm package to do the heavy lifting. That package makes a complete module |
| 4 | # system, ostensibly in a separate context, but our implementation here reuses the |