fix(deps): update dependency es-module-lexer to v3 - #1455
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.3.2→^3.0.2Release Notes
guybedford/es-module-lexer (es-module-lexer)
v3.0.2Compare Source
What's Changed
Full Changelog: guybedford/es-module-lexer@3.0.1...3.0.2
v3.0.1Compare Source
What's Changed
Full Changelog: guybedford/es-module-lexer@3.0.0...3.0.1
v3.0.0Compare Source
Breaking
type(static|reexport-star|dynamic|import-meta;direct|reexport|reexport-all) with descriptive fields (specifier,importStart/importEnd,attributes,phase,name,localName,from,importIndex,exportStart) replacing the terse v2 names and numeric type tags. (#233)es-module-lexer/minimalis a new entry point holding the v2-shaped API:parsereturns[imports, exports]only;atis dropped (read attributes viasource.slice(a, se - 1));export { a as b } from 'c'reports the imported name inln/ls/le. (#211, #240)ImportTypeis a type-only union of named numeric literal aliases (StaticImportType = 1,DynamicImportType = 2, …); no runtime enum is exported.initSyncis no longer exported —parseinitializes on first use. (#240)es-module-lexer/jsis the asm.js build; the unmaintained pure-JS port is removed. (#204)undefined. (#238)Features
typeOnly, dynamic imports carry a best-effortprobablyTypeOnly, and erased declaration bodies never leak nestedimport()types. Full builds only. (#220, #241)importName,from,importIndex) regardless of statement order;export * fromappears inexportsasreexport-alland its import asreexport-star. (#229)${…}collapsed to*(./locales/*.js), disambiguated by the parser so regex/division inside substitutions is handled. (#205)attributesis typednull; the options argument is located byattributesStart. (#240)parseinitializes the Wasm synchronously on first call;await initis only required on browser main threads, and all four entry points export the sameparse/initAPI. (#237, #240)Performance
eval: one-import parse 354 → 238 ns, and the Wasm builds now work under--disallow-code-generation-from-strings. (#239)Buffer. (#242)Fixes
declare let/varand shorthanddeclare module 'm'no longer erase the following statement;export default interface Foo {}reportsFooas its local name. (#241)export { type as }/type as asfollow TypeScript's specifier table; U+00A0 is whitespace around import/export names. (#220)Docs & tooling
chomp benchruns all four builds in one process and prints the README table; generatedtypes/are tracked in the repo. (#240)stripTypeScriptTypesin CI; no-eval lanes for minimal and CommonJS. (#220, #239)Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.