Lines Matching full:pull
2 - Fix RollupJS reexports bug (https://github.com/guybedford/cjs-module-lexer/pull/59)
5 - Support Unicode escapes in strings (https://github.com/guybedford/cjs-module-lexer/pull/55)
6 …er export strings to valid surrogate pairs (https://github.com/guybedford/cjs-module-lexer/pull/56)
9 - Support for non-identifier exports (https://github.com/guybedford/cjs-module-lexer/pull/54, @nico…
21 - Unsafe getter tracking (https://github.com/guybedford/cjs-module-lexer/pull/29)
24 …aking change: Unify JS and Wasm interfaces (https://github.com/guybedford/cjs-module-lexer/pull/27)
25 - Add type definitions (https://github.com/guybedford/cjs-module-lexer/pull/28)
28 - Support named getter functions (https://github.com/guybedford/cjs-module-lexer/pull/26)
31 …: Implement specific reexport getter forms (https://github.com/guybedford/cjs-module-lexer/pull/25)
34 … longer emit Object.defineProperty exports (https://github.com/guybedford/cjs-module-lexer/pull/24)
35 - Doc: Update link to WASI SDK (https://github.com/guybedford/cjs-module-lexer/pull/19)
38 - Support for Babel 7.12 reexports (https://github.com/guybedford/cjs-module-lexer/pull/16)
39 …le.exports = { ...require('x') } reexports (https://github.com/guybedford/cjs-module-lexer/pull/18)
40 … keyword space parsing in exports matching (https://github.com/guybedford/cjs-module-lexer/pull/17)