Skip to content

2.2.2

Compare
Choose a tag to compare
@m-mujica m-mujica released this 01 Aug 13:57
· 38 commits to master since this release

Stricter System.register detection

This patch release fixes #1500:

require("fs.js");
FileSystem.registerFileSystem();

Steal.js would not detect this module as CommonJS because line 2 would be matched by the System.register extension regular expression.

Thanks @kayahr for reporting the issue.