Releases: browserify/insert-module-globals
Releases · browserify/insert-module-globals
v7.2.1
- Fix incorrect output when source contains a top-level
const
declaration with the same name as an inserted global. (d86999f)
v7.2.0
-
use undeclared-identifiers instead of lexical-scope (#76)
undeclared-identifiers
is more limited and does exactly what insert-module-globals needs. because of its limitations it is about twice as fast as lexcal-scope.
v7.1.0
- Add
setImmediate
and clearImmediate
(#40)
v7.0.6
- Fix relative path resolution between Windows partitions (#75)
v7.0.5
- Update combine-source-map, fixes #68 (#73)
v7.0.4
- Output
__filename
and __dirname
as /-delimited paths, even on Windows (#63)
v7.0.3
- Update concat-stream to a version used in other browserify modules, so npm can dedupe it. (#72)