https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 6cd3acc70de471e5a3beacd555ea2130f38faab5 authored by Ron Buckton on 17 November 2022, 23:34:21 UTC
Use IIFE to capture variable for transformed dynamic import
Tip revision: 6cd3acc
.eslintignore
**/node_modules/**
/built/**
/tests/**
/lib/**
/src/lib/*.generated.d.ts
# Ignore all compiled script outputs
/scripts/**/*.js
/scripts/**/*.d.*
# But, not the ones that are hand-written.
# TODO: remove once scripts are pure JS
!/scripts/browserIntegrationTest.js
!/scripts/createPlaygroundBuild.js
!/scripts/failed-tests.js
!/scripts/find-unused-diagnostic-messages.js
!/scripts/lint-hooks.js
!/scripts/perf-result-post.js
!/scripts/post-vsts-artifact-comment.js
!/scripts/regenerate-unicode-identifier-parts.js
!/scripts/run-sequence.js
!/scripts/update-experimental-branches.js
/scripts/eslint/built/**
/internal/**
/coverage/**
back to top