rules_typescript_proto
rules_typescript_proto copied to clipboard
Fix import statement with "subpackages" in converted ESModule
Fixes #64
Now the tricky thing is how to test it 🤔 : the test case I added in #67 would fail (error because it runs on Node.js instead of the browser. I am trying to figure out how to run rollup_test.spec.js
in Karma.