Skip to content

[Bug]: lingering tslib references in compiled web-components modules #35641

@sliekens

Description

@sliekens

Component

Other...

Package version

3.0.0-rc.1

@microsoft/fast-element version

transitively included

Environment

no-build environment, I use the CDN

<!DOCTYPE html>
<html lang="en">
  <head>
    <script type="module" src="https://unpkg.com/@fluentui/web-components@3.0.0-rc.1/dist/esm/index.js"></script>
  </head>
  <!-- ... -->
</html>

Current Behavior

There are tslib references in the compiled JavaScript output

Expected Behavior

There should be no references to TypeScript after compiling

Reproduction

https://bolt.new/~/sb1-qpvhikrz
https://fluent-ui-no-build-s-4qta.bolt.host

Steps to reproduce

Check the console / DevTools

Are you reporting an Accessibility issue?

None

Suggested severity

Low - Has or doesn't need a workaround

Products/sites affected

No response

Are you willing to submit a PR to fix?

no

Validations

  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • The provided reproduction is a minimal reproducible example of the bug.

Metadata

Metadata

Assignees

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions