Skip to content

Commit dc69329

Browse files
committed
add newline after JS/TS license header
1 parent f9e5600 commit dc69329

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+43
-0
lines changed

node_package/src/Authenticity.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* Copyright (c) 2015–2025 ShakaCode, LLC
22
SPDX-License-Identifier: MIT */
3+
34
import type { AuthenticityHeaders } from './types/index.ts';
45

56
export function authenticityToken(): string | null {

node_package/src/CallbackRegistry.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* Copyright (c) 2015–2025 ShakaCode, LLC
22
SPDX-License-Identifier: MIT */
3+
34
import { ItemRegistrationCallback } from './types/index.ts';
45
import { onPageLoaded, onPageUnloaded } from './pageLifecycle.ts';
56
import { getRailsContext } from './context.ts';

node_package/src/ClientSideRenderer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* Copyright (c) 2015–2025 ShakaCode, LLC
22
SPDX-License-Identifier: MIT */
3+
34
/* eslint-disable max-classes-per-file */
45

56
import type { ReactElement } from 'react';

node_package/src/ComponentRegistry.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* Copyright (c) 2015–2025 ShakaCode, LLC
22
SPDX-License-Identifier: MIT */
3+
34
import { type RegisteredComponent, type ReactComponentOrRenderFunction } from './types/index.ts';
45
import isRenderFunction from './isRenderFunction.ts';
56
import CallbackRegistry from './CallbackRegistry.ts';

node_package/src/PostSSRHookTracker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* Copyright (c) 2015–2025 ShakaCode, LLC
22
SPDX-License-Identifier: MIT */
3+
34
type PostSSRHook = () => void;
45

56
/**

node_package/src/RSCProvider.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* Copyright (c) 2015–2025 ShakaCode, LLC
22
SPDX-License-Identifier: MIT */
3+
34
import * as React from 'react';
45
import type { ClientGetReactServerComponentProps } from './getReactServerComponent.client.ts';
56
import { createRSCPayloadKey } from './utils.ts';

node_package/src/RSCRequestTracker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* Copyright (c) 2015–2025 ShakaCode, LLC
22
SPDX-License-Identifier: MIT */
3+
34
import { PassThrough, Readable } from 'stream';
45
import { extractErrorMessage } from './utils.ts';
56
import {

node_package/src/RSCRoute.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* Copyright (c) 2015–2025 ShakaCode, LLC
22
SPDX-License-Identifier: MIT */
3+
34
import * as React from 'react';
45
import { useRSC } from './RSCProvider.tsx';
56
import { ServerComponentFetchError } from './ServerComponentFetchError.ts';

node_package/src/ReactOnRails.client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* Copyright (c) 2015–2025 ShakaCode, LLC
22
SPDX-License-Identifier: MIT */
3+
34
import type { ReactElement } from 'react';
45
import * as ClientStartup from './clientStartup.ts';
56
import { renderOrHydrateComponent, hydrateStore } from './ClientSideRenderer.ts';

node_package/src/ReactOnRails.full.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* Copyright (c) 2015–2025 ShakaCode, LLC
22
SPDX-License-Identifier: MIT */
3+
34
import handleError from './handleError.ts';
45
import serverRenderReactComponent from './serverRenderReactComponent.ts';
56
import type { RenderParams, RenderResult, ErrorOptions } from './types/index.ts';

0 commit comments

Comments
 (0)