We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using this package in my ember app which is using ember-cli which is using fast-sourcemap-concat which depends on this package.
ember-cli
fast-sourcemap-concat
Recently, after updating @babel/* packages to the latest the source maps stopped working.
@babel/*
I was able to localize the issue to @babel/generator's update from 7.20.14 to 7.21.3. Probably after this commit it broke: babel/babel#15022.
@babel/generator
When I run the ember-cli build with DEBUG='fast-sourcemap-concat:*' I see the following errors in the output:
DEBUG='fast-sourcemap-concat:*'
Mapping: 30:8→29:6 "init" in @ember/engine/instance.js +0ms fast-sourcemap-concat: [ember.js#4665] generating new map: @ember/engine/instance.js +1ms fast-sourcemap-concat: [ember.js#4665] invalid sourcemap for: @ember/engine/lib/engine-parent.js +1ms fast-sourcemap-concat: [ember.js#4665] error: Warning: mismatched names Expected: getEngineParent || 'getEngineParent' || 'getEngineParent' || "getEngineParent" || "getEngineParent" Got: (engine) { || (engine) { || (engine) { || (engine) { || (engine) { Original Line: export function getEngineParent(engine) { Mapping: 25:26→17:31 "getEngineParent" in @ember/engine/lib/engine-parent.js +0ms
The text was updated successfully, but these errors were encountered:
I have the same problem, here same errorlogs;
fast-sourcemap-concat: [Concat: App Tests#5135] error: Warning: mismatched names Expected: _templateFactory || '_templateFactory' || '_templateFactory' || "_templateFactory" || "_templateFactory" Got: (hbs`<Steps />`) || (hbs`<Steps />`); || (hbs`<Steps />`); || (hbs`<Steps />`); || (hbs`<Steps />`); Original Line: await render(hbs`<Steps />`); Mapping: 11:41→13:16 "_templateFactory" in binder/tests/integration/components/steps/component-test.ts +0ms
fast-sourcemap-concat: [Concat: App Tests#5135] invalid sourcemap for: binder/tests/integration/components/button/component-test.js +1ms fast-sourcemap-concat: [Concat: App Tests#5135]
Sorry, something went wrong.
No branches or pull requests
I'm using this package in my ember app which is using
ember-cli
which is usingfast-sourcemap-concat
which depends on this package.Recently, after updating
@babel/*
packages to the latest the source maps stopped working.I was able to localize the issue to
@babel/generator
's update from 7.20.14 to 7.21.3. Probably after this commit it broke: babel/babel#15022.When I run the ember-cli build with
DEBUG='fast-sourcemap-concat:*'
I see the following errors in the output:The text was updated successfully, but these errors were encountered: