This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
l405023944
/
LenzSDK_iOS
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
3d34cbdb34
Branche
Tagy
dev-2.5.4
master
pan
2.5.5
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.9
2.4.8
2.4.7
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.10
2.3.9
2.3.8
2.3.7
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.11
2.2.10
2.2.9
2.2.8
2.2.7
2.2.6
2.2.3
2.2.5
2.2.2
2.2.1
2.2.0
2.1.0
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.6
1.0.0
LenzSDK_iOS
/
RNCode
/
node_modules
/
cjs-module-lexer
/
CHANGELOG.md
CHANGELOG.md
2.0 KB
História
Raw
1.2.2
Fix RollupJS reexports bug (
https://github.com/guybedford/cjs-module-lexer/pull/59
)
1.2.1
Support Unicode escapes in strings (
https://github.com/guybedford/cjs-module-lexer/pull/55
)
Filter export strings to valid surrogate pairs (
https://github.com/guybedford/cjs-module-lexer/pull/56
)
1.2.0
Support for non-identifier exports (
https://github.com/guybedford/cjs-module-lexer/pull/54
,
@nicolo-ribaudo
)
1.1.1
Better support for Babel reexport getter function forms (
https://github.com/guybedford/cjs-module-lexer/issues/50
)
Support Babel interopRequireWildcard reexports patterns (
https://github.com/guybedford/cjs-module-lexer/issues/52
)
1.1.0
Support for Babel reexport conflict filter (
https://github.com/guybedford/cjs-module-lexer/issues/36
,
@nicolo-ribaudo
)
Support trailing commas in getter patterns (
https://github.com/guybedford/cjs-module-lexer/issues/31
)
Support for RollupJS reexports property checks (
https://github.com/guybedford/cjs-module-lexer/issues/38
)
1.0.0
Unsafe getter tracking (
https://github.com/guybedford/cjs-module-lexer/pull/29
)
0.6.0
API-only breaking change: Unify JS and Wasm interfaces (
https://github.com/guybedford/cjs-module-lexer/pull/27
)
Add type definitions (
https://github.com/guybedford/cjs-module-lexer/pull/28
)
0.5.2
Support named getter functions (
https://github.com/guybedford/cjs-module-lexer/pull/26
)
0.5.1:
Feature: Implement specific reexport getter forms (
https://github.com/guybedford/cjs-module-lexer/pull/25
)
0.5.0
Breaking Change: No longer emit Object.defineProperty exports (
https://github.com/guybedford/cjs-module-lexer/pull/24
)
Doc: Update link to WASI SDK (
https://github.com/guybedford/cjs-module-lexer/pull/19
)
0.4.3
Support for Babel 7.12 reexports (
https://github.com/guybedford/cjs-module-lexer/pull/16
)
Support module.exports = { ...require('x') } reexports (
https://github.com/guybedford/cjs-module-lexer/pull/18
)
"if" keyword space parsing in exports matching (
https://github.com/guybedford/cjs-module-lexer/pull/17
)